diff options
author | raveit65 <[email protected]> | 2013-10-27 16:31:48 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-10-27 16:31:48 +0100 |
commit | f025d9a6870053fade2ca0974b7b2034be81d3a1 (patch) | |
tree | 06e2467c3e841acaecd2a95b89a9ea6f9d320e3a /desktop-themes | |
parent | d7ab5e94d77e83fc66bc28238c2abb5350d4bd62 (diff) | |
download | mate-themes-f025d9a6870053fade2ca0974b7b2034be81d3a1.tar.bz2 mate-themes-f025d9a6870053fade2ca0974b7b2034be81d3a1.tar.xz |
ContrastHigh: add missing selector for image-button classes
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index be8f7d36..9ee1ad49 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -277,6 +277,10 @@ GtkLevelBar.vertical { color: @theme_button_fg; } +.button.image-button { + padding: 5px; +} + .button:active { background-color: @theme_button_active_bg; color: @theme_base_color; |