removed transparency for disabled buttons

This commit is contained in:
chronos 2021-12-20 12:12:08 +01:00
parent 12118ac46b
commit ae90252968
1 changed files with 6 additions and 3 deletions

View File

@ -760,7 +760,8 @@ button:checked:focus, button.flat:checked:focus {
-gtk-icon-shadow: none;
/*background-image: image(@insensitive_bg_color_breeze);*/
background-image: none;
background-color: alpha(@insensitive_bg_color_breeze, 0.5);
background-color: alpha(@insensitive_bg_color_breeze, 1);
color: @insensitive_fg_color_breeze;
/*box-shadow: 0px 1px 2px @borders;*/
/*box-shadow: inset 0 0 0 1px @theme_disabled_fg_color ;*/
box-shadow:
@ -784,7 +785,8 @@ button:checked:focus, button.flat:checked:focus {
text-shadow: none;
background-image: none;
/*background-image: image(@insensitive_bg_color_breeze);*/
background-color: alpha(@insensitive_bg_color_breeze, 0.5);
background-color: alpha(@insensitive_bg_color_breeze, 1);
color: @insensitive_fg_color_breeze;
box-shadow: /*inset 0 0 0 1px @insensitive_fg_color_breeze,*/
inset 0px 2px 1px 0 alpha(@highlight_color, 0.5),
inset 0px 2px 2px 1px alpha(black, 0.85),
@ -825,7 +827,7 @@ button {
button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop {
color: @theme_unfocused_base_color_breeze; }
/*
button.osd {
min-width: 24px;
min-height: 32px;
@ -884,6 +886,7 @@ button.osd {
text-shadow: none;
-gtk-icon-shadow: none;
border: none; }
*/
/*button.osd:backdrop {
color: #eeeeec;