X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fskin%2Fmenulist.css;fp=EarlyBlue%2Fglobal%2Fskin%2Fmenulist.css;h=0000000000000000000000000000000000000000;hp=2cfdea8718f9635664f326b5e36558fba61c4e0b;hb=eded43de50f02946eb9ad3b89bbe2217f8cb742e;hpb=f9d85c46811df759b60bf2baf9d461f79e8b0a17 diff --git a/EarlyBlue/global/skin/menulist.css b/EarlyBlue/global/skin/menulist.css deleted file mode 100755 index 2cfdea87..00000000 --- a/EarlyBlue/global/skin/menulist.css +++ /dev/null @@ -1,126 +0,0 @@ - -/* NEW WIDGET LANDING: popup */ - -/* outer frame */ - menulist - { - padding : 0px; - border : none; - background-color : #CCCCCC; - margin : 1px 5px 2px 5px; - } - - menulist[menuactive="true"], - menulist:hover - { - border : none; - } - - menulist[open="true"] - { - border : none; - } - - menulist[disabled="true"] - { - border : none; - color : #9999CC; - } - -/* icon display frame */ - menulist > .menu-icon - { - border-left : 1px inset #CCD0DD; - border-top : 1px inset #CCD0DD; - border-bottom : 1px inset #CCD0DD; - padding : 2px 0px 2px 0px; - } - - menulist[open="true"] > .menu-icon - { - border-left : 1px inset #CCD0DD; - border-top : 1px inset #CCD0DD; - border-bottom : 1px inset #CCD0DD; - padding : 2px 0px 2px 0px; - } - -/* text display frame */ - menulist > .menu-text - { - padding : 2px 4px 2px 4px; - border-top : 1px inset #CCD0DD; - border-bottom : 1px inset #CCD0DD; - border-right : 1px inset #CCD0DD; - margin-right : 0px; - } - - menulist[open="true"] > .menu-text - { - border-top : 1px inset #CCD0DD; - border-bottom : 1px inset #CCD0DD; - border-right : 1px inset #CCD0DD; - padding : 2px 4px 2px 4px; - } - -/* drop marker display frame */ - menulist > .menu-dropmarker - { - border : 1px outset #CCD0DD; - border-left : none; - list-style-image : url("chrome://global/skin/scroll-down.gif"); - padding : 2px; - } - - menulist[disabled="true"] > .menu-dropmarker - { - list-style-image : url("chrome://global/skin/scroll-down-disabled.gif"); - } - - menulist[open="true"] > .menu-dropmarker - { - border : 1px inset #CCD0DD; - padding : 3px 2px 1px 2px; - } - -/** rules for EDITABLE menulists (aka 'comboboxes'). - **/ - -/* outer frame */ - menulist[editable="true"] - { - padding : 0px; - } - -/* icon display frame */ - menulist[editable="true"] > .menu-icon - { - list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); - background-color : white; - padding : 1px; - border-left : 1px inset #CCD0DD; - border-top : 1px inset #CCD0DD; - border-right : none; - border-bottom : 1px inset #CCD0DD; - } - -/* text display frame */ - menulist[editable="true"] > .menu-text - { - border-left : none; - border-top : 1px inset #CCD0DD; - border-right : 1px inset #CCD0DD; - border-bottom : 1px inset #CCD0DD; - margin : 0px 2px 0px 0px; - } - -/* drop marker display frame */ - menulist[editable="true"] > .menu-dropmarker - { - border : 1px outset #CCD0DD; - } - - menulist[editable="true"][open="true"] > .menu-dropmarker - { - border : 1px inset #CCD0DD; - } -