Reverted style for focused buttons

It does not look good with the linked buttons :(
This commit is contained in:
Satyajit Sahoo
2013-02-28 18:23:50 +05:30
parent 58e7114131
commit fa30c3fb37
+6 -4
View File
@@ -223,7 +223,8 @@ GtkAssistant .sidebar {
.button:hover:focus,
.button:active:focus,
.button:active:hover:focus {
border-color: @theme_selected_bg_color;
border-color: shade(@theme_bg_color, 0.7);
color: shade(@theme_fg_color, 0.7);
}
.button:insensitive {
@@ -544,7 +545,7 @@ GtkComboBox.combobox-entry .button:insensitive {
.entry:active,
.entry:focus {
border-color: @theme_selected_bg_color;
border-color: shade(@theme_bg_color, 0.7);
}
.entry:selected,
@@ -1663,7 +1664,8 @@ GtkTextView {
.toolbar .button:hover:focus,
.toolbar .button:active:focus,
.toolbar .button:active:hover:focus {
border-color: @theme_selected_bg_color;
border-color: shade(@theme_bg_color, 0.7);
color: shade(@theme_fg_color, 0.7);
}
.primary-toolbar .button:insensitive,
@@ -1686,7 +1688,7 @@ GtkTextView {
.primary-toolbar .entry:active,
.primary-toolbar .entry:focus {
border-color: @theme_selected_bg_color;
border-color: shade(@theme_bg_color, 0.7);
}
.primary-toolbar GtkSeparatorToolItem,