summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHigh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
index 9ee1ad49..c58b4c17 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
@@ -292,7 +292,7 @@ GtkLevelBar.vertical {
border-color: @theme_button_insensitive_border;
}
-.button:active *:insensitive {
+.button:insensitive:active {
background-color: @theme_button_insensitive_active_bg;
border-color: @theme_button_insensitive_active_border;
}
@@ -301,7 +301,7 @@ GtkLevelBar.vertical {
color: @theme_button_insensitive_fg;
}
-.button *:insensitive:active {
+.button:active *:insensitive {
color: @theme_button_insensitive_active_fg;
}