diff options
author | Horst3180 | 2015-07-18 19:31:21 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-18 19:31:21 +0200 |
commit | 85de91c12748a437b1f1c1935fcff982eb2d2a9b (patch) | |
tree | 0184c3402e0003899848896e26d441d468367cc2 /common/gnome-shell/3.14 | |
parent | f3e3d8503e5f47075cc6fecc4f07b9e1d108719b (diff) | |
parent | fa23eee05d6879da1a55c824c308250577e06acf (diff) | |
download | solarc-theme-85de91c12748a437b1f1c1935fcff982eb2d2a9b.tar.gz solarc-theme-85de91c12748a437b1f1c1935fcff982eb2d2a9b.tar.xz solarc-theme-85de91c12748a437b1f1c1935fcff982eb2d2a9b.zip |
Merge branch 'master' of https://github.com/horst3180/Arc-theme
Diffstat (limited to 'common/gnome-shell/3.14')
-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; |