From 1af52a1e6cc6c94c51f4c58846fc715fa2e00dbf Mon Sep 17 00:00:00 2001 From: nathangray Date: Mon, 22 Mar 2021 15:16:44 -0600 Subject: [PATCH] Calendar: Fix little overlap between favorite button & dropdown button --- calendar/templates/default/app.css | 3 +++ calendar/templates/pixelegg/app.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index cf4c5326d5..51e22f3b01 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -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 { diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 7363dc06bf..86b4c8877b 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -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,