Calendar: Fix little overlap between favorite button & dropdown button

This commit is contained in:
nathangray 2021-03-22 15:16:44 -06:00
parent d0c5f3c09b
commit 1af52a1e6c
2 changed files with 6 additions and 0 deletions

View File

@ -190,6 +190,9 @@ div.calendar_conflicts {
z-index: 40;
font-weight: normal;
}
#calendar-toolbar .et2_dropdown button.ui-state-default {
background: #ffffff;
}
/* Space for toolbar */
#calendar-view, #calendar-todo, #calendar-planner, #calendar-list {

View File

@ -197,6 +197,9 @@ div.calendar_conflicts {
z-index: 40;
font-weight: normal;
}
#calendar-toolbar .et2_dropdown button.ui-state-default {
background: #ffffff;
}
/* Space for toolbar */
#calendar-view,
#calendar-todo,