summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLapo Calamandrei <calamandrei@gmail.com>2012-10-13 11:18:54 +0200
committerLapo Calamandrei <calamandrei@gmail.com>2012-10-13 11:18:54 +0200
commit1cad5a780a0b85241c90b25e0a48e5ae5d6eebad (patch)
tree2aeb6638881f6eb3f174452478fac98be5c24168
parente64048b17a08f47366b382d7b37419454daa9fbc (diff)
downloadgnome-themes-standard-1cad5a780a0b85241c90b25e0a48e5ae5d6eebad.tar.gz
Adwaita gtk3: specific (uniform) paddings for GtkColorButton.
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 6f748163..2510a461 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1119,6 +1119,10 @@ GtkComboBox.combobox-entry .button {
padding: 1px 4px;
}
+GtkColorButton.button {
+ padding: 1px 1px;
+}
+
.button {
-GtkButton-image-spacing: 4;
-GtkButton-interior-focus: true;