summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHigh
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-05-08 11:45:02 +0200
committerraveit65 <[email protected]>2014-05-08 11:51:09 +0200
commit6ee7b858edf7c43f7a02d2090f14a828b71527d2 (patch)
treeaea12a1b783fd208db235f71f38b2150e5c3b16e /desktop-themes/ContrastHigh
parentd5b3569976a27a7ba9347c7ed3b597141276f47d (diff)
downloadmate-themes-6ee7b858edf7c43f7a02d2090f14a828b71527d2.tar.bz2
mate-themes-6ee7b858edf7c43f7a02d2090f14a828b71527d2.tar.xz
ContrastHigh GTK3: a little fix for GTK3-3.10
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;
}