This overlay was used in two places: places.xul and contentAreaDownloadsView.xul. Move the commandset, menuppop and downloadsRichListBox into include files. Inline the scripts and DTDs. MozReview-Commit-ID: LroiQlRTE2T
12 lines
328 B
CSS
12 lines
328 B
CSS
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
%include ../../shared/downloads/allDownloadsView.inc.css
|
|
|
|
/*** List items ***/
|
|
|
|
:root {
|
|
--downloads-item-height: 5em;
|
|
}
|