mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
11 lines
187 B
CSS
11 lines
187 B
CSS
.tree_search_item {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tree_search_item .selected a:before {
|
|
font-family: FontAwesome;
|
|
position: absolute;
|
|
left: 6px;
|
|
top: 3px;
|
|
content: "";
|
|
} |