improve: allow changing year in calendar widget
All checks were successful
AntOS front-end / Build-AntOS-Frontend (push) Successful in 34s

This commit is contained in:
DanyLE
2024-07-27 11:50:04 +02:00
parent a554a678d8
commit bfeef223a8
5 changed files with 9267 additions and 9239 deletions

View File

@ -6,6 +6,19 @@ afx-calendar-view > div afx-label i{
font-weight: bold;
}
afx-calendar-view afx-button button,
afx-calendar-view afx-button button:active,
afx-calendar-view afx-button button.btactive
{
border: 0;
background-color: transparent;
}
afx-calendar-view afx-button button:active,
afx-calendar-view afx-button button.btactive
{
color: var(--item-bg-active);
}
afx-calendar-view afx-grid-view afx-grid-row.afx-grid-row-selected afx-grid-cell
{

View File

@ -6,7 +6,7 @@ afx-calendar-view afx-grid-view afx-grid-row:nth-child(even) afx-grid-cell
afx-calendar-view afx-grid-view .grid_row_header afx-grid-cell{
border-right: 0;
}
afx-calendar-view afx-label {
afx-calendar-view afx-label, afx-calendar-view > div > div {
flex-direction: row;
justify-content: center;
}
@ -15,7 +15,7 @@ afx-calendar-view > div {
display: flex;
flex-direction: row;
}
afx-calendar-view > div > afx-label
afx-calendar-view > div > div
{
flex:1;
}