X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fscrollbox.css;h=d6e547b9c27506f47ead7ba8dd5996bb53149239;hp=2c48f1cb0b10f5f717d505ff25523c0aba5bb165;hb=a3b6328b4e844ec03368483917dcbde4034865c8;hpb=e1313d59a1c9110ddef3376207066ed526037f15 diff --git a/LCARStrek/global/scrollbox.css b/LCARStrek/global/scrollbox.css index 2c48f1cb..d6e547b9 100644 --- a/LCARStrek/global/scrollbox.css +++ b/LCARStrek/global/scrollbox.css @@ -54,6 +54,21 @@ list-style-image: url("chrome://global/skin/arrow/arrow-right.gif"); } +/* Horizontal hovered */ +.autorepeatbutton-up[orient="horizontal"]:hover, +.autorepeatbutton-down:-moz-locale-dir(rtl)[orient="horizontal"]:hover, +.scrollbutton-up[orient="horizontal"]:hover, +.scrollbutton-down:-moz-locale-dir(rtl)[orient="horizontal"]:hover { + list-style-image: url("chrome://global/skin/arrow/arrow-left-hover.gif"); +} + +.autorepeatbutton-down[orient="horizontal"]:hover, +.autorepeatbutton-up:-moz-locale-dir(rtl)[orient="horizontal"]:hover, +.scrollbutton-down[orient="horizontal"]:hover, +.scrollbutton-up:-moz-locale-dir(rtl)[orient="horizontal"]:hover { + list-style-image: url("chrome://global/skin/arrow/arrow-right-hover.gif"); +} + /* Horizontal disabled */ .autorepeatbutton-up[orient="horizontal"][disabled="true"], .autorepeatbutton-down:-moz-locale-dir(rtl)[orient="horizontal"][disabled="true"], @@ -80,6 +95,17 @@ list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); } +/* Vertical hovered */ +.autorepeatbutton-up:hover, +.scrollbutton-up:hover { + list-style-image: url("chrome://global/skin/arrow/arrow-up-hover.gif"); +} + +.autorepeatbutton-down:hover, +.scrollbutton-down:hover { + list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); +} + /* Vertical disabled */ .autorepeatbutton-up[disabled="true"], .scrollbutton-up[disabled="true"] {