Adwaita: brighter pushed button background
providing more contrast with the text color.
This commit is contained in:
parent
16afc59f04
commit
46b789b0f4
@ -276,7 +276,7 @@
|
||||
outline-color: transparentize($tc, 0.7);
|
||||
border-color: if($c != $bg_color, _border_color($c), $borders_color);
|
||||
background-image: none;
|
||||
background-color: if($variant == 'light', darken($c, 8%), darken($c, 6%));
|
||||
background-color: darken($c, 6%);
|
||||
@include _shadows(inset 0 1px transparentize($_hilight_color, 1), $_button_edge);
|
||||
|
||||
text-shadow: none;
|
||||
|
@ -468,7 +468,7 @@ button {
|
||||
outline-color: rgba(46, 52, 54, 0.3);
|
||||
border-color: #b6b6b3;
|
||||
background-image: none;
|
||||
background-color: #d4d4d2;
|
||||
background-color: #d9d9d7;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
@ -817,7 +817,7 @@ button.suggested-action {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #215d9c;
|
||||
background-image: none;
|
||||
background-color: #2b7bcf;
|
||||
background-color: #3180d4;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
@ -1006,7 +1006,7 @@ button.destructive-action {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #a60c0c;
|
||||
background-image: none;
|
||||
background-color: #df1111;
|
||||
background-color: #e81111;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
@ -1241,7 +1241,7 @@ button.needs-attention > image, stacksidebar row.needs-attention > label {
|
||||
outline-color: rgba(46, 52, 54, 0.3);
|
||||
border-color: #b6b6b3;
|
||||
background-image: none;
|
||||
background-color: #d4d4d2;
|
||||
background-color: #d9d9d7;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
@ -1846,7 +1846,7 @@ headerbar {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #215d9c;
|
||||
background-image: none;
|
||||
background-color: #2b7bcf;
|
||||
background-color: #3180d4;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
@ -1982,7 +1982,7 @@ headerbar {
|
||||
outline-color: rgba(46, 52, 54, 0.3);
|
||||
border-color: #b6b6b3;
|
||||
background-image: none;
|
||||
background-color: #d4d4d2;
|
||||
background-color: #d9d9d7;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
@ -2911,7 +2911,7 @@ radio {
|
||||
outline-color: rgba(46, 52, 54, 0.3);
|
||||
border-color: #b6b6b3;
|
||||
background-image: none;
|
||||
background-color: #d4d4d2;
|
||||
background-color: #d9d9d7;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
@ -4365,7 +4365,7 @@ infobar {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #215d9c;
|
||||
background-image: none;
|
||||
background-color: #2b7bcf;
|
||||
background-color: #3180d4;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
|
Loading…
Reference in New Issue
Block a user