sync both themes with SeaMonkey 2.42 to 2.45 classic theme changes
[themes.git] / EarlyBlue / communicator / sidebar / sidebar.css
index b4e62e0575ab9d9b1610bd3c84e629c7c5d2a342..7ba0b3858a5eaece195a694e9323f70a5be3a5fe 100644 (file)
   color: #CCD0DD;
   background-color: #666699;
   -moz-padding-start: 4px;
+  height: auto;
+  overflow-x: hidden;
 }
 
 #sidebar-panel-picker {
   color: inherit;
 }
-  
+
 .sidebar-header-text {
   font-weight: bold;
 }
 
 .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
+}