[gnome-themes-standard] Use the same V/H padding for toolbars.



commit 9c44201b79e82ac315b39e81aea1d41767844b9a
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Mar 26 20:47:07 2012 +0200

    Use the same V/H padding for toolbars.
    
    - gtk part of a fix for bug #672430

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index ba804dc..06762ea 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1793,8 +1793,8 @@ GtkCheckButton:selected:focus {
     border-style: none;
 
     -GtkToolbar-button-relief: normal;
-    padding-left: 6px;
-    padding-right: 6px;
+    padding-left: 4px;
+    padding-right: 4px;
 }
 
 /********************



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