mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Trying to fix the color in focused state of submit buttons
This commit is contained in:
@@ -607,12 +607,16 @@ html {
|
|||||||
border: solid var(--borderColor) var(--borderWidth);
|
border: solid var(--borderColor) var(--borderWidth);
|
||||||
}
|
}
|
||||||
|
|
||||||
.fab:focus,
|
.fab:focus {
|
||||||
.raised:focus {
|
|
||||||
background: var(--lighterGradientPoint) !important;
|
background: var(--lighterGradientPoint) !important;
|
||||||
filter: brightness(1.35);
|
filter: brightness(1.35);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.raised:focus {
|
||||||
|
background: inherit;
|
||||||
|
filter: brightness(1.35);
|
||||||
|
}
|
||||||
|
|
||||||
.raised:hover,
|
.raised:hover,
|
||||||
.fab:hover,
|
.fab:hover,
|
||||||
.emby-button:hover {
|
.emby-button:hover {
|
||||||
|
Reference in New Issue
Block a user