﻿/* App mobile feel */
.app {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* Consentire selezione dove serve */
input, textarea {
    -webkit-user-select: text;
    user-select: text;
}