diff options
author | Horst3180 | 2015-07-18 18:47:09 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-18 18:47:09 +0200 |
commit | 618e8624fbcdb7632ada1b15b36097eab0c3c719 (patch) | |
tree | 0caf3c50dde09b0b85db61b2b9832dc27a0a68f4 /common/gnome-shell/3.14/gnome-shell.css | |
parent | 2a70924f33b8bdb1f7dc9303a7dee43f9c9b8e6c (diff) | |
download | solarc-theme-618e8624fbcdb7632ada1b15b36097eab0c3c719.tar.gz solarc-theme-618e8624fbcdb7632ada1b15b36097eab0c3c719.tar.xz solarc-theme-618e8624fbcdb7632ada1b15b36097eab0c3c719.zip |
gnome-shell: fix search-entry selection highlight
Diffstat (limited to 'common/gnome-shell/3.14/gnome-shell.css')
-rw-r--r-- | common/gnome-shell/3.14/gnome-shell.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index 716241f..0c2f014 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -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; } |