sync both themes with SeaMonkey 2.42 to 2.45 classic theme changes
[themes.git] / EarlyBlue / communicator / sidebar / sidebar.css
index a3c7458701f5ed89e353bc3bf17bbd14ec28b21f..7ba0b3858a5eaece195a694e9323f70a5be3a5fe 100644 (file)
@@ -20,6 +20,7 @@
   background-color: #666699;
   -moz-padding-start: 4px;
   height: auto;
+  overflow-x: hidden;
 }
 
 #sidebar-panel-picker {
 
 .sbtab-twisty {
   margin: 2px 3px 0px;
-  list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
+  list-style-image: url("chrome://global/skin/tree/twisty.svg#clsd");
 }
 
 /*
 .sbtab-texture {
   margin: 2px 0px;
-  background: url("chrome://global/skin/toolbar/tbgrip-texture.gif") repeat-y;
+  background: url("chrome://communicator/skin/toolbar/tbgrip-texture.gif") repeat-y;
   width: 12px;
   height: 12px;
 }
 }
 
 .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
+}