aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.14/gnome-shell.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/gnome-shell/3.14/gnome-shell.css')
-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;