Adwaita: remove bg from insensitive backdrop spinbutton buttons

This commit is contained in:
Lapo Calamandrei 2014-06-18 13:26:35 +02:00
parent f39a12e0c6
commit c2b7ebff11
3 changed files with 3 additions and 0 deletions

View File

@ -401,6 +401,7 @@ GtkLinkButton.button {
border-color: transparentize($backdrop_borders_color,0.7);
}
&:backdrop:insensitive {
background-image: none;
color: transparentize($backdrop_insensitive_color,0.7);
border-width: 0 0 0 1px; // It is needed or it gets overridden
&:dir(rtl) { border-width: 0 1px 0 0; }

View File

@ -505,6 +505,7 @@ GtkLinkButton.button {
.spinbutton .button:backdrop {
border-color: rgba(30, 34, 34, 0.3); }
.spinbutton .button:backdrop:insensitive {
background-image: none;
color: rgba(69, 76, 76, 0.3);
border-width: 0 0 0 1px; }
.spinbutton .button:backdrop:insensitive:dir(rtl) {

View File

@ -505,6 +505,7 @@ GtkLinkButton.button {
.spinbutton .button:backdrop {
border-color: rgba(168, 168, 168, 0.3); }
.spinbutton .button:backdrop:insensitive {
background-image: none;
color: rgba(199, 199, 199, 0.3);
border-width: 0 0 0 1px; }
.spinbutton .button:backdrop:insensitive:dir(rtl) {