Skip to content

Commit 736548c

Browse files
committed
Override dark vintage theme brightness filter on images for important UX cues.
1 parent 9a995e0 commit 736548c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/common.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ input[type="radio"]:not(.preset):checked {
128128

129129

130130
input:disabled, button:disabled, select:disabled {
131-
filter: grayscale(100%) contrast(33%);;
131+
filter: grayscale(100%) contrast(33%) !important;
132132
opacity: .7;
133133
}
134134

@@ -142,7 +142,7 @@ input:disabled, button:disabled, select:disabled {
142142
drop-shadow(2px 2px 2px var(--focus-color))
143143
drop-shadow(-2px 2px 2px var(--focus-color))
144144
drop-shadow(2px -2px 2px var(--focus-color))
145-
drop-shadow(-2px -2px 2px var(--focus-color));
145+
drop-shadow(-2px -2px 2px var(--focus-color)) !important;
146146
}
147147

148148

0 commit comments

Comments
 (0)