Fixed tabs' aspect

This commit is contained in:
Eudaimon 2024-04-29 12:26:02 +02:00
parent 36d23dda8e
commit 247b634115
1 changed files with 3 additions and 3 deletions

View File

@ -195,18 +195,18 @@ slider:hover, slider:focus
box-shadow: inset 0 0 0 .1em @accent_color;
}
button:hover:checked, arrow:hover:checked, tab:hover:checked, .button:hover:checked,
button:hover:checked, arrow:hover:checked, tab:hover:checked, tab:selected:hover, .button:hover:checked,
button:focus:checked, .button:focus:checked
{
box-shadow: inset 0 -.3em 0 0 @accent_color,
inset 0 0 0 .1em @accent_color;
}
button:checked, arrow:checked, tab:checked, .button:checked
button:checked, arrow:checked, .button:checked, tab:checked, tab:selected
{
box-shadow: inset 0 -.3em 0 0 alpha(@accent_color, 1);
}
button:active, arrow:active, tab:active, tab:selected, .button:active, slider:active {
button:active, arrow:active, .button:active, slider:active, tab:active {
box-shadow: inset 0 0 0 .2em @accent_color;
}