X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fsidebar%2Fsidebar.css;h=2d1b189cb916a327254ee72d93b2e0ca0988cc78;hp=36c1ca431e64a4609c797f4cc1abaa9dc559a139;hb=d2f0d12847f29ead118e84c1bf9c966f63a60699;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f diff --git a/EarlyBlue/communicator/sidebar/sidebar.css b/EarlyBlue/communicator/sidebar/sidebar.css index 36c1ca43..2d1b189c 100644 --- a/EarlyBlue/communicator/sidebar/sidebar.css +++ b/EarlyBlue/communicator/sidebar/sidebar.css @@ -37,38 +37,30 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -#sidebar-box - { - margin-top : 0px; - border : none; - background-color : #CCD0DD; - } +/* ::::: sidebar container ::::: */ + +#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 ..... */ @@ -95,6 +87,10 @@ margin: 5px 0px; } +.text-panel-loading[loading="false"] { + margin-left: 11px; +} + .image-panel-loading { margin: 5px; list-style-image: url("chrome://global/skin/icons/loading.gif"); @@ -135,7 +131,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"); } /* @@ -148,24 +144,39 @@ */ .box-texttab:hover { - background-color : #DDDDDD; + background-color: #DDDDDD; } .box-texttab:hover:active { - background-color : #6699FF; + background-color: #6699FF; } .box-texttab[selected="true"], .box-texttab[selected="true"]:hover { - font-weight : bold; - cursor : default; + font-weight: bold; + cursor: default; } .box-texttab[last-panel="true"], .box-texttab[selected="true"] { - margin-bottom : 0px; + margin-bottom: 0px; } .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"); } + +/* ::::: sidebar navigation buttons ::::: */ + +.sidebar-nav-button { + -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image"); + padding: 5px 0px 5px 0px; +} + +.tab-fwd { + list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); +} + +.tab-back { + list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); +} \ No newline at end of file