aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.16/sass
diff options
context:
space:
mode:
authorHorst31802015-07-18 18:47:09 +0200
committerHorst31802015-07-18 18:47:09 +0200
commit618e8624fbcdb7632ada1b15b36097eab0c3c719 (patch)
tree0caf3c50dde09b0b85db61b2b9832dc27a0a68f4 /common/gnome-shell/3.16/sass
parent2a70924f33b8bdb1f7dc9303a7dee43f9c9b8e6c (diff)
downloadsolarc-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.16/sass')
-rw-r--r--common/gnome-shell/3.16/sass/_common.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss
index a41b8d8..b192285 100644
--- a/common/gnome-shell/3.16/sass/_common.scss
+++ b/common/gnome-shell/3.16/sass/_common.scss
@@ -1333,6 +1333,9 @@ StScrollBar {
caret-color: $selected_fg_color;
background-color: $selected_bg_color;
+ selection-background-color: $selected_fg_color;
+ selected-color: $selected_bg_color;
+
.search-entry-icon { color: $selected_fg_color; }
}
}