mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-08 09:36:45 +02:00
- Redesign the core UI API and tags to support Mobile devices - Add new StackMenu tag - Support touch events handling on touch devices - Redesign File and Setting to work on mobile - Improve Anouncement API - Rework on default themes
17 lines
320 B
CSS
17 lines
320 B
CSS
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;
|
|
}
|
|
*/ |