From 8adaad7fda9776639d06f97703e2984e376232dc Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 9 Aug 2013 12:52:25 -0700 Subject: Bug 902931: Mozilla theme should have white background in diff view --- skins/contrib/Mozilla/global.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'skins/contrib') diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index f281159d2..78bbaec86 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -370,12 +370,10 @@ table.edit_form hr { color: #404040; } -/* .bz_comment { - background: transparent; - border: none; - margin: 0 0 30px; - padding: 0; -} */ +/* background for diff views */ +.file_table, .file-table { + background: #ffffff; +} .bz_comment_table { width: 90%; -- cgit v1.2.3-24-g4f1b