From 7a026ab092144b9f4891d292a961ffca370f0b15 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 27 Jul 2015 12:37:03 +0200 Subject: gnome-shell: tweak candidate popup font-size --- common/gnome-shell/3.14/gnome-shell.css | 2 +- common/gnome-shell/3.16/gnome-shell.css | 2 +- common/gnome-shell/3.16/sass/_common.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'common/gnome-shell') 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 { -- cgit v1.2.3