mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-11 07:24:15 +00:00
Improvements for alert notifications
- Dismissable - Delete after a certain amount of time
This commit is contained in:
@ -745,13 +745,7 @@ input[type="submit"] {
|
||||
}
|
||||
|
||||
.notification-area {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
margin-top: 20px;
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
z-index: 5000;
|
||||
pointer-events: none; /* Prevent this div from blocking links underneath */
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.notes {
|
||||
@ -761,7 +755,6 @@ input[type="submit"] {
|
||||
}
|
||||
|
||||
.alert {
|
||||
display: none;
|
||||
border-radius: 5px;
|
||||
opacity: 0.9;
|
||||
pointer-events: all;
|
||||
@ -771,9 +764,8 @@ input[type="submit"] {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.btn {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
.navbar .btn {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
|
Reference in New Issue
Block a user