diff options
Diffstat (limited to 'common/gnome-shell/3.16')
-rw-r--r-- | common/gnome-shell/3.16/gnome-shell.css | 3 | ||||
-rw-r--r-- | common/gnome-shell/3.16/sass/_common.scss | 1 |
2 files changed, 3 insertions, 1 deletions
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 { |