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

39 строки
952 B
CSS

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
% include all of the Luna styles
%include menulist.css
menulist:-moz-focusring:not([open="true"]):not(.menulist-compact) > .menulist-label-box {
border: 1px dotted ThreeDDarkShadow;
}
@media (-moz-windows-default-theme) {
.menulist-label-box {
background-color: transparent !important;
color: inherit !important;
}
.menulist-label {
margin-top: -1px !important;
margin-bottom: -1px !important;
-moz-margin-start: 0 !important;
}
.menulist-description {
-moz-margin-start: 1ex !important;
}
menulist:not([editable="true"]) > .menulist-dropmarker {
margin-top: -2px;
-moz-margin-start: 3px;
-moz-margin-end: -3px;
}
.menulist-icon {
margin-top: -1px;
margin-bottom: -1px;
}
}