X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fcommunicator.css;fp=LCARStrek%2Fcommunicator%2Fcommunicator.css;h=1c0b10cccd02e40e13c20144ace8ca9e940e2bc4;hb=02eaa3449389c3ad44492b46569269366214f485;hp=578c394249a5fa3d5ccc268d5430194455bfdc12;hpb=bb035f6c592ced6570adfe50514af1cae87cdb1e;p=themes.git diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index 578c3942..1c0b10cc 100644 --- a/LCARStrek/communicator/communicator.css +++ b/LCARStrek/communicator/communicator.css @@ -106,11 +106,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; }