prefs.css (960B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 6 7 #status4evar-prefs > prefpane > vbox.content-box { 8 min-height: 18em !important; 9 } 10 11 radio[pane="status4evar-pane-status"] { 12 list-style-image: url("chrome://global/skin/icons/info-24.svg"); 13 } 14 15 radio[pane="status4evar-pane-progress"] { 16 list-style-image: url("chrome://browser/skin/statusbar/progress.svg"); 17 } 18 19 radio[pane="status4evar-pane-download"] { 20 list-style-image: url("chrome://browser/skin/statusbar/downloads.svg"); 21 } 22 23 radio[pane="status4evar-pane-addonbar"] { 24 list-style-image: url("chrome://browser/skin/statusbar/statusbar.svg"); 25 } 26 27 radio[pane="status4evar-pane-advanced"] { 28 list-style-image: url("chrome://browser/skin/preferences/Options.svg#advanced"); 29 }