iOS webapp enhancements

This commit is contained in:
Bala Clark 2013-08-18 21:13:24 +02:00
parent b677d1ba76
commit 643781375d
5 changed files with 22 additions and 0 deletions

View file

@ -74,3 +74,9 @@ body:not(.mobile) .navigate:hover {
background: #86C441;
border-color: #3E7600;
}
* {
-webkit-user-select: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}