mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-21 06:46:45 +02:00
20 lines
386 B
CSS
20 lines
386 B
CSS
afx-grid-view afx-grid-row:nth-child(even) afx-grid-cell
|
|
{
|
|
background-color: #f5F5F5;
|
|
}
|
|
|
|
afx-grid-view afx-grid-row.afx-grid-row-selected afx-grid-cell
|
|
{
|
|
background-color: #116cd6;
|
|
color:white;
|
|
}
|
|
afx-grid-view afx-grid-row.afx-grid-row-selected afx-grid-cell.afx-grid-cell-selected
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
afx-grid-view .grid_row_header afx-grid-cell{
|
|
border: 0;
|
|
}
|