From 13e0a6edb530a86acc56441980f6ed4d9fbf2022 Mon Sep 17 00:00:00 2001 From: ivar Date: Sun, 7 Dec 2025 22:42:14 +0100 Subject: Save --- code/api/wwwroot/styles/base.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'code/api/wwwroot/styles/base.css') 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; +} -- cgit v1.3