X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fglobal.css;h=e81bc966465560a949e9947799693741ee2a499a;hp=1acfd01c305908e5411acbacc8e035b08cec024b;hb=56029cafc51f2cfb90a4d902402129e51fcde8b8;hpb=7b819315b3d2a65149683e56a8a6b5ae7a3a9d61 diff --git a/EarlyBlue/global/global.css b/EarlyBlue/global/global.css index 1acfd01c..e81bc966 100644 --- a/EarlyBlue/global/global.css +++ b/EarlyBlue/global/global.css @@ -162,3 +162,48 @@ resizer[dir="bottomright"] { .toolbar-focustarget { -moz-user-focus: ignore !important; } + +/* :::::: autoscroll popup ::::: */ + +#autoscroller { + height: 28px; + width: 28px; + border: 0px; + margin: -14px; + padding: 0px; + background-image: url("chrome://communicator/skin/icons/autoscroll.png"); + background-color: transparent; + -moz-appearance: none; +} + +#autoscroller[scrolldir="NS"] { + background-position: left center; +} + +#autoscroller[scrolldir="EW"] { + 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; +}