mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
warning is now selecteable
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
This commit is contained in:
parent
f59062ce83
commit
6d5f7fd456
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