summaryrefslogtreecommitdiff
path: root/gtk-3.0
diff options
context:
space:
mode:
authorJean-Philippe Fleury <contact@jpfleury.net>2014-10-01 05:00:25 -0400
committerJean-Philippe Fleury <contact@jpfleury.net>2014-10-01 05:00:25 -0400
commite0bf9d0ea8a3fdd5d9e0c0f67c5b03f036ba2b49 (patch)
tree222c5bc85c0076e9d7ab263025b18e12a0decb84 /gtk-3.0
parent778b1626a3028a0caeeb11861d4002539ab20fde (diff)
Fixes #6
Diffstat (limited to 'gtk-3.0')
-rw-r--r--gtk-3.0/gtk-widgets-img.css28
1 files changed, 7 insertions, 21 deletions
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;
}