diff options
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; +} |
