mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-22 11:54:41 +02:00
Hide path badge on seletpicker items.
This commit is contained in:
parent
18ab46b730
commit
f0956da0ea
2 changed files with 10 additions and 2 deletions
|
@ -11,4 +11,12 @@
|
|||
}
|
||||
.dropdown-item .picker-hs {
|
||||
display: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
/** Bootstrap-select Unhide on selected element */
|
||||
.picker-us {
|
||||
display: inherit;
|
||||
}
|
||||
.dropdown-item .picker-us {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue