X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=EarlyBlue%2Fcommunicator%2Fcommunicator.css;fp=EarlyBlue%2Fcommunicator%2Fcommunicator.css;h=fca651a46b204514eb01fad559c71d9888611325;hb=3e8704e3916d7e41d6e6754a79d6b5e037dbe8c9;hp=0ed8e6c0d773e4ef54c34444c51d36dda3a27b40;hpb=0e438757d0f6b4c0ff0be0f1f610f1f19f096994;p=themes.git diff --git a/EarlyBlue/communicator/communicator.css b/EarlyBlue/communicator/communicator.css index 0ed8e6c0..fca651a4 100644 --- a/EarlyBlue/communicator/communicator.css +++ b/EarlyBlue/communicator/communicator.css @@ -98,17 +98,45 @@ /* :::::: autoscroll popup ::::: */ -#autoscroller { +#autoscroller { height: 28px; width: 28px; 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; }