Fix issues with overusing CSS :hover in the wallet page (thanks @schildbach @harding) (fixes #544)

Click to see wallets when javascript is enabled
Click to select (lock) any platform in the menu
This commit is contained in:
Saivann 2014-09-09 23:56:58 -04:00
parent 6f23f79dfd
commit 1b71345ef9
2 changed files with 12 additions and 17 deletions

View file

@ -1319,7 +1319,7 @@ table td,table th{
.wallets>div:hover>a>span{
display:block;
}
.wallets>div.disabled:hover>a>span{
.wallets>div.nohover:hover>a>span{
display:none;
}
.wallets>div>a>img{
@ -1365,8 +1365,8 @@ table td,table th{
visibility:visible;
overflow:visible;
}
.wallets>div.disabled:hover>div,
.wallets>div.disabled:hover>span{
.wallets>div.nohover:hover>div,
.wallets>div.nohover:hover>span{
opacity:0;
width:0;
height:0;