mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
Fix some glitches in calendar
This commit is contained in:
parent
44e2938d05
commit
b6cfeaedf0
@ -4095,7 +4095,6 @@ button.shortcut-buttons-flatpickr-button {
|
|||||||
height: 3em;
|
height: 3em;
|
||||||
border: 1px solid #eceef1;
|
border: 1px solid #eceef1;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
color: #1d1d1d;
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -18,8 +18,8 @@ Egroupware
|
|||||||
<buttononly id="add" background_image="true" image="add" onclick="app.calendar.toolbar_action(widget);"/>
|
<buttononly id="add" background_image="true" image="add" onclick="app.calendar.toolbar_action(widget);"/>
|
||||||
</box>
|
</box>
|
||||||
</box>
|
</box>
|
||||||
<description id="app_header"/>
|
|
||||||
<searchbox id="keywords" blur="Search" overlay="false" onchange="app.calendar.update_state({view: 'listview',search: widget.getValue()});return false;"/>
|
<searchbox id="keywords" blur="Search" overlay="false" onchange="app.calendar.update_state({view: 'listview',search: widget.getValue()});return false;"/>
|
||||||
|
<description id="app_header"/>
|
||||||
<toolbar id="toolbar" width="100%" flat_list="false"/>
|
<toolbar id="toolbar" width="100%" flat_list="false"/>
|
||||||
<!-- Fake an app header inside the toolbar -->
|
<!-- Fake an app header inside the toolbar -->
|
||||||
<box class="egw_fw_ui_app_header_container">
|
<box class="egw_fw_ui_app_header_container">
|
||||||
|
@ -103,55 +103,6 @@
|
|||||||
#calendar-sidebox_weekend {
|
#calendar-sidebox_weekend {
|
||||||
/* Special css styling goes here */
|
/* 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 {
|
#calendar-sidebox_date div.flatpickr-calendar.inline {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
@ -2884,3 +2835,4 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
color: #707070;
|
color: #707070;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*# sourceMappingURL=app.css.map */
|
Loading…
Reference in New Issue
Block a user