X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fsidebar%2Fsidebar.css;h=286a8d73002938c57439a141fec309fc86b4d6ea;hp=0404b414ead5ed8cd7d585168860ef46c1e783e6;hb=b1e5c9b1470d19c43f7c724365a64a92c61cbc0a;hpb=b1eaa41997928ca662ce1158215dc02e5b203eb0 diff --git a/LCARStrek/communicator/sidebar/sidebar.css b/LCARStrek/communicator/sidebar/sidebar.css index 0404b414..286a8d73 100644 --- a/LCARStrek/communicator/sidebar/sidebar.css +++ b/LCARStrek/communicator/sidebar/sidebar.css @@ -37,6 +37,18 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +/* ::::: sidebar toggle button (on personal toolbar) ::::: */ + +#sidebar-button[sbopen="true"] { + list-style-image: url("chrome://communicator/skin/sidebar/sb-open.gif"); +} + +#sidebar-button[sbopen="false"] { + list-style-image: url("chrome://communicator/skin/sidebar/sb-closed.gif"); +} + +/* ::::: sidebar container ::::: */ + #sidebar-box { border: none; } @@ -164,15 +176,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 +189,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