From b783e682ffd1992f6379246f4d0a7b9fc310aea3 Mon Sep 17 00:00:00 2001 From: ShadyThGod Date: Thu, 21 Mar 2019 21:45:25 +0530 Subject: [PATCH] Update main.css Add background gradients for update toast notifications --- src/windows/main/css/main.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/windows/main/css/main.css b/src/windows/main/css/main.css index bcd303de..4f48cd3a 100644 --- a/src/windows/main/css/main.css +++ b/src/windows/main/css/main.css @@ -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; } \ No newline at end of file