custom autocomplete above input (replace datalist), custom files, version bump to v1.1.0

This commit is contained in:
2026-08-07 18:44:03 +03:00
parent ab13666126
commit 2a6a37e337
2 changed files with 90 additions and 6 deletions
+39
View File
@@ -554,6 +554,30 @@ video {
display: none;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.bottom-full {
bottom: 100%;
}
.left-0 {
left: 0px;
}
.right-0 {
right: 0px;
}
.z-10 {
z-index: 10;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
@@ -635,6 +659,10 @@ video {
height: 4rem;
}
.max-h-32 {
max-height: 8rem;
}
.min-h-20 {
min-height: 5rem;
}
@@ -1061,6 +1089,12 @@ video {
text-decoration-line: underline;
}
.shadow-lg {
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@@ -1079,6 +1113,11 @@ video {
background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover {
--tw-bg-opacity: 1;
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));