[gnome-themes-standard] color-button: update after GTK master changes



commit b59ed87839dc75d981c2353b17dd1767c18b0a16
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu May 3 15:12:04 2012 -0400

    color-button: update after GTK master changes
    
    GTK master removed a hardcoded margin, which we now have to supplement
    with an additional padding.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    3 +++
 themes/a11y-base.css                   |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 7a45e64..10a6389 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -500,6 +500,9 @@ GtkColorEditor GtkColorSwatch.color-light:hover {
     border-color: alpha(black, 0.3);
 }
 
+GtkColorButton.button {
+    padding: 1px 20px;
+}
 
 /****************
  * Progress bar *
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index e7a496e..3f0cf48 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -806,6 +806,10 @@ GtkIconView.view.cell {
     border-radius: 4px;
 }
 
+GtkColorButton.button {
+    padding: 1px 16px;
+}
+
 GtkColorSwatch {
     border-width: 1px;
     border-style: solid;



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