mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
223 lines
4.6 KiB
CSS
223 lines
4.6 KiB
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/. */
|
|
|
|
/* ===== menu.css =======================================================
|
|
== Styles used by XUL menu-related elements.
|
|
======================================================================= */
|
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
/* ::::: menu/menuitem ::::: */
|
|
|
|
menu,
|
|
menuitem {
|
|
-moz-appearance: menuitem;
|
|
-moz-box-align: center;
|
|
-moz-margin-start: 2px !important;
|
|
-moz-margin-end: 1px !important;
|
|
color: MenuText;
|
|
font: menu;
|
|
list-style-image: none;
|
|
-moz-image-region: auto;
|
|
}
|
|
|
|
menu:not(:-moz-lwtheme) {
|
|
background-color: Menu;
|
|
}
|
|
|
|
menuitem[default="true"] {
|
|
font-weight: bold;
|
|
}
|
|
|
|
menu[disabled="true"], menuitem[disabled="true"],
|
|
menu[_moz-menuactive="true"][disabled="true"],
|
|
menuitem[_moz-menuactive="true"][disabled="true"] {
|
|
color: GrayText;
|
|
}
|
|
|
|
menuitem.spell-suggestion {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* ..... internal content .... */
|
|
|
|
.menu-accel,
|
|
.menu-iconic-accel,
|
|
.menu-text,
|
|
.menu-iconic-text {
|
|
margin-top: 0 !important;
|
|
margin-bottom: 0 !important;
|
|
-moz-margin-start: 0px !important;
|
|
-moz-margin-end: 0px !important;
|
|
color: inherit;
|
|
}
|
|
|
|
.menu-text {
|
|
-moz-margin-start: 21px !important;
|
|
font-weight: inherit;
|
|
}
|
|
|
|
.menu-description {
|
|
font-style: italic;
|
|
color: GrayText;
|
|
-moz-margin-start: 1ex !important;
|
|
}
|
|
|
|
.menu-accel,
|
|
.menu-iconic-accel {
|
|
-moz-margin-end: 19px !important;
|
|
-moz-margin-start: 8px !important;
|
|
color: inherit;
|
|
}
|
|
|
|
.menu-iconic-text {
|
|
-moz-margin-start: 3px !important;
|
|
}
|
|
|
|
.menu-iconic-left {
|
|
-moz-margin-start: 2px !important;
|
|
min-width: 16px;
|
|
min-height: 16px;
|
|
}
|
|
|
|
.menu-iconic-icon {
|
|
max-width: 16px;
|
|
max-height: 16px;
|
|
}
|
|
|
|
/* ..... menu arrow box ..... */
|
|
|
|
.menu-right {
|
|
margin-top: 2px;
|
|
margin-bottom: 3px;
|
|
-moz-padding-end: 6px;
|
|
list-style-image: none;
|
|
list-style-image: url("chrome://global/skin/menu/Menu-arrow.png");
|
|
-moz-image-region: auto;
|
|
}
|
|
|
|
/* ::::: menu/menuitems in menubar ::::: */
|
|
|
|
menubar > menu {
|
|
border: 0;
|
|
-moz-margin-start: 2px;
|
|
-moz-margin-end: 3px;
|
|
margin-top: 2px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
menubar > menu[_moz-menuactive="true"][open="true"] {
|
|
color: -moz-MenuBarHoverText;
|
|
background-color: -moz-MenuHover;
|
|
}
|
|
|
|
menubar > menu:-moz-lwtheme {
|
|
-moz-appearance: none;
|
|
border-style: none;
|
|
}
|
|
|
|
menubar > menu:-moz-lwtheme:not([disabled="true"]) {
|
|
color: inherit !important;
|
|
}
|
|
|
|
menubar > menu:-moz-lwtheme[_moz-menuactive="true"][open="true"] {
|
|
color: HighlightText !important;
|
|
text-shadow: none;
|
|
}
|
|
|
|
/* ..... internal content .... */
|
|
|
|
.menubar-left {
|
|
color: inherit;
|
|
}
|
|
|
|
.menubar-text {
|
|
color: inherit;
|
|
}
|
|
|
|
/* ::::: menu/menuitems in popups ::::: */
|
|
|
|
menupopup > menu,
|
|
popup > menu,
|
|
menupopup > menuitem,
|
|
popup > menuitem {
|
|
max-width: 42em;
|
|
padding-bottom: 2px;
|
|
}
|
|
|
|
menu[_moz-menuactive="true"][open="true"],
|
|
menuitem[_moz-menuactive="true"] {
|
|
background: -moz-MenuHover;
|
|
color: -moz-MenuHoverText;
|
|
}
|
|
|
|
/* ::::: menu/menuitems in menulist popups ::::: */
|
|
|
|
.menulist-menupopup > menuitem,
|
|
menulist > menupopup > menuitem,
|
|
.menulist-menupopup > menu,
|
|
menulist > menupopup > menu {
|
|
border: 1px solid transparent;
|
|
padding: 1px 5px;
|
|
max-width: none;
|
|
font: message-box;
|
|
color: -moz-FieldText;
|
|
background-color: -moz-Field;
|
|
}
|
|
|
|
.menulist-menupopup > menuitem > .menu-iconic-left,
|
|
menulist > menupopup > menuitem > .menu-iconic-left,
|
|
.menulist-menupopup > menu > .menu-iconic-left,
|
|
menulist > menupopup > menu > .menu-iconic-left {
|
|
display: none;
|
|
}
|
|
|
|
menulist > menupopup > menuitem[_moz-menuactive="true"] {
|
|
border: 1px dotted #F5DB95;
|
|
}
|
|
|
|
menulist > menupopup > menuitem > .menu-iconic-text {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
/* ::::: checkbox menuitem and radio menuitem ::::: */
|
|
/* :::::::: (both appear the same on OS/2) :::::::: */
|
|
|
|
menuitem[checked="true"] {
|
|
list-style-image: url("chrome://global/skin/menu/menu-check.gif");
|
|
-moz-image-region: auto;
|
|
}
|
|
/* menuitem[checked="true"][type="radio"] */
|
|
|
|
/* ::::: menuseparator ::::: */
|
|
|
|
menuseparator {
|
|
margin: 3px 0 3px 0 !important;
|
|
border-top: 1px solid ThreeDShadow;
|
|
border-bottom: 1px solid ThreeDHighlight;
|
|
}
|
|
|
|
menulist > menupopup > menuseparator,
|
|
.menulist-menupopup > menuseparator {
|
|
margin: 0;
|
|
border-top: 1px solid #000000;
|
|
border-bottom: none;
|
|
}
|
|
|
|
/* ::::: autocomplete ::::: */
|
|
|
|
.autocomplete-history-popup > menuitem {
|
|
max-width: none !important;
|
|
font: message-box;
|
|
}
|
|
|
|
/* ::::: tree column picker ::::: */
|
|
|
|
.treecell-popupcell-menu {
|
|
-moz-margin-start: -2px;
|
|
list-style-image: url("chrome://global/skin/columnselect.gif");
|
|
-moz-image-region: auto;
|
|
}
|
|
|