Got a basic calendar editing page going.

This commit is contained in:
2025-07-01 23:02:30 +10:00
parent 7607d807fe
commit f8616ff819
12 changed files with 148 additions and 30 deletions

7
cal/index.css Normal file
View File

@@ -0,0 +1,7 @@
.tabbody {
border-bottom: solid 1px rgb(222, 226, 230);
border-left: solid 1px rgb(222, 226, 230);
border-right: solid 1px rgb(222, 226, 230);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}