Disables opening link by long time pressing. Active button

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-21 15:44:09 -03:00
commit 3b8fff5bff
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 30 additions and 62 deletions

View file

@ -11,6 +11,7 @@ body {
-khtml-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none !important;
}
input {
@ -617,6 +618,7 @@ input:focus,
select:focus,
textarea:focus
{
outline: 0;
opacity: 1;
/*CSS transitions*/
-o-transition-property: none !important;