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.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css
index a2dfdda..0d1ae0e 100644
--- a/common/gnome-shell/3.14/gnome-shell.css
+++ b/common/gnome-shell/3.14/gnome-shell.css
@@ -2722,20 +2722,24 @@ StScrollBar StButton#vhandle:active {
.candidate-popup-content {
padding: 0.5em;
spacing: 0.3em;
+ color: #A8ADB5;
+ font-size: 1.3em;
}
.candidate-index {
padding: 0 0.5em 0 0;
- color: #cccccc;
+ color: #c4c7cc;
}
.candidate-box {
+ color: #A8ADB5;
padding: 0.3em 0.5em 0.3em 0.5em;
}
.candidate-box:selected {
border-radius: 4px;
- background-color: rgba(255,255,255,0.2);
+ background-color: #5294E2;
+ color: #ffffff;
}
.candidate-box:hover {