2
* CookieKeeper - a Mozilla add-on
3
* (c) 2013-2016 Yvon TANGUY
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
11
@namespace xbl url("http://www.mozilla.org/xbl"); /* namespace for XBL elements */
14
transition-property: background-color, border-color;
15
transition-duration: 150ms;
18
iradio[selected="true"] {
19
background-color: Highlight;
23
background-color: Background;
26
iradio[selected="true"]:hover {
27
background-color: Highlight;