Skip to content
Snippets Groups Projects
Commit 1b12e7ad authored by Lukas Reschke's avatar Lukas Reschke Committed by GitHub
Browse files

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

[Small] warning is now selecteable
parents 9e2d1cab 6d5f7fd4
No related branches found
No related tags found
No related merge requests found
...@@ -462,6 +462,10 @@ form #selectDbType label.ui-state-active { ...@@ -462,6 +462,10 @@ form #selectDbType label.ui-state-active {
text-align: left; text-align: left;
border-radius: 3px; border-radius: 3px;
cursor: default; cursor: default;
-moz-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
user-select: text;
} }
.warning { .warning {
margin-top: 15px; margin-top: 15px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment