Merge pull request #5657 from nextcloud/select-error-text

[Small] warning is now selecteable
This commit is contained in:
Lukas Reschke 2017-07-11 21:45:57 +02:00 committed by GitHub
commit 1b12e7ad7b

View file

@ -462,6 +462,10 @@ form #selectDbType label.ui-state-active {
text-align: left;
border-radius: 3px;
cursor: default;
-moz-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
user-select: text;
}
.warning {
margin-top: 15px;