mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
feat(notifications): replace gritter with toastr (#793)
This commit is contained in:
parent
8e8b0578b2
commit
f15cf3e8be
38 changed files with 277 additions and 728 deletions
|
@ -398,3 +398,7 @@ ul.sidebar .sidebar-list .sidebar-sublist a.active {
|
|||
-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px #337ab7;
|
||||
box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px #337ab7;
|
||||
}
|
||||
|
||||
#toast-container > div {
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue