mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
14 lines
422 B
CSS
14 lines
422 B
CSS
|
/***********************************************
|
||
|
* 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;
|
||
|
}
|