mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Styled focus and hover states of mini buttons in dialog boxes
This commit is contained in:
@@ -607,12 +607,14 @@ html {
|
|||||||
border: solid var(--borderColor) var(--borderWidth);
|
border: solid var(--borderColor) var(--borderWidth);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fab:focus,
|
||||||
.raised:focus {
|
.raised:focus {
|
||||||
background: var(--lighterGradientPoint);
|
background: var(--lighterGradientPoint) !important;
|
||||||
filter: brightness(1.25);
|
filter: brightness(1.35);
|
||||||
}
|
}
|
||||||
|
|
||||||
.raised:hover,
|
.raised:hover,
|
||||||
|
.fab:hover,
|
||||||
.emby-button:hover {
|
.emby-button:hover {
|
||||||
filter: brightness(1.2) !important;
|
filter: brightness(1.2) !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user