X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fcommunicator.css;h=7614bc0dfa85da04eeb27d1e959447734b8a15ec;hp=b1ee604ad68f666877b826bd81d604a39a5274c9;hb=459f2165c65b4cee4b68e0e9cf86819f22031333;hpb=d36c7ec407cc272dc85e6bfba54df0961303877c diff --git a/EarlyBlue/communicator/communicator.css b/EarlyBlue/communicator/communicator.css index b1ee604a..7614bc0d 100644 --- a/EarlyBlue/communicator/communicator.css +++ b/EarlyBlue/communicator/communicator.css @@ -47,6 +47,10 @@ @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"); +} + #offline-status[offline="true"] { list-style-image: url("chrome://communicator/skin/icons/offline.gif"); } @@ -79,3 +83,8 @@ border: none; margin: 0px !important; } + +/* ::::: download manager ::::: */ +#downloadView > treechildren:-moz-tree-image(Name) { + margin-right: 2px; +}