Reverted style for focused buttons

It does not look good with the linked buttons :(
pull/20/merge
Satyajit Sahoo 2013-02-28 18:23:50 +05:30
parent 58e7114131
commit fa30c3fb37
1 changed files with 6 additions and 4 deletions

View File

@ -223,7 +223,8 @@ GtkAssistant .sidebar {
.button:hover:focus, .button:hover:focus,
.button:active:focus, .button:active:focus,
.button:active:hover: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 { .button:insensitive {
@ -544,7 +545,7 @@ GtkComboBox.combobox-entry .button:insensitive {
.entry:active, .entry:active,
.entry:focus { .entry:focus {
border-color: @theme_selected_bg_color; border-color: shade(@theme_bg_color, 0.7);
} }
.entry:selected, .entry:selected,
@ -1663,7 +1664,8 @@ GtkTextView {
.toolbar .button:hover:focus, .toolbar .button:hover:focus,
.toolbar .button:active:focus, .toolbar .button:active:focus,
.toolbar .button:active:hover: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, .primary-toolbar .button:insensitive,
@ -1686,7 +1688,7 @@ GtkTextView {
.primary-toolbar .entry:active, .primary-toolbar .entry:active,
.primary-toolbar .entry:focus { .primary-toolbar .entry:focus {
border-color: @theme_selected_bg_color; border-color: shade(@theme_bg_color, 0.7);
} }
.primary-toolbar GtkSeparatorToolItem, .primary-toolbar GtkSeparatorToolItem,