forked from AuroraMiddleware/gtk
Adwaita: spinbutton button inhert in backdrop
This commit is contained in:
parent
88a86fa044
commit
05ec121f3e
@ -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;
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user