update versions to current nightlies
[themes.git] / LCARStrek / communicator / sidebar / sidebar.css
index b44886f82faf2113558c579842096397e60e3130..3ce6e4f378949b522c2e3f26170bdd297cfa3a49 100644 (file)
@@ -50,6 +50,7 @@
   -moz-padding-start: 3px;
   -moz-padding-end: 8px;
   height: auto;
+  overflow-x: hidden;
 }
 
 .sidebar-header-text {
 
 .sbtab-twisty {
   margin: 2px 3px 0px;
-  list-style-image: url("chrome://global/skin/tree/twisty-closed-selected.gif");
+  list-style-image: url("chrome://global/skin/tree/twisty.svg#clsd-hover");
 }
 
 .box-texttab:hover > hbox,
 }
 
 .sbtab-twisty[selected="true"] {
-  list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
+  list-style-image: url("chrome://global/skin/tree/twisty.svg#open");
 }
 
 /* ::::: sidebar navigation buttons ::::: */
 
 .tab-back {
   list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
-}
\ No newline at end of file
+}