aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorHorst31802015-07-18 19:31:21 +0200
committerHorst31802015-07-18 19:31:21 +0200
commit85de91c12748a437b1f1c1935fcff982eb2d2a9b (patch)
tree0184c3402e0003899848896e26d441d468367cc2 /common
parentf3e3d8503e5f47075cc6fecc4f07b9e1d108719b (diff)
parentfa23eee05d6879da1a55c824c308250577e06acf (diff)
downloadsolarc-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')
-rw-r--r--common/gnome-shell/3.14/gnome-shell.css6
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;