Fix Bug:31396. The bug was cause by r86861, which used CSS sprites to change the...
authorPhilip Tzou <philip@users.mediawiki.org>
Thu, 6 Oct 2011 09:44:09 +0000 (09:44 +0000)
committerPhilip Tzou <philip@users.mediawiki.org>
Thu, 6 Oct 2011 09:44:09 +0000 (09:44 +0000)
skins/vector/images/arrow-down-focus-icon.png [new file with mode: 0644]
skins/vector/images/arrow-down-icon.png
skins/vector/screen.css

diff --git a/skins/vector/images/arrow-down-focus-icon.png b/skins/vector/images/arrow-down-focus-icon.png
new file mode 100644 (file)
index 0000000..e20dc4b
Binary files /dev/null and b/skins/vector/images/arrow-down-focus-icon.png differ
index 90c907b..437b951 100644 (file)
Binary files a/skins/vector/images/arrow-down-icon.png and b/skins/vector/images/arrow-down-icon.png differ
index ecb140d..2e98b95 100644 (file)
@@ -211,12 +211,14 @@ div#mw-head h5 {
                float: left;
                /* @embed */
                background-image: url(images/arrow-down-icon.png);
-               background-position: 0px 60%;
+               background-position: 100% 60%;
                background-repeat: no-repeat;
                cursor: pointer;
        }
        div.vectorMenuFocus {
-               background-position: -22px 60%;
+        /* @embed */
+               background-image: url(images/arrow-down-focus-icon.png);
+               background-position: 100% 60%;
        }
        /* @noflip */
        body.rtl div.vectorMenu {