improved datetime shortcuts

This commit is contained in:
Oliver Zander 2025-10-16 12:16:52 +02:00
parent 592b4dff74
commit 89cb50ddd7
1 changed files with 8 additions and 7 deletions

View File

@ -1,10 +1,3 @@
/*
span.datetimeshortcuts > a:first-child {
visibility: hidden;
}
*/
span.datetimeshortcuts { span.datetimeshortcuts {
visibility: hidden; visibility: hidden;
} }
@ -12,3 +5,11 @@ span.datetimeshortcuts {
span.datetimeshortcuts > a:nth-child(2) { span.datetimeshortcuts > a:nth-child(2) {
visibility: visible; visibility: visible;
} }
span.datetimeshortcuts > a:first-child {
display: none;
}
.calendarbox .calendar-shortcuts {
display: none;
}