mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 02:14:31 +02:00
Use stimulus collection controller for parts orderdetails
This commit is contained in:
parent
66b7b2e9bf
commit
4847fe2fa3
8 changed files with 108 additions and 75 deletions
14
assets/css/selectpicker_extensions.css
Normal file
14
assets/css/selectpicker_extensions.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
/***********************************************
|
||||
* Special level whitespace characters that only show up when inside a bootstrap-select dropdown
|
||||
***********************************************/
|
||||
.dropdown-item span.picker-level::after {
|
||||
content: "\00a0\00a0\00a0"; /* 3 spaces */
|
||||
}
|
||||
|
||||
/** Bootstrap-select Hide on Selected element */
|
||||
.picker-hs {
|
||||
display: none;
|
||||
}
|
||||
.dropdown-item .picker-hs {
|
||||
display: inherit;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue