Add platform icons in the wallet menu

This commit is contained in:
Saivann 2014-08-08 00:25:50 -04:00
parent 7bc4634937
commit faeaf059fe
15 changed files with 749 additions and 8 deletions

View file

@ -205,6 +205,12 @@ h2 .rssicon{
left:auto;
right:0;
}
.walletmenu ul li ul li{
background-position:right 10px;
}
.walletmenu ul li ul li:hover{
background-position:right -24px;
}
.walletmenu ul li ul li.select a{
background-position:left center;
}