source: tmcsimulator/trunk/webapps/einotebook/ipadapp.css @ 359

Revision 359, 241 bytes checked in by jdalbey, 7 years ago (diff)

Add EINotebook source

  • Property svn:executable set to *
Line 
1/* Turns off callouts, tap highlighting, text size adjusting, and copy
2 * & paste selections */
3* {
4  -webkit-touch-callout: none;
5  -webkit-tap-highlight-color: rgba(0,0,0,0);
6  -webkit-text-size-adjust: none;
7  -webkit-user-select: none;
8}
Note: See TracBrowser for help on using the repository browser.