X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=EarlyBlue%2Fcommunicator%2Fcommunicator.css;h=69af1ed2a8daf674b40be101ab2823b8de96eb7e;hb=e68e2f2b2fe85b417aa3d2db5e1087b173d0166e;hp=7614bc0dfa85da04eeb27d1e959447734b8a15ec;hpb=459f2165c65b4cee4b68e0e9cf86819f22031333;p=themes.git diff --git a/EarlyBlue/communicator/communicator.css b/EarlyBlue/communicator/communicator.css index 7614bc0d..69af1ed2 100644 --- a/EarlyBlue/communicator/communicator.css +++ b/EarlyBlue/communicator/communicator.css @@ -58,7 +58,7 @@ #offline-status { list-style-image: url("chrome://communicator/skin/icons/online.gif"); } - + /* ::::: directional button icons ::::: */ .up { @@ -85,6 +85,24 @@ } /* ::::: download manager ::::: */ -#downloadView > treechildren:-moz-tree-image(Name) { + +#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.gif"); +} +#autoscroller[scrolldir="NS"] { + background-image: url("chrome://communicator/skin/icons/autoscroll-ns.gif"); +} +#autoscroller[scrolldir="EW"] { + background-image: url("chrome://communicator/skin/icons/autoscroll-ew.gif"); +}