X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fcommunicator.css;h=189e7a27b06d3c5084104c59c5fd65879dfedec0;hp=578c394249a5fa3d5ccc268d5430194455bfdc12;hb=86609099c5905442cd908d7e7309c9551e1102f1;hpb=020a0978982e6d65abe6cac7e5514a4b4fd94e39 diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index 578c3942..189e7a27 100644 --- a/LCARStrek/communicator/communicator.css +++ b/LCARStrek/communicator/communicator.css @@ -39,7 +39,6 @@ @import url("chrome://communicator/content/communicator.css"); @import url("chrome://communicator/skin/brand.css"); @import url("chrome://communicator/skin/button.css"); -@import url("chrome://communicator/skin/formatting.css"); /* the line below is only LCARStrek */ @import url("chrome://communicator/skin/toolbar.css"); @@ -50,7 +49,7 @@ ========================================================================== */ .toolbar-primary { - -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-primary"); + -moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-primary"); } #offline-status[offline="true"] { @@ -106,11 +105,39 @@ border: 0px; margin: -14px; padding: 0px; - background-image: url("chrome://communicator/skin/icons/autoscroll.gif"); + background-image: url("chrome://communicator/skin/icons/autoscroll.png"); + background-color: transparent; + -moz-appearance: none; } + #autoscroller[scrolldir="NS"] { - background-image: url("chrome://communicator/skin/icons/autoscroll-ns.gif"); + background-position: left center; } + #autoscroller[scrolldir="EW"] { - background-image: url("chrome://communicator/skin/icons/autoscroll-ew.gif"); + background-position: left bottom; +} + +#autoscroller[transparent="true"] { + background-position: center top; +} + +#autoscroller[transparent="true"][scrolldir="NS"] { + background-position: center center; +} + +#autoscroller[transparent="true"][scrolldir="EW"] { + background-position: center bottom; +} + +#autoscroller[translucent="true"] { + background-position: right top; +} + +#autoscroller[translucent="true"][scrolldir="NS"] { + background-position: right center; +} + +#autoscroller[translucent="true"][scrolldir="EW"] { + background-position: right bottom; }