forked from beba/foerderbarometer
improved datetime shortcuts
This commit is contained in:
parent
592b4dff74
commit
89cb50ddd7
|
|
@ -1,10 +1,3 @@
|
|||
|
||||
/*
|
||||
span.datetimeshortcuts > a:first-child {
|
||||
visibility: hidden;
|
||||
}
|
||||
*/
|
||||
|
||||
span.datetimeshortcuts {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
@ -12,3 +5,11 @@ span.datetimeshortcuts {
|
|||
span.datetimeshortcuts > a:nth-child(2) {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
span.datetimeshortcuts > a:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.calendarbox .calendar-shortcuts {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue