X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fcommunicator.css;h=46b56ab21057fe4f27ab39157db7f8db7aa74276;hp=5d9990fe0188457aa9334528495dd35670a35e8d;hb=2de82530f57d980be2b4e88503b170ce9d42e497;hpb=a1f525f0c2c8526761b87b460de74e463e4f263f diff --git a/EarlyBlue/communicator/communicator.css b/EarlyBlue/communicator/communicator.css index 5d9990fe..46b56ab2 100644 --- a/EarlyBlue/communicator/communicator.css +++ b/EarlyBlue/communicator/communicator.css @@ -43,12 +43,12 @@ @import url("chrome://communicator/content/communicator.css"); @import url("chrome://communicator/skin/brand.css"); @import url("chrome://communicator/skin/button.css"); -@import url("chrome://communicator/skin/formatting.css"); +@import url("chrome://communicator/skin/toolbar.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .toolbar-primary { - -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar-primary"); + -moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-primary"); } #offline-status[offline="true"] { @@ -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,52 @@ } /* ::::: download manager ::::: */ + #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; +}