From 36d5a7730ce6363f3182daf959e04e226ed4854d Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 27 Jul 2015 12:24:28 +0200 Subject: gnome-shell: make candidate popup more readable --- common/gnome-shell/3.14/gnome-shell.css | 8 ++++++-- common/gnome-shell/3.16/gnome-shell.css | 3 ++- common/gnome-shell/3.16/sass/_common.scss | 1 + 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'common') 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 { diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index ae0eb61..5e216de 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -1563,7 +1563,8 @@ StScrollBar { .candidate-popup-content { padding: 0.5em; spacing: 0.3em; - color: #A8ADB5; } + color: #A8ADB5; + font-size: 1.3em; } .candidate-index { padding: 0 0.5em 0 0; diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index b192285..f873781 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -1904,6 +1904,7 @@ $legacy_icon_size: 24px; padding: 0.5em; spacing: 0.3em; color: $osd_fg_color; + font-size: 1.3em; } .candidate-index { -- cgit v1.2.3