mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Use SVG icons for toast notifications
This commit is contained in:
parent
f6ed2feab4
commit
548c4d4efe
5 changed files with 62 additions and 43 deletions
|
@ -184,7 +184,7 @@ a:hover {
|
|||
}
|
||||
|
||||
/* Notification - "Toast" */
|
||||
.toast-wrap {
|
||||
#toast-wrapper {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
position: fixed;
|
||||
|
@ -195,13 +195,15 @@ a:hover {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.toast-msg {
|
||||
#toast-msg {
|
||||
background-color: rgba(0,0,0,0.7);
|
||||
padding: 2px 5px;
|
||||
padding-bottom: 4px;
|
||||
padding-left: 4px;
|
||||
padding-right: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.toastAnimate {
|
||||
.toast-animate {
|
||||
animation: toastKeyFrames 2s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue