antos-frontend/src/themes/antos_light/afx-tree-view.css
2020-05-18 18:53:59 +02:00

27 lines
454 B
CSS

afx-tree-view{
padding:3px;
}
afx-tree-view div{
padding:3px;
}
afx-tree-view i.icon-style {
width: 16px;
height: 16px;
}
afx-tree-view div.afx_tree_item_selected{
background-color: #116cd6;
color:white;
}
afx-tree-view div.afx_tree_item_selected:hover{
background-color: #116cd6;
color:white;
}
afx-tree-view .afx_folder_item{
font-weight: bold;
}
afx-tree-view .afx_tree_item_odd{
background-color: #f5F5F5;
}