Merge pull request #5657 from nextcloud/select-error-text
[Small] warning is now selecteable
This commit is contained in:
commit
1b12e7ad7b
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue