diff options
Diffstat (limited to 'common')
-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 { |