Fix button colors
parent
2aebfb76ff
commit
73500833fb
|
@ -187,7 +187,6 @@ GtkAssistant .sidebar {
|
||||||
border-color: shade(@theme_bg_color, 0.7);
|
border-color: shade(@theme_bg_color, 0.7);
|
||||||
background-color: shade(@theme_bg_color, 1.10);
|
background-color: shade(@theme_bg_color, 1.10);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: shade(@theme_fg_color, 0.7);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:active {
|
.button:active {
|
||||||
|
@ -198,7 +197,6 @@ GtkAssistant .sidebar {
|
||||||
|
|
||||||
.button:active:hover {
|
.button:active:hover {
|
||||||
border-color: shade(@theme_bg_color, 0.7);
|
border-color: shade(@theme_bg_color, 0.7);
|
||||||
color: shade(@theme_fg_color, 0.7);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:focus,
|
.button:focus,
|
||||||
|
@ -206,7 +204,6 @@ GtkAssistant .sidebar {
|
||||||
.button:active:focus,
|
.button:active:focus,
|
||||||
.button:active:hover:focus {
|
.button:active:hover:focus {
|
||||||
border-color: shade(@theme_bg_color, 0.7);
|
border-color: shade(@theme_bg_color, 0.7);
|
||||||
color: shade(@theme_fg_color, 0.7);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:insensitive {
|
.button:insensitive {
|
||||||
|
@ -231,19 +228,16 @@ GtkAssistant .sidebar {
|
||||||
.button.default:hover {
|
.button.default:hover {
|
||||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: @theme_selected_bg_color;
|
||||||
color: shade(@theme_selected_fg_color, 0.9);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.default:active {
|
.button.default:active {
|
||||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||||
background-color: shade(@theme_selected_bg_color, 0.95);
|
background-color: shade(@theme_selected_bg_color, 0.95);
|
||||||
color: @theme_selected_fg_color;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.default:active:hover {
|
.button.default:active:hover {
|
||||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||||
background-color: shade(@theme_selected_bg_color, 0.97);
|
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);
|
border-color: shade(@theme_bg_color, 0.7);
|
||||||
background-color: shade(@theme_bg_color, 1.10);
|
background-color: shade(@theme_bg_color, 1.10);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: shade(@theme_fg_color, 0.7);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.spinbutton.vertical .button:active {
|
.spinbutton.vertical .button:active {
|
||||||
|
@ -1350,7 +1343,6 @@ GtkComboBox .separator {
|
||||||
|
|
||||||
.spinbutton.vertical .button:active:hover {
|
.spinbutton.vertical .button:active:hover {
|
||||||
border-color: shade(@theme_bg_color, 0.7);
|
border-color: shade(@theme_bg_color, 0.7);
|
||||||
color: shade(@theme_fg_color, 0.7);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.spinbutton.vertical .button:focus,
|
.spinbutton.vertical .button:focus,
|
||||||
|
@ -1358,7 +1350,6 @@ GtkComboBox .separator {
|
||||||
.spinbutton.vertical .button:active:focus,
|
.spinbutton.vertical .button:active:focus,
|
||||||
.spinbutton.vertical .button:active:hover:focus {
|
.spinbutton.vertical .button:active:hover:focus {
|
||||||
border-color: shade(@theme_bg_color, 0.7);
|
border-color: shade(@theme_bg_color, 0.7);
|
||||||
color: shade(@theme_fg_color, 0.7);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.spinbutton.vertical .button:insensitive {
|
.spinbutton.vertical .button:insensitive {
|
||||||
|
@ -1949,7 +1940,6 @@ GtkColorButton.button {
|
||||||
.primary-toolbar .button:active:hover,
|
.primary-toolbar .button:active:hover,
|
||||||
.toolbar .button:active:hover {
|
.toolbar .button:active:hover {
|
||||||
border-color: shade(@toolbar_bg_color, 0.7);
|
border-color: shade(@toolbar_bg_color, 0.7);
|
||||||
color: shade(@toolbar_fg_color, 0.7);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary-toolbar .button:focus,
|
.primary-toolbar .button:focus,
|
||||||
|
@ -1961,7 +1951,6 @@ GtkColorButton.button {
|
||||||
.toolbar .button:active:focus,
|
.toolbar .button:active:focus,
|
||||||
.toolbar .button:active:hover:focus {
|
.toolbar .button:active:hover:focus {
|
||||||
border-color: shade(@toolbar_bg_color, 0.7);
|
border-color: shade(@toolbar_bg_color, 0.7);
|
||||||
color: shade(@toolbar_fg_color, 0.7);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary-toolbar .button:insensitive,
|
.primary-toolbar .button:insensitive,
|
||||||
|
@ -2021,7 +2010,6 @@ GtkColorButton.button {
|
||||||
border-color: shade(@theme_bg_color, 0.7);
|
border-color: shade(@theme_bg_color, 0.7);
|
||||||
background-color: shade(@theme_bg_color, 1.10);
|
background-color: shade(@theme_bg_color, 1.10);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: shade(@theme_fg_color, 0.7);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-toolbar.toolbar .button:active {
|
.inline-toolbar.toolbar .button:active {
|
||||||
|
@ -2032,7 +2020,6 @@ GtkColorButton.button {
|
||||||
|
|
||||||
.inline-toolbar.toolbar .button:active:hover {
|
.inline-toolbar.toolbar .button:active:hover {
|
||||||
border-color: shade(@theme_bg_color, 0.7);
|
border-color: shade(@theme_bg_color, 0.7);
|
||||||
color: shade(@theme_fg_color, 0.7);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-toolbar.toolbar .button:focus,
|
.inline-toolbar.toolbar .button:focus,
|
||||||
|
@ -2040,7 +2027,6 @@ GtkColorButton.button {
|
||||||
.inline-toolbar.toolbar .button:active:focus,
|
.inline-toolbar.toolbar .button:active:focus,
|
||||||
.inline-toolbar.toolbar .button:active:hover:focus {
|
.inline-toolbar.toolbar .button:active:hover:focus {
|
||||||
border-color: shade(@theme_bg_color, 0.7);
|
border-color: shade(@theme_bg_color, 0.7);
|
||||||
color: shade(@theme_fg_color, 0.7);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-toolbar.toolbar .button *:insensitive,
|
.inline-toolbar.toolbar .button *:insensitive,
|
||||||
|
|
Loading…
Reference in New Issue