X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fskin%2Fsidebar%2Fsidebar.css;h=fe29e700eed237a211f07aa6caf006c0b83b4a70;hb=ab508e54279ae649ab2e92d664cbd3440fa95553;hp=e5c241cfdb03591ba795d32fe9d5d7aca6768545;hpb=c9990331a4456dc80a097ba6a23e9d2578637327;p=themes.git diff --git a/LCARStrek/communicator/skin/sidebar/sidebar.css b/LCARStrek/communicator/skin/sidebar/sidebar.css index e5c241cf..fe29e700 100755 --- a/LCARStrek/communicator/skin/sidebar/sidebar.css +++ b/LCARStrek/communicator/skin/sidebar/sidebar.css @@ -26,12 +26,17 @@ } #sidebar-splitter { - -moz-border-radius: 0px 5px 5px 0px; - margin: 0px 3px 3px 0px; + border-top: none; + border-bottom: none; } +#sidebar-splitter[state="collapsed"] { + margin-left: 0px; +} + + #sidebar-box { - margin: 0px 3px 3px 0px; + margin-bottom: 3px; border: none; } @@ -87,8 +92,8 @@ * texttab folder lookalike e.g. for sidebar panel headers */ .box-texttab - { - -moz-binding : url("chrome://communicator/content/sidebar/sidebarBindings.xml#texttab"); + { + -moz-binding : url("chrome://communicator/skin/sidebar/sidebarBindings.xml#panelheader"); -moz-border-radius : 5px; border-top : 3px solid black; } @@ -98,60 +103,13 @@ border-bottom : 3px solid black; } -/* - .box-texttab[top-panel="true"] - { - background-color : #FF9F00; - } - - .box-texttab[first-panel-after-selected="true"] - { - background-color : #FF9F00; - } -*/ - .box-texttab-right-space { -moz-border-radius : 5px; -/* width : 30px; - border-bottom : 1px solid #000000; */ } -/* - .box-texttab[last-panel="true"] > .box-texttab-right-space - { - border-bottom : none; - } - .box-texttab[last-panel="true"][selected="true"] > .box-texttab-right-space - { - border-bottom : 1px solid #000000; - } -*/ - -/* - .box-texttab-left - { - list-style-image : url("chrome://global/skin/tab-leftedge.gif"); - } - - .box-texttab-right - { - list-style-image : url("chrome://global/skin/tab-rightedge.gif"); - } - - .box-texttab[selected="true"] > .box-texttab-left - { - list-style-image : url("chrome://global/skin/seltab-leftedge.gif"); - } - - .box-texttab[selected="true"] > .box-texttab-right - { - list-style-image : url("chrome://global/skin/seltab-rightedge.gif"); - } -*/ - - .box-texttab-text-container > .box-texttab-text + .panelheader-text { -moz-border-radius : 5px; background-color : #FF9F00; @@ -159,18 +117,19 @@ color : #000000; } - .box-texttab:hover > .box-texttab-text-container > .box-texttab-text, - .box-texttab > .box-texttab-text-container:hover > .box-texttab-text, - .box-texttab > .box-texttab-text-container > .box-texttab-text:hover + .box-texttab:hover > .panelheader-box > .panelheader-text, + .box-texttab > .panelheader-box > .panelheader-text:hover { background-color : #FFCF00; color : #000000; } - .box-texttab[selected="true"] > .box-texttab-text-container > .box-texttab-text + .box-texttab > .panelheader-box[selected="true"] > .panelheader-text, + .box-texttab:hover > .panelheader-box[selected="true"] > .panelheader-text, + .box-texttab > .panelheader-box[selected="true"] > .panelheader-text:hover { background-color : #008484; color : #FFCF00; font-weight : bold; } - +