mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
add search range
This commit is contained in:
11
app_search_range/static/src/css/main.css
Normal file
11
app_search_range/static/src/css/main.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.tree_search_item {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tree_search_item .selected a:before {
|
||||
font-family: FontAwesome;
|
||||
position: absolute;
|
||||
left: 6px;
|
||||
top: 3px;
|
||||
content: "";
|
||||
}
|
||||
Reference in New Issue
Block a user