warning is now selecteable

Signed-off-by: Maxence Lange <maxence@nextcloud.com>
This commit is contained in:
Maxence Lange 2017-07-08 21:29:10 +02:00
parent f59062ce83
commit 6d5f7fd456
1 changed files with 4 additions and 0 deletions

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;