Adwaita: spinbutton button inhert in backdrop

This commit is contained in:
Lapo Calamandrei 2014-07-08 16:54:00 +02:00
parent 88a86fa044
commit 05ec121f3e
3 changed files with 5 additions and 2 deletions

View File

@ -497,6 +497,7 @@ GtkColorButton.button { padding: 4px; } // Uniform padding on the
}
&:backdrop {
border-color: transparentize($backdrop_borders_color,0.7);
background-color: transparent;
}
&:backdrop:insensitive {
background-image: none;

View File

@ -640,7 +640,8 @@ GtkColorButton.button {
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2);
background-color: rgba(0, 0, 0, 0.1); }
.spinbutton .button:backdrop {
border-color: rgba(30, 34, 34, 0.3); }
border-color: rgba(30, 34, 34, 0.3);
background-color: transparent; }
.spinbutton .button:backdrop:insensitive {
background-image: none;
color: rgba(69, 76, 76, 0.3);

View File

@ -632,7 +632,8 @@ GtkColorButton.button {
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2);
background-color: rgba(0, 0, 0, 0.1); }
.spinbutton .button:backdrop {
border-color: rgba(168, 168, 168, 0.3); }
border-color: rgba(168, 168, 168, 0.3);
background-color: transparent; }
.spinbutton .button:backdrop:insensitive {
background-image: none;
color: rgba(199, 199, 199, 0.3);