toolkit/themes/windows/global/menulist-aero.css

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:edb179d52a28
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 % include all of the Luna styles
6 %include menulist.css
7
8 menulist:-moz-focusring:not([open="true"]):not(.menulist-compact) > .menulist-label-box {
9 border: 1px dotted ThreeDDarkShadow;
10 }
11
12 @media (-moz-windows-default-theme) {
13 .menulist-label-box {
14 background-color: transparent !important;
15 color: inherit !important;
16 }
17
18 .menulist-label {
19 margin-top: -1px !important;
20 margin-bottom: -1px !important;
21 -moz-margin-start: 0 !important;
22 }
23
24 .menulist-description {
25 -moz-margin-start: 1ex !important;
26 }
27
28 menulist:not([editable="true"]) > .menulist-dropmarker {
29 margin-top: -2px;
30 -moz-margin-start: 3px;
31 -moz-margin-end: -3px;
32 }
33
34 .menulist-icon {
35 margin-top: -1px;
36 margin-bottom: -1px;
37 }
38 }

mercurial