X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fpopup.css;h=1661efb5c5b21a13bec2c001dc28271c12186e66;hp=3891fcba3054c7fc3f4350f12f8eb325e9377133;hb=7862e6ee1141fa74a714e5461320d2fb8299c455;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f diff --git a/EarlyBlue/global/popup.css b/EarlyBlue/global/popup.css index 3891fcba..1661efb5 100644 --- a/EarlyBlue/global/popup.css +++ b/EarlyBlue/global/popup.css @@ -35,16 +35,17 @@ * * ***** END LICENSE BLOCK ***** */ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - /* ===== popup.css ====================================================== - == Styles used by XUL popups. + == Styles used by the XUL popup element. ======================================================================= */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + /* ::::: menupopup ::::: */ menupopup, -popup { +popup, +panel { border: 1px outset #CCD0DD; padding: 1px; min-width: 1px; @@ -55,18 +56,15 @@ tooltip { background-color : #FFFFCC; border : 1px outset #FFFFCC; color: #000000; - font: smaller; + /* font-size: smaller; */ padding: 2px; max-width: 40em; } -.tooltip-label { - border: 0px; - padding: 0px; -} - tooltip[titletip="true"] { - margin: -2px 0px 0px -3px; + /* See bug 32157 comment 128 + * margin: -2px 0px 0px -3px; + */ max-width: none; } @@ -79,3 +77,8 @@ menulist > menupopup, padding: 0px; background-color: white; } + +menupopup > menu > menupopup, +popup > menu > menupopup { + margin-top: -2px; +}