mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Fixed insensitive buttons in inline-toolbar
This commit is contained in:
+11
-4
@@ -2108,13 +2108,20 @@ GtkColorButton.button {
|
|||||||
border-color: shade(@theme_bg_color, 0.7);
|
border-color: shade(@theme_bg_color, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-toolbar.toolbar .button *:insensitive,
|
.inline-toolbar.toolbar .button:insensitive,
|
||||||
.inline-toolbar.toolbar GtkToolButton .button:insensitive {
|
.inline-toolbar.toolbar GtkToolButton .button:insensitive {
|
||||||
border-color: shade(@theme_bg_color, 0.85);
|
border-color: shade(@theme_bg_color, 0.85);
|
||||||
background-color: shade(@theme_bg_color, 0.9);
|
background-color: shade(@theme_bg_color, 0.9);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inline-toolbar.toolbar .button:active *:insensitive
|
||||||
|
.inline-toolbar.toolbar GtkToolButton .button:active *:insensitive {
|
||||||
|
border-color: shade(@theme_bg_color, 0.75);
|
||||||
|
background-color: shade(@theme_bg_color, 0.80);
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
/******************
|
/******************
|
||||||
* linked buttons *
|
* linked buttons *
|
||||||
*****************/
|
*****************/
|
||||||
@@ -2140,7 +2147,7 @@ GtkColorButton.button {
|
|||||||
.inline-toolbar.toolbar .button:insensitive,
|
.inline-toolbar.toolbar .button:insensitive,
|
||||||
.inline-toolbar.toolbar GtkToolButton .button:insensitive,
|
.inline-toolbar.toolbar GtkToolButton .button:insensitive,
|
||||||
.inline-toolbar.toolbar GtkToolButton > .button:insensitive {
|
.inline-toolbar.toolbar GtkToolButton > .button:insensitive {
|
||||||
box-shadow: inset -1px 0 shade(@theme_bg_color, 0.9);
|
box-shadow: inset -1px 0 shade(@theme_bg_color, 0.85);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* remove box shadow from last-child and only-child */
|
/* remove box shadow from last-child and only-child */
|
||||||
@@ -2268,7 +2275,7 @@ GtkColorButton.button {
|
|||||||
.linked.vertical .button:insensitive,
|
.linked.vertical .button:insensitive,
|
||||||
.inline-toolbar.toolbar.vertical .button:insensitive,
|
.inline-toolbar.toolbar.vertical .button:insensitive,
|
||||||
.inline-toolbar.toolbar.vertical GtkToolButton > .button:insensitive {
|
.inline-toolbar.toolbar.vertical GtkToolButton > .button:insensitive {
|
||||||
box-shadow: inset 0 -1px shade(@theme_bg_color, 0.9);
|
box-shadow: inset 0 -1px shade(@theme_bg_color, 0.85);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* remove box shadow from last-child and only-child */
|
/* remove box shadow from last-child and only-child */
|
||||||
@@ -2387,7 +2394,7 @@ GtkColorButton.button {
|
|||||||
.header-bar .button.raised.linked:insensitive,
|
.header-bar .button.raised.linked:insensitive,
|
||||||
.header-bar .raised.linked .button:insensitive,
|
.header-bar .raised.linked .button:insensitive,
|
||||||
.header-bar .linked .button:insensitive {
|
.header-bar .linked .button:insensitive {
|
||||||
box-shadow: inset -1px 0 shade(@toolbar_bg_color, 0.9);
|
box-shadow: inset -1px 0 shade(@toolbar_bg_color, 0.85);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* remove box shadow from last-child and only-child */
|
/* remove box shadow from last-child and only-child */
|
||||||
|
|||||||
Reference in New Issue
Block a user