Merge pull request #9230 from nextcloud/13-9206

[stable13] Fix user selectable text for public links for text files
This commit is contained in:
Daniel Calviño Sánchez 2018-04-18 20:56:27 +02:00 committed by GitHub
commit 807955c26c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -58,12 +58,6 @@
height: auto;
min-height: 200px;
max-height: 800px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#imgframe .ellipsis {