mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-27 12:18:54 +02:00
14 lines
No EOL
422 B
CSS
14 lines
No EOL
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;
|
|
} |