X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fcommunicator.css;h=189e7a27b06d3c5084104c59c5fd65879dfedec0;hp=5883621961c4e0fc4addbaa7ddb25ebe34630264;hb=8c976b60be76177a7648277854761ef91e0be41f;hpb=1697de532db9a940eb792d439c3176290d7ed5ad diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index 58836219..189e7a27 100644 --- a/LCARStrek/communicator/communicator.css +++ b/LCARStrek/communicator/communicator.css @@ -105,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; }