mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-30 22:59:52 +02:00
Added the new fields to the part edit form.
This commit is contained in:
parent
7517d83f55
commit
6a0adae8f3
17 changed files with 922 additions and 53 deletions
|
@ -666,4 +666,17 @@ label:not(.form-check-label, custom-control-label) {
|
|||
|
||||
table.dataTable {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
/*********************************
|
||||
Workarounds
|
||||
*********************************/
|
||||
|
||||
/* Hide tab content even, if tab contents are wrapped inside a form. */
|
||||
.tab-content>form>.tab-pane {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tab-content>form>.active {
|
||||
display: block;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue