summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2014-01-06 18:08:58 +0100
committerJakub Steiner <jimmac@gmail.com>2014-01-06 18:08:58 +0100
commita7c84d82a39947925f2671f6504cdc96deceb3c3 (patch)
tree9c197924f14b5e0fdcad4d1361fb27b182d63c41
parent94c7acb1c692645301dd39c03098e9fc54885e5a (diff)
downloadgnome-themes-standard-a7c84d82a39947925f2671f6504cdc96deceb3c3.tar.gz
adjust previous patch to align on top.
Also addresses https://bugzilla.gnome.org/show_bug.cgi?id=721622
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css10
1 files changed, 2 insertions, 8 deletions
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index e803c750..68aed11c 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -2541,13 +2541,7 @@ GtkCheckButton:selected:focus {
box-shadow: inset 0 -1px shade(@borders, 1.30);
background-color: @theme_bg_color;
- /* Header bar buttons have an extra 1px height which appears as
- a bottom bezel, and the bottom edge of the header bar has an
- extra 1px which looks like it is part of the padding. The uneven
- bottom padding removes this 2px so it looks like the padding is
- even. */
-
- padding: 6px 6px 4px 6px;
+ padding: 6px 6px 5px 6px;
}
.header-bar:backdrop {
@@ -2565,7 +2559,7 @@ GtkCheckButton:selected:focus {
}
.header-bar .button.image-button {
- padding: 5px;
+ padding: 5px 5px 4px 5px;
}
.header-bar .title {