Override dark vintage theme brightness filter on images for important UX cues.

This commit is contained in:
hackademix 2022-03-24 09:18:02 +01:00
parent 9a995e033a
commit 736548ca2f
1 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ input[type="radio"]:not(.preset):checked {
input:disabled, button:disabled, select:disabled {
filter: grayscale(100%) contrast(33%);;
filter: grayscale(100%) contrast(33%) !important;
opacity: .7;
}
@ -142,7 +142,7 @@ input:disabled, button:disabled, select:disabled {
drop-shadow(2px 2px 2px var(--focus-color))
drop-shadow(-2px 2px 2px var(--focus-color))
drop-shadow(2px -2px 2px var(--focus-color))
drop-shadow(-2px -2px 2px var(--focus-color));
drop-shadow(-2px -2px 2px var(--focus-color)) !important;
}