diff options
author | Aleksander Machniak <alec@alec.pl> | 2015-03-01 19:59:40 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2015-03-01 19:59:40 +0100 |
commit | b0613585c325bf79a37a9ebbe6e4cbd265c0d110 (patch) | |
tree | 925b4254b9a2138de5ffbeaaf11dd444489b2ca8 /skins | |
parent | b86e091fcd0567450c5cbef2207780e265865b2d (diff) |
Fix encryption warning style in fullpage message view
Diffstat (limited to 'skins')
-rw-r--r-- | skins/classic/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css index 4d54f4992..30a241881 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -260,6 +260,7 @@ body > #message div body > #message div.notice, body > #messagebody .part-notice, +body > #mainscreen #messagebody .part-notice, #message-objects div.notice { background: url(images/display/icons.png) 6px 3px no-repeat; |