X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fcommunicator.css;h=68f244fd1a118e3c179ea1c0d54e6cc7ca307821;hp=b3a784c8b5d7fa0963f66c29596d420eeb31d4c1;hb=d84b9613e1a1e1e6892338ba0df362fd68886085;hpb=7aa6555801cc190778098a3847e8fc55e5468771 diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index b3a784c8..68f244fd 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"); } @@ -56,7 +60,7 @@ #offline-status { list-style-image: url("chrome://communicator/skin/icons/online.gif"); } - + /* ::::: directional button icons ::::: */ .up { @@ -83,6 +87,24 @@ } /* ::::: download manager ::::: */ -#downloadView > treechildren:-moz-tree-image(Name) { + +#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.gif"); +} +#autoscroller[scrolldir="NS"] { + background-image: url("chrome://communicator/skin/icons/autoscroll-ns.gif"); +} +#autoscroller[scrolldir="EW"] { + background-image: url("chrome://communicator/skin/icons/autoscroll-ew.gif"); +}