antos-frontend/src/themes/antos_light/afx-calendar-view.css

19 lines
431 B
CSS

afx-calendar-view div{
text-align: center;
}
afx-calendar-view > div afx-label i{
font-weight: bold;
}
afx-calendar-view afx-grid-view afx-grid-row.afx-grid-row-selected afx-grid-cell
{
background-color: transparent;
color:black;
}
afx-calendar-view afx-grid-view afx-grid-row.afx-grid-row-selected afx-grid-cell.afx-grid-cell-selected
{
background-color: #116cd6;
color:white;
border-radius: 6px;
}