From a88614c0f63b1ff728ced0d02a453f4691f9979a Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 13 Feb 2014 13:58:00 +0800 Subject: add a white background to the comment preview when using the mozilla skin --- skins/contrib/Mozilla/global.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'skins') diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index d47c4e2f8..7ceaae31a 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -628,6 +628,10 @@ table.edit_form hr { margin-top: 2px; } +#comment_preview { + background: white; +} + #comment_preview_text { background: transparent; border: none; -- cgit v1.2.3-24-g4f1b