X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fpopup.css;h=9636325b03431c6aab4315b848ee73963c7e3379;hp=67113ca2907ad71c58ea1aafee25b14c6917a8af;hb=81012713907ffbcfec739952ab5988458e35c787;hpb=56029cafc51f2cfb90a4d902402129e51fcde8b8 diff --git a/EarlyBlue/global/popup.css b/EarlyBlue/global/popup.css index 67113ca2..9636325b 100644 --- a/EarlyBlue/global/popup.css +++ b/EarlyBlue/global/popup.css @@ -35,16 +35,11 @@ * * ***** 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; @@ -61,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; @@ -83,3 +72,7 @@ menulist > menupopup, padding: 0px; background-color: white; } + +menupopup > menu > menupopup { + margin-top: -2px; +}