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/. */
6 * The default namespace for this file is XUL. Be sure to prefix rules that
7 * are applicable to both XUL and HTML with '*|'.
9 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
10 @namespace html url("http://www.w3.org/1999/xhtml");
14 background-color: #000000;
20 font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
25 /* Needed to allow the radius to clip the inner content, see bug 595656 */
27 border: 1px solid #9C9CFF;
31 colorpicker[type="button"] {
32 margin: 1px 5px 2px 5px;