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

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 /* This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 * License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
michael@0 4
michael@0 5 % include all of the Luna styles
michael@0 6 %include menulist.css
michael@0 7
michael@0 8 menulist:-moz-focusring:not([open="true"]):not(.menulist-compact) > .menulist-label-box {
michael@0 9 border: 1px dotted ThreeDDarkShadow;
michael@0 10 }
michael@0 11
michael@0 12 @media (-moz-windows-default-theme) {
michael@0 13 .menulist-label-box {
michael@0 14 background-color: transparent !important;
michael@0 15 color: inherit !important;
michael@0 16 }
michael@0 17
michael@0 18 .menulist-label {
michael@0 19 margin-top: -1px !important;
michael@0 20 margin-bottom: -1px !important;
michael@0 21 -moz-margin-start: 0 !important;
michael@0 22 }
michael@0 23
michael@0 24 .menulist-description {
michael@0 25 -moz-margin-start: 1ex !important;
michael@0 26 }
michael@0 27
michael@0 28 menulist:not([editable="true"]) > .menulist-dropmarker {
michael@0 29 margin-top: -2px;
michael@0 30 -moz-margin-start: 3px;
michael@0 31 -moz-margin-end: -3px;
michael@0 32 }
michael@0 33
michael@0 34 .menulist-icon {
michael@0 35 margin-top: -1px;
michael@0 36 margin-bottom: -1px;
michael@0 37 }
michael@0 38 }

mercurial