New: Styled focus and hover states of mini buttons in dialog boxes
This commit is contained in:
parent
6df939e333
commit
00f17f3988
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue