mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-30 02:26:44 +02:00
14 lines
307 B
CSS
14 lines
307 B
CSS
|
|
afx-tree-view div.afx_tree_item_selected{
|
|
background-color: var(--item-bg-active);
|
|
color:var(--text-tertiary);
|
|
}
|
|
afx-tree-view div.afx_tree_item_selected:hover{
|
|
background-color: var(--item-bg-active);
|
|
color:var(--text-tertiary);
|
|
}
|
|
|
|
afx-tree-view .afx_folder_item{
|
|
font-weight: bold;
|
|
}
|