aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.18/gnome-shell.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/gnome-shell/3.18/gnome-shell.css')
-rw-r--r--common/gnome-shell/3.18/gnome-shell.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css
index 80f818c..f44f397 100644
--- a/common/gnome-shell/3.18/gnome-shell.css
+++ b/common/gnome-shell/3.18/gnome-shell.css
@@ -69,6 +69,7 @@ stage {
StEntry {
padding: 7px;
caret-size: 1px;
+ caret-color: #5c616c;
selection-background-color: #5294E2;
selected-color: #ffffff;
transition-duration: 300ms;
@@ -1919,6 +1920,7 @@ StScrollBar {
spacing: 4px; }
.lg-dialog StEntry {
+ caret-color: #ffffff;
selection-background-color: #5294E2;
selected-color: #ffffff;
color: #BAC3CF;
@@ -1929,7 +1931,9 @@ StScrollBar {
color: #ffffff;
background-color: #5294E2;
border: 1px solid rgba(26, 28, 34, 0.35);
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
+ selection-background-color: #ffffff;
+ selected-color: #5294E2; }
.lg-dialog .shell-link {
color: #2679db; }