X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fcommunicator.css;h=a85f431420335aff8dbcd2e365b62673f2a253d8;hp=116169262338adabf82a8ad46111d96225879ca8;hb=a5516fb7237c6f167df4700416053f1dd213c6c9;hpb=2b722888dc2dfc992a2ab17b54f77fb35eb60fa8 diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index 11616926..a85f4314 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/skin/globalBindings.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; +}