From e0bf9d0ea8a3fdd5d9e0c0f67c5b03f036ba2b49 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Fleury Date: Wed, 1 Oct 2014 05:00:25 -0400 Subject: Fixes #6 --- gtk-3.0/gtk-widgets-img.css | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) (limited to 'gtk-3.0') diff --git a/gtk-3.0/gtk-widgets-img.css b/gtk-3.0/gtk-widgets-img.css index dec374c..e1a9b96 100644 --- a/gtk-3.0/gtk-widgets-img.css +++ b/gtk-3.0/gtk-widgets-img.css @@ -675,14 +675,7 @@ column-header:last-child .button:active:focus { .linked .button:active:hover:first-child, .linked .button:focus:first-child, .linked .button:focus:active:first-child, -.linked .button:insensitive:first-child { - border-image: none; - border-radius: 3px 0 0 3px; - border-color: @border_color; - border-width: 1px; - padding: 1px 2px; -} - +.linked .button:insensitive:first-child, /* Middle button */ .linked .entry, .linked > GtkComboBox > .button:last-child, @@ -696,14 +689,7 @@ column-header:last-child .button:active:focus { .linked .button:active:hover, .linked .button:focus, .linked .button:focus:active, -.linked .button:insensitive { - border-image: none; - border-radius: 0; - border-color: @border_color; - border-width: 1px 0; - padding: 1px 2px; -} - +.linked .button:insensitive, /* Rightmost button */ .linked .entry:last-child, .linked > GtkComboBox:last-child > .button, @@ -714,9 +700,9 @@ column-header:last-child .button:active:focus { .linked .button:focus:last-child, .linked .button:focus:active:last-child, .linked .button:insensitive:last-child { - border-image: none; - border-radius: 0 3px 3px 0; - border-color: @border_color; - border-width: 1px; - padding: 1px 2px; + border-image: none; + border-radius: 3px; + border-color: @border_color; + border-width: 1px; + padding: 1px 2px; } -- cgit v1.2.3