X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fsidebar%2Fsidebar.css;h=e4693786bfeb8109e0042e13b64801989e750594;hp=36c1ca431e64a4609c797f4cc1abaa9dc559a139;hb=d686d388f4990d02ac0103d09b3414b49b03920d;hpb=57077c64c77e00e7524896aaaef3f5ae9b5edf85 diff --git a/EarlyBlue/communicator/sidebar/sidebar.css b/EarlyBlue/communicator/sidebar/sidebar.css index 36c1ca43..e4693786 100644 --- a/EarlyBlue/communicator/sidebar/sidebar.css +++ b/EarlyBlue/communicator/sidebar/sidebar.css @@ -37,38 +37,28 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -#sidebar-box - { - margin-top : 0px; - border : none; - background-color : #CCD0DD; - } +#sidebar-box { + margin-top: 0px; + border: none; + background-color: #CCD0DD; +} /* ::::: sidebar header ::::: */ -.sidebarheader-main - { - border: none; - color: #CCD0DD; - background-color: #666699; - padding-left: 4px; - } +.sidebarheader-main { + border: none; + color: #CCD0DD; + background-color: #666699; + padding-left: 4px; +} #sidebar-panel-picker { - -moz-box-direction: reverse; color: inherit; } -#sidebar-panel-picker > .toolbarbutton-dropmarker - { - padding-left: 4px; - list-style-image: url("chrome://global/skin/menu-arrow-hover.gif"); - } - -.sidebar-header-text - { - font-weight: bold; - } +.sidebar-header-text { + font-weight: bold; +} /* ..... close button ..... */ @@ -135,7 +125,7 @@ .sbtab-twisty { margin: 2px 3px 0px 3px; - list-style-image: url("chrome://global/skin/twisty-closed.gif"); + list-style-image: url("chrome://global/skin/tree/twisty-closed.gif"); } /* @@ -167,5 +157,5 @@ } .sbtab-twisty[selected="true"] { - list-style-image: url("chrome://global/skin/twisty-open.gif"); + list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); }