Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
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 % include all of the Luna styles
6 %include menulist.css
8 menulist:-moz-focusring:not([open="true"]):not(.menulist-compact) > .menulist-label-box {
9 border: 1px dotted ThreeDDarkShadow;
10 }
12 @media (-moz-windows-default-theme) {
13 .menulist-label-box {
14 background-color: transparent !important;
15 color: inherit !important;
16 }
18 .menulist-label {
19 margin-top: -1px !important;
20 margin-bottom: -1px !important;
21 -moz-margin-start: 0 !important;
22 }
24 .menulist-description {
25 -moz-margin-start: 1ex !important;
26 }
28 menulist:not([editable="true"]) > .menulist-dropmarker {
29 margin-top: -2px;
30 -moz-margin-start: 3px;
31 -moz-margin-end: -3px;
32 }
34 .menulist-icon {
35 margin-top: -1px;
36 margin-bottom: -1px;
37 }
38 }