mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-23 21:42:08 +02:00
Initial commit: Accounting packages
This commit is contained in:
commit
4ef34c2317
2661 changed files with 1709616 additions and 0 deletions
|
|
@ -0,0 +1,32 @@
|
|||
.o_search_panel.account_root {
|
||||
flex: 0 0 50px;
|
||||
padding: 6px !important; // need to override bootstrap ps-4 rule
|
||||
scrollbar-width: thin;
|
||||
.o_search_panel_section_header {
|
||||
display: none;
|
||||
}
|
||||
.list-group-item span.o_search_panel_label_title {
|
||||
display: contents;
|
||||
}
|
||||
.o_search_panel_category_value {
|
||||
padding-right: 0 !important;
|
||||
header {
|
||||
margin-left: 0;
|
||||
}
|
||||
.o_toggle_fold:empty{
|
||||
width: 0;
|
||||
}
|
||||
.o_search_panel_category_value {
|
||||
padding-left: 1.2rem !important; // need to override bootstrap ps-4 rule
|
||||
.o_toggle_fold {
|
||||
width: 0.3rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
&::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
}
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background: lightgray;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue