diff options
author | Horst3180 | 2015-07-18 18:58:55 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-18 18:58:55 +0200 |
commit | fa23eee05d6879da1a55c824c308250577e06acf (patch) | |
tree | 6d85d0bc0922d8615f043b1644776b862c9f14a5 /common/gnome-shell/3.14/gnome-shell.css | |
parent | 618e8624fbcdb7632ada1b15b36097eab0c3c719 (diff) | |
download | solarc-theme-fa23eee05d6879da1a55c824c308250577e06acf.tar.gz solarc-theme-fa23eee05d6879da1a55c824c308250577e06acf.tar.xz solarc-theme-fa23eee05d6879da1a55c824c308250577e06acf.zip |
gnome-shell: more search entry fixes
Diffstat (limited to 'common/gnome-shell/3.14/gnome-shell.css')
-rw-r--r-- | common/gnome-shell/3.14/gnome-shell.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index 0c2f014..a2dfdda 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -624,17 +624,19 @@ StScrollBar StButton#vhandle:active { .search-entry:hover { color: #5c616c; + border-color: rgba(0, 0, 0, 0.0); caret-color: #5c616c; background-color: rgba(255, 255, 255, 0.9); } .search-entry:focus { color: #ffffff; + border-color: rgba(0, 0, 0, 0.0); caret-color: #ffffff; background-color: #5294E2; - selection-background-color: $selected_fg_color; - selected-color: $selected_bg_color; + selection-background-color: #ffffff; + selected-color: #5294E2; font-weight: bold; transition-duration: 0ms; |