mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-13 05:04:22 +02:00
improve: allow changing year in calendar widget
All checks were successful
AntOS front-end / Build-AntOS-Frontend (push) Successful in 34s
All checks were successful
AntOS front-end / Build-AntOS-Frontend (push) Successful in 34s
This commit is contained in:
@ -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
|
||||
{
|
||||
|
@ -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;
|
||||
}
|
Reference in New Issue
Block a user