Make focus borders red
parent
36ef8f9a9f
commit
be9ca88355
|
@ -214,15 +214,16 @@ GtkAssistant .sidebar {
|
|||
background-image: none;
|
||||
}
|
||||
|
||||
.button:active:hover,
|
||||
.button:focus {
|
||||
.button:active:hover {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.button:focus {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
.button:focus,
|
||||
.button:hover:focus,
|
||||
.button:active:focus,
|
||||
.button:active:hover:focus {
|
||||
border-color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
.button:insensitive {
|
||||
|
@ -540,7 +541,7 @@ GtkComboBox.combobox-entry .button:insensitive {
|
|||
}
|
||||
|
||||
.entry:focus {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
border-color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
.entry:selected,
|
||||
|
|
Loading…
Reference in New Issue