diff --git a/gtk-3.0/apps/granite-widgets.css b/gtk-3.0/apps/granite-widgets.css index 2506711..456a414 100644 --- a/gtk-3.0/apps/granite-widgets.css +++ b/gtk-3.0/apps/granite-widgets.css @@ -299,7 +299,7 @@ background-image: none; } -.secondary-toolbar.toolbar .button:active:insensitive { +.secondary-toolbar.toolbar .button:active *:insensitive { border-color: shade(@toolbar_bg_color, 0.75); background-color: shade(@toolbar_bg_color, 0.80); background-image: none; @@ -352,7 +352,7 @@ background-image: none; } -.bottom-toolbar.toolbar .button:active:insensitive { +.bottom-toolbar.toolbar .button:active *:insensitive { border-color: shade(@theme_bg_color, 0.75); background-color: shade(@theme_bg_color, 0.80); background-image: none; @@ -453,8 +453,8 @@ GraniteWidgetsPopOver .linked .button:last-child, GraniteWidgetsPopOver .linked .button:only-child, GraniteWidgetsPopOver .linked .button:insensitive:last-child, GraniteWidgetsPopOver .linked .button:insensitive:only-child, -GraniteWidgetsPopOver .linked .button:active:insensitive:last-child, -GraniteWidgetsPopOver .linked .button:active:insensitive:only-child { +GraniteWidgetsPopOver .linked .button:active *:insensitive:last-child, +GraniteWidgetsPopOver .linked .button:active *:insensitive:only-child { box-shadow: none; }