Fix propagation for insensitive colors in granite widgets

pull/63/head
Satyajit Sahoo 2013-09-10 16:30:16 +05:30
parent bbbd08dfaa
commit b28d181f45
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}