[gnome-themes-standard] headerbar: match pixel height for image buttons



commit fb862eb5a5f10ca5ae13c39cc49a7674989152ee
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Feb 17 14:25:14 2014 +0100

    headerbar: match pixel height for image buttons
    
    - chasing the single pixel difference. of couse solving
      this with padding is a little futile in that the font
      size will break it.
    
      https://bugzilla.gnome.org/show_bug.cgi?id=721622

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 310b482..1d7839a 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1102,7 +1102,8 @@ GtkComboBox.combobox-entry .button {
     padding: 1px 4px;
 }
 
-.button.image-button {
+.button.image-button,
+.primary-toolbar.toolbar .button.image-button {
     padding: 3px 4px 4px;
 }
 
@@ -1144,10 +1145,6 @@ GtkComboBox.combobox-entry .button {
     text-shadow: 0 1px @primary_toolbar_button_text_shadow;
 }
 
-.primary-toolbar.toolbar .button.image-button {
-    padding: 3px 4px 4px;
-}
-
 .primary-toolbar .button:active,
 .inline-toolbar .button:active,
 .button:active {
@@ -2620,7 +2617,7 @@ GtkCheckButton:selected:focus {
 }
 
 .header-bar .button.text-button {
-    padding: 2px 16px 3px 16px;
+    padding: 2px 16px;
 }
 
 .header-bar .button.image-button {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]