diff options
author | Horst3180 | 2015-06-03 19:58:36 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-03 19:58:41 +0200 |
commit | 2ab7f0f2234c809ee195a75a02fc40f39f9e466c (patch) | |
tree | b0e7f5ae8606dd02b4b29f1cae6b495ddb732666 /common/gnome-shell/3.16/gnome-shell.css | |
parent | b028478692140b94775e5b5cb07e9be53a1d5ae8 (diff) | |
download | solarc-theme-2ab7f0f2234c809ee195a75a02fc40f39f9e466c.tar.gz solarc-theme-2ab7f0f2234c809ee195a75a02fc40f39f9e466c.tar.xz solarc-theme-2ab7f0f2234c809ee195a75a02fc40f39f9e466c.zip |
gnome-shell: fix message box
fix #15
Diffstat (limited to 'common/gnome-shell/3.16/gnome-shell.css')
-rw-r--r-- | common/gnome-shell/3.16/gnome-shell.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index 5b02b8e..76e83a9 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -909,7 +909,8 @@ StScrollBar { icon-size: 16px; } .message-title { - font-weight: bold; } + font-weight: bold; + padding: 2px 0 2px 0; } .message-content { padding: 8px; } |