summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2014-02-17 14:25:14 +0100
committerJakub Steiner <jimmac@gmail.com>2014-03-10 09:11:58 +0100
commitfb862eb5a5f10ca5ae13c39cc49a7674989152ee (patch)
treec9fea649b32fff7aaebc5136839aff63aa5b77c9
parent6a12dc1aacdf65e9524d34b2fa7d6214b905b463 (diff)
downloadgnome-themes-standard-fb862eb5a5f10ca5ae13c39cc49a7674989152ee.tar.gz
headerbar: match pixel height for image buttons
- chasing the single pixel difference. of couse solving this with padding is a little futile in that the font size will break it. https://bugzilla.gnome.org/show_bug.cgi?id=721622
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 310b4825..1d7839a1 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1102,7 +1102,8 @@ GtkComboBox.combobox-entry .button {
padding: 1px 4px;
}
-.button.image-button {
+.button.image-button,
+.primary-toolbar.toolbar .button.image-button {
padding: 3px 4px 4px;
}
@@ -1144,10 +1145,6 @@ GtkComboBox.combobox-entry .button {
text-shadow: 0 1px @primary_toolbar_button_text_shadow;
}
-.primary-toolbar.toolbar .button.image-button {
- padding: 3px 4px 4px;
-}
-
.primary-toolbar .button:active,
.inline-toolbar .button:active,
.button:active {
@@ -2620,7 +2617,7 @@ GtkCheckButton:selected:focus {
}
.header-bar .button.text-button {
- padding: 2px 16px 3px 16px;
+ padding: 2px 16px;
}
.header-bar .button.image-button {