1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

gnome-shell: fix message box

fix #15
This commit is contained in:
Horst3180 2015-06-03 19:58:36 +02:00
parent b028478692
commit 2ab7f0f223
2 changed files with 3 additions and 1 deletions

View File

@ -1158,6 +1158,7 @@ StScrollBar {
.message-title { .message-title {
font-weight: bold; font-weight: bold;
padding: 2px 0 2px 0;
} }
.message-content { .message-content {
padding: 8px; padding: 8px;

View File

@ -909,7 +909,8 @@ StScrollBar {
icon-size: 16px; } icon-size: 16px; }
.message-title { .message-title {
font-weight: bold; } font-weight: bold;
padding: 2px 0 2px 0; }
.message-content { .message-content {
padding: 8px; } padding: 8px; }