X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fcommunicator.css;h=0ed8e6c0d773e4ef54c34444c51d36dda3a27b40;hp=7614bc0dfa85da04eeb27d1e959447734b8a15ec;hb=2bea26d6f2a08731161313c2e10570936ca73c96;hpb=459f2165c65b4cee4b68e0e9cf86819f22031333 diff --git a/EarlyBlue/communicator/communicator.css b/EarlyBlue/communicator/communicator.css index 7614bc0d..0ed8e6c0 100644 --- a/EarlyBlue/communicator/communicator.css +++ b/EarlyBlue/communicator/communicator.css @@ -58,7 +58,13 @@ #offline-status { list-style-image: url("chrome://communicator/skin/icons/online.gif"); } - + +/* ::::: spell checker ::::: */ + +.spell-suggestion { + font-weight: bold; +} + /* ::::: directional button icons ::::: */ .up { @@ -85,6 +91,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"); +}