[#2246] added drop files support for the file field
This commit is contained in:
@@ -1074,6 +1074,8 @@ select {
|
||||
}
|
||||
|
||||
.form-field-list {
|
||||
border-radius: var(--baseRadius);
|
||||
transition: box-shadow var(--baseAnimationSpeed);
|
||||
label {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
@@ -1083,6 +1085,7 @@ select {
|
||||
border-radius: 0;
|
||||
border-bottom-left-radius: var(--baseRadius);
|
||||
border-bottom-right-radius: var(--baseRadius);
|
||||
transition: background var(--baseAnimationSpeed);
|
||||
.list-item {
|
||||
border-top: 1px solid var(--baseAlt2Color);
|
||||
&.selected {
|
||||
@@ -1104,6 +1107,9 @@ select {
|
||||
background: var(--baseAlt1Color);
|
||||
}
|
||||
}
|
||||
&.dragover {
|
||||
box-shadow: 0px 0px 0px 2px var(--warningColor);
|
||||
}
|
||||
}
|
||||
|
||||
// codemirror field
|
||||
|
||||
Reference in New Issue
Block a user