X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fcommunicator.css;h=ecc25b2820ef315c6d74c6b397b5a6906cd9eaa0;hp=116169262338adabf82a8ad46111d96225879ca8;hb=dc8e1207f84a5cfa95730773286253bfe4430086;hpb=2b722888dc2dfc992a2ab17b54f77fb35eb60fa8 diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index 11616926..ecc25b28 100644 --- a/LCARStrek/communicator/communicator.css +++ b/LCARStrek/communicator/communicator.css @@ -49,6 +49,10 @@ == Styles shared everywhere throughout the Communicator suite. ========================================================================== */ +.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"); } @@ -81,3 +85,8 @@ border: none; margin: 0px !important; } + +/* ::::: download manager ::::: */ +#downloadView > treechildren:-moz-tree-image(Name) { + margin-right: 2px; +}