| 1 |
button#download { |
| 2 |
visibility:hidden !important; |
| 3 |
} |
| 4 |
|
| 5 |
.textLayer { |
| 6 |
-webkit-touch-callout: none; /* iOS Safari */ |
| 7 |
-webkit-user-select: none; /* Safari */ |
| 8 |
-khtml-user-select: none; /* Konqueror HTML */ |
| 9 |
-moz-user-select: none; /* Firefox */ |
| 10 |
-ms-user-select: none; /* Internet Explorer/Edge */ |
| 11 |
user-select: none; /* Non-prefixed version, currently |
| 12 |
supported by Chrome and Opera */ |
| 13 |
} |