diff options
author | Horst3180 | 2016-02-19 11:06:17 +0100 |
---|---|---|
committer | Horst3180 | 2016-02-19 11:06:17 +0100 |
commit | 08cf21a35f496df6889499221ece676eea58c000 (patch) | |
tree | ad6b15393a256c49621f018e5a0c47ffa94628da /common/gtk-3.0/3.20/gtk-solid.css | |
parent | c361a65cc27b0ebab7f388517135d4201bd16bd2 (diff) | |
download | solarc-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-solid.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 83f45b3..0dcd4ff 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.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 { |