Make focus borders red
parent
36ef8f9a9f
commit
be9ca88355
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue