mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-29 01:56:44 +02:00
19 lines
431 B
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;
|
|
} |