aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.16
diff options
context:
space:
mode:
authorHorst31802015-07-27 12:37:03 +0200
committerHorst31802015-07-27 12:37:03 +0200
commit7a026ab092144b9f4891d292a961ffca370f0b15 (patch)
tree5990c01f99485e0367310ba120eeb9980de1fa9e /common/gnome-shell/3.16
parent36d5a7730ce6363f3182daf959e04e226ed4854d (diff)
downloadsolarc-theme-7a026ab092144b9f4891d292a961ffca370f0b15.tar.gz
solarc-theme-7a026ab092144b9f4891d292a961ffca370f0b15.tar.xz
solarc-theme-7a026ab092144b9f4891d292a961ffca370f0b15.zip
gnome-shell: tweak candidate popup font-size
Diffstat (limited to 'common/gnome-shell/3.16')
-rw-r--r--common/gnome-shell/3.16/gnome-shell.css2
-rw-r--r--common/gnome-shell/3.16/sass/_common.scss2
2 files changed, 2 insertions, 2 deletions
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 {