gritter: remove close button added by external plugin
We now already have a functional close button
This commit is contained in:
parent
17d09d2466
commit
d1d8a0ad6d
1 changed files with 6 additions and 1 deletions
|
@ -62,4 +62,9 @@
|
|||
.gritter-item.popup.popup-show > .popup-content {
|
||||
transform: scale(1) translateY(0) !important;
|
||||
transition: all 0.4s cubic-bezier(0.74, -0.05, 0.27, 1.75) !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* for ep_deleted_after_delay */
|
||||
.gritter-item #close_expiration_notif {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue