зеркало из https://github.com/mozilla/gecko-dev.git
203 строки
4.1 KiB
CSS
203 строки
4.1 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,
|
|
menucaption {
|
|
-moz-appearance: menuitem;
|
|
-moz-box-align: center;
|
|
max-width: 42em;
|
|
color: MenuText;
|
|
font: menu;
|
|
list-style-image: none;
|
|
-moz-image-region: auto;
|
|
}
|
|
|
|
menuitem[default="true"] {
|
|
font-weight: bold;
|
|
}
|
|
|
|
menu[_moz-menuactive="true"],
|
|
menuitem[_moz-menuactive="true"] {
|
|
color: -moz-menuhovertext;
|
|
background-color: -moz-menuhover;
|
|
}
|
|
|
|
menuitem[customoptionstyling="true"] {
|
|
-moz-appearance: none;
|
|
}
|
|
|
|
menuitem[customoptionstyling="true"][_moz-menuactive="true"] {
|
|
/* -moz-menuhovertext and -moz-menuhover only apply
|
|
when -moz-appearance is set to menuitem. */
|
|
color: highlighttext;
|
|
background-color: highlight;
|
|
}
|
|
|
|
menu[disabled="true"],
|
|
menuitem[disabled="true"],
|
|
menucaption[disabled="true"] {
|
|
color: GrayText;
|
|
}
|
|
|
|
menubar > menu {
|
|
padding: 0px 4px;
|
|
color: -moz-menubartext;
|
|
}
|
|
|
|
menubar:-moz-lwtheme > menu {
|
|
text-shadow: none;
|
|
}
|
|
|
|
menubar:-moz-lwtheme > menu:not([open="true"]) {
|
|
color: inherit;
|
|
text-shadow: inherit;
|
|
}
|
|
|
|
menubar > menu[_moz-menuactive="true"]:not([open]):not([disabled="true"]):not(:-moz-lwtheme) {
|
|
color: -moz-menubartext;
|
|
}
|
|
|
|
menubar > menu[open] {
|
|
color: -moz-menubarhovertext;
|
|
background-color: -moz-menuhover;
|
|
}
|
|
menuitem.spell-suggestion {
|
|
font-weight:bold;
|
|
}
|
|
|
|
/* ::::: menu/menuitems in menulist popups ::::: */
|
|
|
|
menulist > menupopup > menuitem,
|
|
menulist > menupopup > menucaption,
|
|
menulist > menupopup > menu {
|
|
padding: 1px 5px;
|
|
max-width: none;
|
|
font: message-box;
|
|
}
|
|
|
|
/* ..... internal content .... */
|
|
|
|
.menu-text,
|
|
.menu-iconic-left,
|
|
.menu-iconic-right,
|
|
.menu-iconic-text {
|
|
margin-top: 0px !important;
|
|
margin-bottom: 0px !important;
|
|
margin-inline-start: 0px !important;
|
|
margin-inline-end: 2px !important;
|
|
color: inherit;
|
|
}
|
|
|
|
.menu-text {
|
|
/* This is (18 + the size of end-padding on .menu-iconic-left)px */
|
|
margin-inline-start: 21px !important;
|
|
font-weight: inherit;
|
|
}
|
|
|
|
menucaption > .menu-iconic-text {
|
|
margin-inline-start: 0 !important;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.menu-description {
|
|
font-style: italic;
|
|
color: GrayText;
|
|
margin-inline-start: 1ex !important;
|
|
}
|
|
|
|
.menu-accel,
|
|
.menu-iconic-accel {
|
|
margin-top: 0px !important;
|
|
margin-bottom: 0px !important;
|
|
margin-inline-start: 7px !important;
|
|
color: inherit;
|
|
}
|
|
|
|
.menu-accel-container {
|
|
-moz-box-pack: end;
|
|
}
|
|
|
|
.menu-iconic-left,
|
|
.menu-iconic-right {
|
|
width: 16px;
|
|
/* We can only hardcode this, to make the default GTK icon<->label spacing */
|
|
padding-inline-end: 3px !important;
|
|
}
|
|
|
|
.menu-iconic-icon {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.menu-right {
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
margin-inline-start: 6px;
|
|
margin-inline-end: 0px;
|
|
width: 1ex;
|
|
height: 1ex;
|
|
/* These next two rules are needed to prevent inheritance and thus ugliness */
|
|
list-style-image: none;
|
|
-moz-image-region: auto;
|
|
-moz-appearance: menuarrow;
|
|
}
|
|
|
|
.menubar-left {
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
margin-inline-start: 0px;
|
|
margin-inline-end: 2px;
|
|
color: inherit;
|
|
}
|
|
|
|
.menubar-text {
|
|
margin: 0 1px !important;
|
|
color: inherit;
|
|
}
|
|
|
|
|
|
menulist > menupopup > menuitem > .menu-iconic-left,
|
|
menulist > menupopup > menucaption > .menu-iconic-left,
|
|
menulist > menupopup > menu > .menu-iconic-left {
|
|
display: none;
|
|
}
|
|
|
|
/* ::::: checkbox menuitem ::::: */
|
|
|
|
menuitem[checked="true"] {
|
|
-moz-appearance: checkmenuitem !important;
|
|
}
|
|
|
|
menuitem[type="checkbox"] {
|
|
-moz-appearance: checkmenuitem !important;
|
|
}
|
|
|
|
/* ::::: radio menuitem ::::: */
|
|
|
|
menuitem[type="radio"] {
|
|
-moz-appearance: radiomenuitem !important;
|
|
}
|
|
|
|
/* ::::: menuseparator ::::: */
|
|
|
|
menuseparator {
|
|
-moz-appearance: menuseparator;
|
|
}
|
|
|
|
/* ::::: autocomplete ::::: */
|
|
|
|
.autocomplete-history-popup > menuitem {
|
|
max-width: none !important;
|
|
font: message-box;
|
|
}
|