/* 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/. */ /* ===== popup.css =================================================== == Styles used by the XUL popup element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: menupopup ::::: */ menupopup, popup, panel { -moz-appearance: menupopup; border: 2px solid; -moz-border-top-colors: grey ThreeDHighlight; -moz-border-left-colors: grey ThreeDHighlight; -moz-border-right-colors: black ThreeDShadow; -moz-border-bottom-colors: black ThreeDShadow; padding: 1px; background-color: Menu; min-width: 1px; } menupopup { border-top: 1px solid; -moz-border-top-colors: ThreeDHighlight; } menupopup > menu > menupopup, popup > menu > menupopup { /* align submenus */ -moz-margin-start: 2px; margin-top: 2px; } /* ::::: tooltip ::::: */ tooltip { -moz-appearance: tooltip; margin-top: 21px; border: 1px solid InfoText; padding: 2px 3px; max-width: 40em; background-color: InfoBackground; color: InfoText; font: message-box; } tooltip[titletip="true"] { /* See bug 32157 comment 128 * margin: -2px 0px 0px -3px; */ max-width: none; } /* rules for popups associated with menulists */ menulist > menupopup, .menulist-menupopup { -moz-appearance: none; border-width: 1px; -moz-border-top-colors: -moz-FieldText; -moz-border-right-colors: -moz-FieldText; -moz-border-bottom-colors: -moz-FieldText; -moz-border-left-colors: -moz-FieldText; padding: 0px; min-width: 0px; background-color: -moz-Field; }