Fix button colors

pull/54/merge
Satyajit Sahoo 2013-07-03 18:28:42 +05:30
parent 2aebfb76ff
commit 73500833fb
1 changed files with 0 additions and 14 deletions

View File

@ -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,