mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-26 17:14:42 +00:00
removed the text selection override.
This commit is contained in:
parent
af1f432518
commit
b502243650
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
.ui-mobile a img, .ui-mobile fieldset { border: 0; }
|
||||
|
||||
/* responsive page widths */
|
||||
.ui-mobile body { margin: 0; overflow-x: hidden; -webkit-backface-visibility:hidden; -webkit-user-select: none; -webkit-text-size-adjust: none; min-height: 100%; }
|
||||
.ui-mobile body { margin: 0; overflow-x: hidden; -webkit-backface-visibility:hidden; -webkit-text-size-adjust: none; min-height: 100%; }
|
||||
|
||||
/*orientations from js are available */
|
||||
.portrait { }
|
||||
|
|
|
|||
Loading…
Reference in a new issue