mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-04 20:51:00 +00:00
Ability to delete part
- Provides confirmation form - Shows the flow-on effects (model.CASCADE) from deleting this part - Bootstrap makes it prettyful
This commit is contained in:
@ -117,4 +117,18 @@ table tr:nth-child(odd) {
|
||||
border: 1px solid #ddd;
|
||||
border-bottom-color: transparent;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
.panel-danger {
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
border-color: #ebccd1;
|
||||
}
|
||||
|
||||
.panel-danger>.panel-heading {
|
||||
background-color: #ebccd1;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user