summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-09-02 21:50:32 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2013-09-02 21:50:32 -0700
commit7c24d5113eca876d3f66e971983ce6b0b445bca6 (patch)
tree9f673e18ddf68ebb1164264bad0e0f3902e45996
parentd705ff8accb1ad9f2d8354cc45945486cf0ed99f (diff)
downloadgnome-themes-standard-7c24d5113eca876d3f66e971983ce6b0b445bca6.tar.gz
HighContrast: add missing selector for image-button classes
-rw-r--r--themes/HighContrast/gtk-3.0/gtk-widgets.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/HighContrast/gtk-3.0/gtk-widgets.css b/themes/HighContrast/gtk-3.0/gtk-widgets.css
index 92b8e7c6..c58b4c17 100644
--- a/themes/HighContrast/gtk-3.0/gtk-widgets.css
+++ b/themes/HighContrast/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;