diff options
author | raveit65 <[email protected]> | 2014-05-08 11:45:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-05-08 11:45:02 +0200 |
commit | 81f9bf918b72186420135428c1771ef7271a8888 (patch) | |
tree | f89b775ccf6ed0598874b2daf520ec4b2d5c7b68 | |
parent | cb49785287428fdfe59a6f12ca0abec12b17dec3 (diff) | |
download | mate-themes-81f9bf918b72186420135428c1771ef7271a8888.tar.bz2 mate-themes-81f9bf918b72186420135428c1771ef7271a8888.tar.xz |
ContrastHigh GTK3: a little fix for GTK3-3.10
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 4 |
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; } |