mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 10:14:44 +02:00
Improved StructuralEntityType rendering on frontend.
This commit is contained in:
parent
41b1d8b59e
commit
8c450599cb
5 changed files with 74 additions and 35 deletions
|
@ -69,8 +69,6 @@ body {
|
|||
/*noinspection CssUnknownProperty*/
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
/*noinspection W3CssValidation*/
|
||||
|
@ -852,4 +850,19 @@ div.dataTables_wrapper div.dataTables_info {
|
|||
***********************************************/
|
||||
.typeahead-image {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/***********************************************
|
||||
* 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;
|
||||
}
|
|
@ -181,6 +181,7 @@ class AjaxUI {
|
|||
ajaxUI.initTree("#" + target_id, 'tree/tools');
|
||||
break;
|
||||
case "devices":
|
||||
ajaxUI.initTree("#" + target_id, 'tree/devices');
|
||||
ajaxUI.initTree("#" + target_id, 'tree/devices');
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue