Skip to content

Commit

Permalink
NEW: Stronger Alert Notification
Browse files Browse the repository at this point in the history
- also delay timeout to 10s instead of default 7s
  • Loading branch information
aljawaid committed Apr 18, 2023
1 parent 1da5284 commit 6575fe1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,10 @@ blockquote span {
top: 50px;
bottom: auto;
}

.alert-fade-out, .alert-error {
animation: fadeout 10s linear forwards;
box-shadow: 0px 0px 20px 6px #000;
}
/* END ALERT */

Expand Down

0 comments on commit 6575fe1

Please sign in to comment.