fix content selection in chrome prior to 54, et al

This commit is contained in:
mappu 2017-10-15 19:00:49 +13:00
parent ef6b680b7e
commit 27cf4cf0c0
2 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@
.contented .contented-upload-type-selector {
display:block;
margin-bottom: 1em;
-webkit-user-select: none;
user-select: none;
}
.contented .contented-upload-type {

File diff suppressed because one or more lines are too long