X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fsidebar%2Fsidebar.css;h=20fcebe60d9538b108b2dff894030e0062b9b8e3;hb=73c8e4aeab0d267e10f16016208e91aeb77cf20a;hp=0404b414ead5ed8cd7d585168860ef46c1e783e6;hpb=b1eaa41997928ca662ce1158215dc02e5b203eb0;p=themes.git diff --git a/LCARStrek/communicator/sidebar/sidebar.css b/LCARStrek/communicator/sidebar/sidebar.css index 0404b414..20fcebe6 100644 --- a/LCARStrek/communicator/sidebar/sidebar.css +++ b/LCARStrek/communicator/sidebar/sidebar.css @@ -37,6 +37,8 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +/* ::::: sidebar container ::::: */ + #sidebar-box { border: none; } @@ -164,15 +166,6 @@ list-style-image: url("chrome://global/skin/tree/twisty-closed-selected.gif"); } -/* -.sbtab-texture { - margin: 2px 0px; - background: url("chrome://global/skin/toolbar/tbgrip-texture.gif") repeat-y; - width: 12px; - height: 12px; -} -*/ - .box-texttab:hover > hbox, .box-texttab:hover:active > hbox { background-color: #FFCF00; @@ -186,3 +179,18 @@ .sbtab-twisty[selected="true"] { 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