fixed subtle issue with disabled button shadow

This commit is contained in:
chronos 2021-11-26 17:02:43 +01:00
parent 63081a2d90
commit 2fbe774ed1
1 changed files with 2 additions and 2 deletions

View File

@ -767,8 +767,8 @@ button:checked:focus, button.flat:checked:focus {
/*box-shadow: inset 0 0 0 1px @theme_disabled_fg_color ;*/
box-shadow:
inset 0px -1px 0px 0px alpha(black, 0.3),
inset -1px 0px 0px 0px alpha(black, 0.3),
inset 1px -1px 0px 0px alpha(black, 0.3),
inset -1px 0px 0px 0px alpha(black, 0.15),
inset 1px -1px 0px 0px alpha(black, 0.15),
inset 0px 1px 0px 0 alpha(@highlight_color, 0.5);
border-color: @theme_disabled_fg_color; }