Fix: Trying to fix the color in focused state of submit buttons
This commit is contained in:
parent
a5f7a5aa16
commit
95d5e463ad
1 changed files with 6 additions and 2 deletions
|
|
@ -607,12 +607,16 @@ html {
|
|||
border: solid var(--borderColor) var(--borderWidth);
|
||||
}
|
||||
|
||||
.fab:focus,
|
||||
.raised:focus {
|
||||
.fab:focus {
|
||||
background: var(--lighterGradientPoint) !important;
|
||||
filter: brightness(1.35);
|
||||
}
|
||||
|
||||
.raised:focus {
|
||||
background: inherit;
|
||||
filter: brightness(1.35);
|
||||
}
|
||||
|
||||
.raised:hover,
|
||||
.fab:hover,
|
||||
.emby-button:hover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue