X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fskin%2FLCARStrek%2Fglobal%2Fpopup.css;fp=LCARStrek%2Fskin%2FLCARStrek%2Fglobal%2Fpopup.css;h=1252514c3197c5f6c1ddb496b5e38ec2eb44e7c0;hp=0000000000000000000000000000000000000000;hb=3c30e09ec8f11f7db9feecc16d101f9b9f50f209;hpb=613a86e80f09c2eeef7a7ec37d175323c739c978 diff --git a/LCARStrek/skin/LCARStrek/global/popup.css b/LCARStrek/skin/LCARStrek/global/popup.css new file mode 100644 index 00000000..1252514c --- /dev/null +++ b/LCARStrek/skin/LCARStrek/global/popup.css @@ -0,0 +1,53 @@ +menupopup, popup + { + /* DON'T DELETE. Removes disappearance of scrollbars + * in content pane when window is made smaller. + * Talk to evaughan@netscape.com for details. + */ + min-width : 1px; + background-color : #000000; + color : #FF9F00; + } + +/* XXX menupopups have to have a color explicitly specified. this is a bug */ +menupopup, popup + { + border : 1px solid #FF9F00; + } + +.popup-internal-box + { + padding : 0px; + } + +/** Tooltips (tooltip element is deprecated! Use instead!) + * class="tooltip" + **/ +.tooltip, tooltip + { + -moz-border-radius : 3px; + background-color : #9C9CFF; + border : 1px solid #FFCF00; + color : #000000; + font : smaller; + padding : 3px; + max-width : 40em; + } + +.tooltip > .popup-internal-box, +tooltip > .popup-internal-box + { + border : 0px; + padding : 0px; + } + +/* rules for popups associated with menulists */ + + menulist > menupopup, + .menulist-menupopup + { + border : 1px solid #FF9F00; + min-width : 0px; + background-color : #000000; + } +