summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Churaev <lamefun.x0r@gmail.com>2014-03-10 01:56:49 +0400
committerJakub Steiner <jimmac@gmail.com>2014-03-10 09:12:31 +0100
commitf622129dcd8592925ec47eafb79b9b341cef2846 (patch)
treeee82e0f712a45b38b6796994908c8f0b1d556b50
parentc9a3b4e025622df99c0a053e2a46961dd218c644 (diff)
downloadgnome-themes-standard-f622129dcd8592925ec47eafb79b9b341cef2846.tar.gz
Fix dark pixels in outer top corners of leftmost and rightmost linked buttons
https://bugzilla.gnome.org/show_bug.cgi?id=704735
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index abd2ca1b..5112cdb5 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1352,6 +1352,7 @@ GtkComboBox.combobox-entry .button {
.linked .button:active:hover:first-child,
.linked .button:insensitive:first-child {
border-right-width: 0;
+ border-left-width: 1px;
border-image-width: 3px 0 4px 3px;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
@@ -1363,6 +1364,7 @@ GtkComboBox.combobox-entry .button {
.linked .button:active:last-child,
.linked .button:active:hover:last-child,
.linked .button:insensitive:last-child {
+ border-right-width: 1px;
border-left-width: 0;
border-image-width: 3px 3px 4px 0;
border-bottom-left-radius: 0;