diff options
Diffstat (limited to 'common/gtk-3.0/3.18/gtk.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css index dc27169..782d1e1 100644 --- a/common/gtk-3.0/3.18/gtk.css +++ b/common/gtk-3.0/3.18/gtk.css @@ -248,7 +248,7 @@ GtkSearchEntry.entry { border-color: #5294e2; background-color: #5294e2; transition-duration: 50ms; } - .button:active .label:insensitive, .button:checked .label:insensitive { + .button:active:not(:insensitive) .label:insensitive, .button:checked:not(:insensitive) .label:insensitive { color: inherit; opacity: 0.6; } .button:active { |