feat: apply rounded corners to custom timetable events while they are being edited (It has a different ID to once its been added)

This commit is contained in:
Jones
2025-07-16 16:45:39 +09:30
parent 7251e4eee5
commit ae8b890282
+4
View File
@@ -1983,6 +1983,10 @@ div.entry.event {
border-radius: 4px; border-radius: 4px;
} }
div.entry.new {
border-radius: 4px;
}
.uiFileHandler .uiButton { .uiFileHandler .uiButton {
border-radius: 32px !important; border-radius: 32px !important;
color: var(--text-primary) !important; color: var(--text-primary) !important;