X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fcommunicator.css;h=4d94de3f7610d4b2cd269edb4840601dd239267c;hp=b1ee604ad68f666877b826bd81d604a39a5274c9;hb=86609099c5905442cd908d7e7309c9551e1102f1;hpb=d36c7ec407cc272dc85e6bfba54df0961303877c diff --git a/EarlyBlue/communicator/communicator.css b/EarlyBlue/communicator/communicator.css index b1ee604a..4d94de3f 100644 --- a/EarlyBlue/communicator/communicator.css +++ b/EarlyBlue/communicator/communicator.css @@ -43,10 +43,13 @@ @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"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +.toolbar-primary { + -moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-primary"); +} + #offline-status[offline="true"] { list-style-image: url("chrome://communicator/skin/icons/offline.gif"); } @@ -54,7 +57,13 @@ #offline-status { list-style-image: url("chrome://communicator/skin/icons/online.gif"); } - + +/* ::::: spell checker ::::: */ + +.spell-suggestion { + font-weight: bold; +} + /* ::::: directional button icons ::::: */ .up { @@ -79,3 +88,54 @@ border: none; margin: 0px !important; } + +/* ::::: 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; +}