diff options
author | Anthony Ricaud <anthony@ricaud.me> | 2013-05-02 10:00:12 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-05-02 10:00:12 +0200 |
commit | ae620114bec1e316077f2507dd72541740885293 (patch) | |
tree | b2141c832909c05ca04d5c7bc7b623f1e2b04359 /skins/contrib/Mozilla | |
parent | d149115ac9f1396d8515e447bf6bda0ae4495536 (diff) | |
download | bugzilla-ae620114bec1e316077f2507dd72541740885293.tar.gz bugzilla-ae620114bec1e316077f2507dd72541740885293.tar.xz |
Bug 848382: The background of attachment fields is dark gray in the Mozilla theme
Diffstat (limited to 'skins/contrib/Mozilla')
-rw-r--r-- | skins/contrib/Mozilla/global.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index 4275fd728..10e09435b 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -558,7 +558,6 @@ table.edit_form hr { /* Attachments */ #viewFrame { - background: #444; border: 2px solid #222; margin-bottom: 10px; } |