HighContrast: catch backdrop:insensitive:active of GtkSwitch

https://bugzilla.gnome.org/show_bug.cgi?id=746358
This commit is contained in:
Jakub Steiner 2015-03-17 23:55:10 +01:00
parent 557f5d5c7c
commit 49b6be4e06
2 changed files with 4 additions and 2 deletions

View File

@ -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;
}

View File

@ -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 {