iOS webapp enhancements
This commit is contained in:
parent
b677d1ba76
commit
643781375d
5 changed files with 22 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue