mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-16 13:59:50 +02:00
- allow pinning apps in Setting - pinned apps in system pannel - Services manager in Setting - Fix and impprove some CSS bug
25 lines
479 B
CSS
25 lines
479 B
CSS
afx-grid-view afx-grid-row:nth-child(even) afx-grid-cell
|
|
{
|
|
background-color: #3b3b3b;
|
|
}
|
|
|
|
afx-grid-view afx-grid-row:nth-child(odd) afx-grid-cell
|
|
{
|
|
background-color: #363636;
|
|
}
|
|
|
|
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: normal;
|
|
}
|
|
|
|
|
|
afx-grid-view .grid_row_header afx-grid-cell{
|
|
border:0;
|
|
}
|