warning is now selecteable
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
This commit is contained in:
parent
f59062ce83
commit
6d5f7fd456
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue