summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2014-02-13 06:58:00 +0100
committerByron Jones <bjones@mozilla.com>2014-02-13 06:58:00 +0100
commita88614c0f63b1ff728ced0d02a453f4691f9979a (patch)
tree15687b65063bed5adfe0293d16e663a91d5896f5 /skins
parentc56d18a3e5c4d022741c6457f5c91122699e482f (diff)
downloadbugzilla-a88614c0f63b1ff728ced0d02a453f4691f9979a.tar.gz
bugzilla-a88614c0f63b1ff728ced0d02a453f4691f9979a.tar.xz
add a white background to the comment preview when using the mozilla skin
Diffstat (limited to 'skins')
-rw-r--r--skins/contrib/Mozilla/global.css4
1 files changed, 4 insertions, 0 deletions
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;