mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-04 01:24:28 +02:00
28 lines
459 B
CSS
28 lines
459 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;
|
|
}
|
|
*/ |