Skip to content

Commit

Permalink
add mouse pointer to ontouchend ontouchstart elements for PC, browser…
Browse files Browse the repository at this point in the history
… versions
  • Loading branch information
Toast Wallet committed Jun 3, 2018
1 parent af54d8e commit 50bef3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions www/css/app.css
Expand Up @@ -571,6 +571,12 @@ button, button:focus, button:active, button:hover {
max-width: 50%;
}


*[ontouchend], *[ontouchstart], .headerleft, .headerright {
cursor: pointer;
}


.trustline {
border-radius: 2px;
padding-top: 2px;
Expand Down

0 comments on commit 50bef3d

Please sign in to comment.