mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Add photon focus ring to dark widget style
This commit is contained in:
@@ -17,6 +17,16 @@ button:not(:disabled):hover:active,
|
|||||||
background-color: #5c5c5e;
|
background-color: #5c5c5e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:-moz-any(button, input, textarea, select):focus {
|
||||||
|
box-shadow: 0 0 0 1px #0a84ff inset,
|
||||||
|
0 0 0 1px #0a84ff,
|
||||||
|
0 0 0 4px rgba(10, 132, 255, 0.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
:-moz-any(button, input, textarea, select)::-moz-focus-inner {
|
||||||
|
all: initial;
|
||||||
|
}
|
||||||
|
|
||||||
button:disabled,
|
button:disabled,
|
||||||
input:disabled {
|
input:disabled {
|
||||||
opacity: 0.35;
|
opacity: 0.35;
|
||||||
|
|||||||
Reference in New Issue
Block a user