1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2026-03-02 03:40:11 +00:00

gnome-shell: fix search-entry selection highlight

This commit is contained in:
Horst3180
2015-07-18 18:47:09 +02:00
parent 2a70924f33
commit 618e8624fb
3 changed files with 9 additions and 1 deletions

View File

@@ -633,6 +633,9 @@ StScrollBar StButton#vhandle:active {
caret-color: #ffffff;
background-color: #5294E2;
selection-background-color: $selected_fg_color;
selected-color: $selected_bg_color;
font-weight: bold;
transition-duration: 0ms;
}