[gnome-themes-standard] button: adapt to GTK master changes in button border allocations



commit 7b3eca93afb2300601518d655f5101f606232d21
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Dec 20 19:08:51 2011 +0100

    button: adapt to GTK master changes in button border allocations

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 6d39e8a..c7aee84 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -500,7 +500,7 @@ GtkScrolledWindow.frame {
 .button,
 .button.menuitem.menubar,
 GtkComboBox.combobox-entry .button {
-    padding: 2 5;
+    padding: 1 4 0 4;
 }
 
 .button {
@@ -509,7 +509,6 @@ GtkComboBox.combobox-entry .button {
     -GtkButton-image-spacing: 4;
     -GtkButton-interior-focus: true;
     -GtkButton-default-border: 0;
-    -GtkButton-inner-border: 0;
 
     color: @theme_text_color;
 
@@ -1186,6 +1185,7 @@ GtkComboBox.combobox-entry .button *:active:hover {
 
 GtkComboBox .button {
     padding-right: 0;
+    padding-bottom: 1;
     color: @internal_element_color;
 }
 
@@ -1521,7 +1521,7 @@ GtkCheckButton:selected:focus {
 }
 
 .toolbar .button {
-    padding: 3;
+    padding: 1;
 }
 
 .toolbar:insensitive {



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