mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-18 22:06:44 +02:00
27 lines
454 B
CSS
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;
|
|
} |