mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-21 08:19:50 +02:00
33 lines
652 B
CSS
33 lines
652 B
CSS
afx-grid-view{
|
|
overflow: hidden;
|
|
padding:5px;
|
|
}
|
|
afx-grid-view afx-grid-row div{
|
|
padding:3px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
afx-grid-view afx-grid-row:nth-child(even){
|
|
background-color: #f5F5F5;
|
|
}
|
|
|
|
afx-grid-view afx-grid-row.grid_row_header div{
|
|
border-right: 2px solid #e5e5e5;
|
|
}
|
|
|
|
afx-grid-view afx-grid-row i.icon-style {
|
|
width: 16px;
|
|
height: 16px;
|
|
display: inline-block;
|
|
float:left;
|
|
}
|
|
afx-grid-view afx-grid-row.selected {
|
|
background-color: #116cd6;
|
|
color:white;
|
|
}
|
|
afx-grid-view afx-grid-row.grid_row_header {
|
|
font-weight: bold;
|
|
border: 1px solid #e5e5e5;
|
|
border-right:0;
|
|
} |