Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
Add background gradients for update toast notifications
  • Loading branch information
amanharwara committed Mar 21, 2019
1 parent a56344a commit b783e68
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/windows/main/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,20 @@ body {

.no-tabs>* {
background: inherit;
}

.checking-for-updates-toast {
background: linear-gradient(to right, #7f7fd5, #86a8e7, #91eae4) !important;
}

.new-update-available-toast {
background: linear-gradient(to right, #4e54c8, #8f94fb) !important;
}

.update-not-available-toast {
background: linear-gradient(to right, #11998e, #2aaa5b) !important;
}

.error-toast {
background: linear-gradient(to right, #f12711, #a37510) !important;
}

0 comments on commit b783e68

Please sign in to comment.