X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fpopup.css;h=9636325b03431c6aab4315b848ee73963c7e3379;hp=f138cf514e5a9e8ab15ca1e3cb1fcc962c44325c;hb=81012713907ffbcfec739952ab5988458e35c787;hpb=e181d49eeb1dcbecff7259949174b68c78b547c9 diff --git a/EarlyBlue/global/popup.css b/EarlyBlue/global/popup.css index f138cf51..9636325b 100644 --- a/EarlyBlue/global/popup.css +++ b/EarlyBlue/global/popup.css @@ -35,16 +35,12 @@ * * ***** END LICENSE BLOCK ***** */ -/* ===== 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 { border: 1px outset #CCD0DD; padding: 1px; min-width: 1px; @@ -60,12 +56,6 @@ tooltip { max-width: 40em; } -.tooltip-label { - border: 0px; - padding: 0px; - margin: 0px !important; -} - tooltip[titletip="true"] { /* See bug 32157 comment 128 * margin: -2px 0px 0px -3px; @@ -82,3 +72,7 @@ menulist > menupopup, padding: 0px; background-color: white; } + +menupopup > menu > menupopup { + margin-top: -2px; +}