From 6b5c46252c98a7db7f5afa19b3ae77e21fc56ec0 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sun, 17 May 2015 00:03:31 +0200 Subject: fix insensitive active headerbar button --- gtk-3.0/gtk-contained.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk-3.0/gtk-contained.css') diff --git a/gtk-3.0/gtk-contained.css b/gtk-3.0/gtk-contained.css index c591e28..b2c6235 100644 --- a/gtk-3.0/gtk-contained.css +++ b/gtk-3.0/gtk-contained.css @@ -883,9 +883,9 @@ GtkComboBox { .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(255, 255, 255, 0.55); - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked > .button, .header-bar .linked > .button { border-radius: 3px; border-style: solid; } -- cgit v1.2.3