¨4.0.1¨

This commit is contained in:
¨NW¨
2023-12-03 14:07:47 +00:00
parent c08b36d1b6
commit f35052522d
1112 changed files with 43019 additions and 24987 deletions

View File

@@ -86,7 +86,7 @@
.dd-handle-root,
.dd-handle {
font-family: "Roboto", sans-serif;
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 15px;
display: block;
@@ -135,7 +135,7 @@
.dd-item-root > button:before,
.dd-item > button:before {
content: '+';
content: "+";
display: block;
position: absolute;
width: 100%;
@@ -147,7 +147,7 @@
.dd-item-root > button[data-action="collapse"]:before,
.dd-item > button[data-action="collapse"]:before {
content: '-';
content: "-";
font-size: 20px;
line-height: 9px;
}
@@ -167,9 +167,42 @@
border: 1px dashed #bbb;
min-height: 100px;
background-color: #e5e5e5;
background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
background-image: -webkit-linear-gradient(
45deg,
#ffffff 25%,
transparent 25%,
transparent 75%,
#ffffff 75%,
#ffffff
),
-webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent
75%, #ffffff 75%, #ffffff);
background-image: -moz-linear-gradient(
45deg,
#ffffff 25%,
transparent 25%,
transparent 75%,
#ffffff 75%,
#ffffff
),
-moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent
75%, #ffffff 75%, #ffffff);
background-image: linear-gradient(
45deg,
#ffffff 25%,
transparent 25%,
transparent 75%,
#ffffff 75%,
#ffffff
),
linear-gradient(
45deg,
#ffffff 25%,
transparent 25%,
transparent 75%,
#ffffff 75%,
#ffffff
);
background-size: 60px 60px;
background-position: 0 0, 30px 30px;
}