diff options
| author | ivar <i@oiee.no> | 2025-12-07 22:42:14 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-12-07 22:42:14 +0100 |
| commit | 13e0a6edb530a86acc56441980f6ed4d9fbf2022 (patch) | |
| tree | eead1100cb714341ef1527f3b3e7b8909dcfbe3b /code/api/wwwroot/styles/base.css | |
| parent | 681192e93d96c34928d1d8a8b62bff3a0c860992 (diff) | |
| download | storage-master.tar.xz storage-master.zip | |
Diffstat (limited to 'code/api/wwwroot/styles/base.css')
| -rw-r--r-- | code/api/wwwroot/styles/base.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/code/api/wwwroot/styles/base.css b/code/api/wwwroot/styles/base.css index 318b601..fd75335 100644 --- a/code/api/wwwroot/styles/base.css +++ b/code/api/wwwroot/styles/base.css @@ -365,4 +365,8 @@ form .error { border: 1px solid red; background: rgba(255, 0, 0, .05); color: red; -}
\ No newline at end of file +} + +[inert] > * { + opacity: 0.5; +} |
