summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-05-03 15:12:04 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-05-03 15:12:04 -0400
commitb59ed87839dc75d981c2353b17dd1767c18b0a16 (patch)
tree29c01e27f0a80e3ce2dc43b7adcf503566c7917e /themes
parentd3b8bacddfaa6a48cf2c154986b700caf25c8ef4 (diff)
downloadgnome-themes-standard-b59ed87839dc75d981c2353b17dd1767c18b0a16.tar.gz
color-button: update after GTK master changes
GTK master removed a hardcoded margin, which we now have to supplement with an additional padding.
Diffstat (limited to 'themes')
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css3
-rw-r--r--themes/a11y-base.css4
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 7a45e64f..10a63899 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 e7a496e1..3f0cf480 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;