X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fcommunicator.css;h=ecc25b2820ef315c6d74c6b397b5a6906cd9eaa0;hb=d7b401aa5e2e90dbc0d350b459bca6f1f0ce46f7;hp=116169262338adabf82a8ad46111d96225879ca8;hpb=2b722888dc2dfc992a2ab17b54f77fb35eb60fa8;p=themes.git 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; +}