aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk.css
diff options
context:
space:
mode:
authorHorst31802016-02-19 11:06:17 +0100
committerHorst31802016-02-19 11:06:17 +0100
commit08cf21a35f496df6889499221ece676eea58c000 (patch)
treead6b15393a256c49621f018e5a0c47ffa94628da /common/gtk-3.0/3.20/gtk.css
parentc361a65cc27b0ebab7f388517135d4201bd16bd2 (diff)
downloadsolarc-theme-08cf21a35f496df6889499221ece676eea58c000.tar.gz
solarc-theme-08cf21a35f496df6889499221ece676eea58c000.tar.xz
solarc-theme-08cf21a35f496df6889499221ece676eea58c000.zip
use a more specific selector
Diffstat (limited to 'common/gtk-3.0/3.20/gtk.css')
-rw-r--r--common/gtk-3.0/3.20/gtk.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 3924291..38f67f5 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -578,7 +578,7 @@ button {
.linked:not(.vertical):not(.pathbar) > button:checked + entry, .linked:not(.vertical):not(.pathbar) > button:checked + spinbutton {
border-left-color: #5294E2; }
-.linked:not(.vertical):not(.pathbar) > entry + button:not(:checked):not(:active):hover, .linked:not(.vertical):not(.pathbar) > spinbutton + button:not(:checked):not(:active):hover {
+.linked:not(.vertical):not(.pathbar) > entry + button:not(:checked):not(:active):not(:only-child):hover, .linked:not(.vertical):not(.pathbar) > spinbutton + button:not(:checked):not(:active):not(:only-child):hover {
box-shadow: none; }
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {