Initial commit - Admin Template HTML

This commit is contained in:
2026-07-21 09:12:42 +07:00
commit 4d4790f100
266 changed files with 43848 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
/* Pickers Page Specific Styles */
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
opacity: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
cursor: pointer;
}