HighContrast: catch backdrop:insensitive:active of GtkSwitch
https://bugzilla.gnome.org/show_bug.cgi?id=746358
This commit is contained in:
parent
557f5d5c7c
commit
49b6be4e06
@ -1442,7 +1442,8 @@ GtkSwitch {
|
||||
background-color: $selected_bg_color;
|
||||
box-shadow: none;
|
||||
}
|
||||
&:insensitive {
|
||||
&:insensitive, &:insensitive:active {
|
||||
background-color: $insensitive_bg_color;
|
||||
color: $backdrop_insensitive_color;
|
||||
border-color: $backdrop_insensitive_color;
|
||||
}
|
||||
|
@ -1635,7 +1635,8 @@ GtkSwitch {
|
||||
border-color: #000;
|
||||
background-color: #000;
|
||||
box-shadow: none; }
|
||||
GtkSwitch.trough:backdrop:insensitive {
|
||||
GtkSwitch.trough:backdrop:insensitive, GtkSwitch.trough:backdrop:insensitive:active {
|
||||
background-color: white;
|
||||
color: #7f7f7f;
|
||||
border-color: #7f7f7f; }
|
||||
GtkSwitch.slider {
|
||||
|
Loading…
Reference in New Issue
Block a user