diff options
author | Horst3180 | 2015-07-27 12:37:03 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-27 12:37:03 +0200 |
commit | 7a026ab092144b9f4891d292a961ffca370f0b15 (patch) | |
tree | 5990c01f99485e0367310ba120eeb9980de1fa9e | |
parent | 36d5a7730ce6363f3182daf959e04e226ed4854d (diff) | |
download | solarc-theme-7a026ab092144b9f4891d292a961ffca370f0b15.tar.gz solarc-theme-7a026ab092144b9f4891d292a961ffca370f0b15.tar.xz solarc-theme-7a026ab092144b9f4891d292a961ffca370f0b15.zip |
gnome-shell: tweak candidate popup font-size
-rw-r--r-- | common/gnome-shell/3.14/gnome-shell.css | 2 | ||||
-rw-r--r-- | common/gnome-shell/3.16/gnome-shell.css | 2 | ||||
-rw-r--r-- | common/gnome-shell/3.16/sass/_common.scss | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index 0d1ae0e..34e063b 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -2723,7 +2723,7 @@ StScrollBar StButton#vhandle:active { padding: 0.5em; spacing: 0.3em; color: #A8ADB5; - font-size: 1.3em; + font-size: 1.15em; } .candidate-index { diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index 5e216de..67d565c 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -1564,7 +1564,7 @@ StScrollBar { padding: 0.5em; spacing: 0.3em; color: #A8ADB5; - font-size: 1.3em; } + font-size: 1.15em; } .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 f873781..b55a299 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -1904,7 +1904,7 @@ $legacy_icon_size: 24px; padding: 0.5em; spacing: 0.3em; color: $osd_fg_color; - font-size: 1.3em; + font-size: 1.15em; } .candidate-index { |