Make focus borders red

pull/20/merge
Satyajit Sahoo 2013-02-28 02:36:59 +05:30
parent 36ef8f9a9f
commit be9ca88355
1 changed files with 7 additions and 6 deletions

View File

@ -214,15 +214,16 @@ GtkAssistant .sidebar {
background-image: none; background-image: none;
} }
.button:active:hover, .button:active:hover {
.button:focus {
border-color: shade(@theme_bg_color, 0.7); border-color: shade(@theme_bg_color, 0.7);
color: shade(@theme_fg_color, 0.7); color: shade(@theme_fg_color, 0.7);
} }
.button:focus { .button:focus,
border-color: shade(@theme_bg_color, 0.7); .button:hover:focus,
color: shade(@theme_fg_color, 0.7); .button:active:focus,
.button:active:hover:focus {
border-color: @theme_selected_bg_color;
} }
.button:insensitive { .button:insensitive {
@ -540,7 +541,7 @@ GtkComboBox.combobox-entry .button:insensitive {
} }
.entry:focus { .entry:focus {
border-color: shade(@theme_bg_color, 0.7); border-color: @theme_selected_bg_color;
} }
.entry:selected, .entry:selected,