summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-08-09 21:52:25 +0200
committerByron Jones <bjones@mozilla.com>2013-08-09 21:52:25 +0200
commit8adaad7fda9776639d06f97703e2984e376232dc (patch)
treeb07524a002b4f01f0abc169d38f3fc2b3cb91e9f /skins
parent42688acf6d625308e818033f4fb7f44e15e03867 (diff)
downloadbugzilla-8adaad7fda9776639d06f97703e2984e376232dc.tar.gz
bugzilla-8adaad7fda9776639d06f97703e2984e376232dc.tar.xz
Bug 902931: Mozilla theme should have white background in diff view
Diffstat (limited to 'skins')
-rw-r--r--skins/contrib/Mozilla/global.css10
1 files changed, 4 insertions, 6 deletions
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%;