keeping up with Classic, making textboxes size and look better
[themes.git] / LCARStrek / communicator / sidebar / sidebar.css
index 0404b414ead5ed8cd7d585168860ef46c1e783e6..286a8d73002938c57439a141fec309fc86b4d6ea 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 
 @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;
 }
 #sidebar-box {
   border: none;
 }
   list-style-image: url("chrome://global/skin/tree/twisty-closed-selected.gif");
 }
 
   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;
 .box-texttab:hover > hbox,
 .box-texttab:hover:active > hbox {
   background-color: #FFCF00;
 .sbtab-twisty[selected="true"] {
   list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
 }
 .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