mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
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 {
|
&:backdrop {
|
||||||
border-color: transparentize($backdrop_borders_color,0.7);
|
border-color: transparentize($backdrop_borders_color,0.7);
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
&:backdrop:insensitive {
|
&:backdrop:insensitive {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
@ -640,7 +640,8 @@ GtkColorButton.button {
|
|||||||
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2);
|
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2);
|
||||||
background-color: rgba(0, 0, 0, 0.1); }
|
background-color: rgba(0, 0, 0, 0.1); }
|
||||||
.spinbutton .button:backdrop {
|
.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 {
|
.spinbutton .button:backdrop:insensitive {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: rgba(69, 76, 76, 0.3);
|
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);
|
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2);
|
||||||
background-color: rgba(0, 0, 0, 0.1); }
|
background-color: rgba(0, 0, 0, 0.1); }
|
||||||
.spinbutton .button:backdrop {
|
.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 {
|
.spinbutton .button:backdrop:insensitive {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: rgba(199, 199, 199, 0.3);
|
color: rgba(199, 199, 199, 0.3);
|
||||||
|
Loading…
Reference in New Issue
Block a user