Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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/. */
5 dropmarker {
6 width: 16px;
7 height: 16px;
8 -moz-box-align: center;
9 -moz-box-pack: center;
10 background-color: transparent;
11 padding: 1px;
12 list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
13 -moz-image-region: auto;
14 }
16 dropmarker:hover:active {
17 background: #aaaaaa;
18 padding-top: 2px;
19 padding-bottom: 0px;
20 -moz-padding-start: 2px;
21 -moz-padding-end: 0px;
22 }
24 dropmarker[disabled="true"] {
25 list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
26 padding: 1px !important;
27 }