- Fix display of menu icons.
Signed-off-by: TheLuda <theluda@getmangos.com>
This commit is contained in:
@@ -680,7 +680,7 @@ a#language-changer:hover,a#language-changer.open
|
||||
cursor:default;
|
||||
font-size:15px;
|
||||
padding:0 0 10px 20px;
|
||||
background:url(../images/favicon.gif) left 1px no-repeat;
|
||||
background:url(../images/favicon.png) left 1px no-repeat;
|
||||
}
|
||||
|
||||
#footer
|
||||
|
||||
@@ -1259,8 +1259,9 @@ var Menu = {
|
||||
O.className = "menusub"
|
||||
}
|
||||
if (V[X][5] != null) {
|
||||
V[X][5] = V[X][5].toLowerCase();
|
||||
F.className = "icontiny";
|
||||
F.style.backgroundImage = "url(images/icons/tiny/" + V[X][5] + ".gif)";
|
||||
F.style.backgroundImage = "url(images/icons/small/" + V[X][5] + ".png)";
|
||||
if (V[X].checked) {
|
||||
var K = ce("span");
|
||||
K.className = "menucheck";
|
||||
|
||||
Reference in New Issue
Block a user