mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fix check icon position on the wallet menu
This commit is contained in:
parent
72adadb49a
commit
ae25251b6e
4 changed files with 8 additions and 8 deletions
|
@ -1217,12 +1217,12 @@ table td,table th{
|
|||
.walletmenu ul li ul li a{
|
||||
background-image:url(/img/wallet_select.svg);
|
||||
background-repeat:no-repeat;
|
||||
background-position:-18px center;
|
||||
background-position:-32px center;
|
||||
padding:8px 10px 5px 10px;
|
||||
margin:1px 0;
|
||||
}
|
||||
.walletmenu ul li ul li.select a{
|
||||
background-position:94% center;
|
||||
background-position:right center;
|
||||
}
|
||||
.walletmenu .wallet-mobile{
|
||||
background-image:url(/img/wallet_menu_mobile.svg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue