mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Fix button colors
This commit is contained in:
@@ -187,7 +187,6 @@ GtkAssistant .sidebar {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
background-color: shade(@theme_bg_color, 1.10);
|
||||
background-image: none;
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.button:active {
|
||||
@@ -198,7 +197,6 @@ GtkAssistant .sidebar {
|
||||
|
||||
.button:active:hover {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.button:focus,
|
||||
@@ -206,7 +204,6 @@ GtkAssistant .sidebar {
|
||||
.button:active:focus,
|
||||
.button:active:hover:focus {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.button:insensitive {
|
||||
@@ -231,19 +228,16 @@ GtkAssistant .sidebar {
|
||||
.button.default:hover {
|
||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: shade(@theme_selected_fg_color, 0.9);
|
||||
}
|
||||
|
||||
.button.default:active {
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-color: shade(@theme_selected_bg_color, 0.95);
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.button.default:active:hover {
|
||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||
background-color: shade(@theme_selected_bg_color, 0.97);
|
||||
color: shade(@theme_selected_fg_color, 0.9);
|
||||
}
|
||||
|
||||
/****************
|
||||
@@ -1339,7 +1333,6 @@ GtkComboBox .separator {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
background-color: shade(@theme_bg_color, 1.10);
|
||||
background-image: none;
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.spinbutton.vertical .button:active {
|
||||
@@ -1350,7 +1343,6 @@ GtkComboBox .separator {
|
||||
|
||||
.spinbutton.vertical .button:active:hover {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.spinbutton.vertical .button:focus,
|
||||
@@ -1358,7 +1350,6 @@ GtkComboBox .separator {
|
||||
.spinbutton.vertical .button:active:focus,
|
||||
.spinbutton.vertical .button:active:hover:focus {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.spinbutton.vertical .button:insensitive {
|
||||
@@ -1949,7 +1940,6 @@ GtkColorButton.button {
|
||||
.primary-toolbar .button:active:hover,
|
||||
.toolbar .button:active:hover {
|
||||
border-color: shade(@toolbar_bg_color, 0.7);
|
||||
color: shade(@toolbar_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.primary-toolbar .button:focus,
|
||||
@@ -1961,7 +1951,6 @@ GtkColorButton.button {
|
||||
.toolbar .button:active:focus,
|
||||
.toolbar .button:active:hover:focus {
|
||||
border-color: shade(@toolbar_bg_color, 0.7);
|
||||
color: shade(@toolbar_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.primary-toolbar .button:insensitive,
|
||||
@@ -2021,7 +2010,6 @@ GtkColorButton.button {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
background-color: shade(@theme_bg_color, 1.10);
|
||||
background-image: none;
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.inline-toolbar.toolbar .button:active {
|
||||
@@ -2032,7 +2020,6 @@ GtkColorButton.button {
|
||||
|
||||
.inline-toolbar.toolbar .button:active:hover {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.inline-toolbar.toolbar .button:focus,
|
||||
@@ -2040,7 +2027,6 @@ GtkColorButton.button {
|
||||
.inline-toolbar.toolbar .button:active:focus,
|
||||
.inline-toolbar.toolbar .button:active:hover:focus {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.inline-toolbar.toolbar .button *:insensitive,
|
||||
|
||||
Reference in New Issue
Block a user