From b6cfeaedf0469ab2a7bcde6882baaae5754245bc Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 13 Sep 2022 13:52:42 +0200 Subject: [PATCH] Fix some glitches in calendar --- api/templates/default/etemplate2.css | 1 - calendar/templates/default/toolbar.xet | 2 +- calendar/templates/mobile/app.css | 50 +------------------------- 3 files changed, 2 insertions(+), 51 deletions(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index ba66b01b32..c29b377f99 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -4095,7 +4095,6 @@ button.shortcut-buttons-flatpickr-button { height: 3em; border: 1px solid #eceef1; border-top: none; - color: #1d1d1d; font-weight: 700; } diff --git a/calendar/templates/default/toolbar.xet b/calendar/templates/default/toolbar.xet index 2f3433bb1e..f7bfc2a86e 100644 --- a/calendar/templates/default/toolbar.xet +++ b/calendar/templates/default/toolbar.xet @@ -18,8 +18,8 @@ Egroupware - + diff --git a/calendar/templates/mobile/app.css b/calendar/templates/mobile/app.css index f6038ac87f..a661c80841 100644 --- a/calendar/templates/mobile/app.css +++ b/calendar/templates/mobile/app.css @@ -103,55 +103,6 @@ #calendar-sidebox_weekend { /* Special css styling goes here */ } -#calendar-sidebox_date .calendar_calHoliday { - background-color: rgba(103, 159, 210, 0.5); -} -#calendar-sidebox_date .flatpickr-months { - gap: 0; - background-color: initial; -} -#calendar-sidebox_date .flatpickr-months > * { - background-repeat: no-repeat; -} -#calendar-sidebox_date .flatpickr-months > *:hover { - background-color: initial !important; - box-shadow: none; -} -#calendar-sidebox_date .flatpickr-months .flatpickr-month { - min-width: 16ch; - height: initial; - background-color: initial; -} -#calendar-sidebox_date .flatpickr-current-month { - height: 25px; - font-size: 100%; - width: 100%; - min-width: 7ch; - left: 0; - display: flex; - align-items: stretch; - padding: 0px; -} -#calendar-sidebox_date .flatpickr-current-month select { - padding: 0 !important; - background-color: initial; -} -#calendar-sidebox_date .flatpickr-current-month .numInputWrapper { - width: 7ch; - min-width: 7ch; - flex: 0; -} -#calendar-sidebox_date .flatpickr-current-month .numInputWrapper:hover { - background-color: initial; -} -#calendar-sidebox_date .flatpickr-current-month input.cur-year { - padding-top: 3px; -} -#calendar-sidebox_date div.flatpickr-calendar.inline .flatpickr-current-month .flatpickr-monthDropdown-months { - width: 100%; - padding: 0; - flex: 1 1 auto; -} #calendar-sidebox_date div.flatpickr-calendar.inline { width: 100% !important; } @@ -2884,3 +2835,4 @@ div#calendar-container div.calendar table tbody tr.rowhilite td { color: #707070; } } +/*# sourceMappingURL=app.css.map */ \ No newline at end of file