X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fpopup.css;h=67113ca2907ad71c58ea1aafee25b14c6917a8af;hp=30b09fd6104bbf3239fd0364f060ad79ebcbaf9a;hb=726e083d383785788bf5cd6e5d087aabcb8a9fae;hpb=e1597424350915539e91f37bb1a8005af8e513c0 diff --git a/EarlyBlue/global/popup.css b/EarlyBlue/global/popup.css index 30b09fd6..67113ca2 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 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,7 +56,7 @@ tooltip { background-color : #FFFFCC; border : 1px outset #FFFFCC; color: #000000; - font: smaller; + /* font-size: smaller; */ padding: 2px; max-width: 40em; } @@ -63,10 +64,13 @@ tooltip { .tooltip-label { border: 0px; padding: 0px; + margin: 0px !important; } tooltip[titletip="true"] { - margin: -2px 0px 0px -3px; + /* See bug 32157 comment 128 + * margin: -2px 0px 0px -3px; + */ max-width: none; }