keep up with Classic/*stripe development
[themes.git] / EarlyBlue / communicator / communicator.css
index 46b56ab21057fe4f27ab39157db7f8db7aa74276..df7341f54ecc629295ad90d036d01983bcb8db1d 100644 (file)
 #downloadView > treechildren::-moz-tree-image(Name) {
   margin-right: 2px;
 }
-
-/* :::::: autoscroll popup ::::: */
-
-#autoscroller {
-  height: 28px;
-  width: 28px;
-  border: 0px;
-  margin: -14px;
-  padding: 0px;
-  background-image: url("chrome://communicator/skin/icons/autoscroll.png");
-  background-color: transparent;
-  -moz-appearance: none;
-}
-
-#autoscroller[scrolldir="NS"] {
-  background-position: left center;
-}
-
-#autoscroller[scrolldir="EW"] {
-  background-position: left bottom;
-}
-
-#autoscroller[transparent="true"] {
-  background-position: center top;
-}
-
-#autoscroller[transparent="true"][scrolldir="NS"] {
-  background-position: center center;
-}
-
-#autoscroller[transparent="true"][scrolldir="EW"] {
-  background-position: center bottom;
-}
-
-#autoscroller[translucent="true"] {
-  background-position: right top;
-}
-
-#autoscroller[translucent="true"][scrolldir="NS"] {
-  background-position: right center;
-}
-
-#autoscroller[translucent="true"][scrolldir="EW"] {
-  background-position: right bottom;
-}