[#2246] added drop files support for the file field

This commit is contained in:
Gani Georgiev
2023-04-13 16:46:41 +03:00
parent af5f808144
commit b347c8d80c
33 changed files with 267 additions and 213 deletions
+6
View File
@@ -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