From c349e6049cb0d4386fe747b78049a7ffd655f1a4 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 17 Feb 2019 08:12:45 -0800 Subject: Update red and green colors to match the Qt GUI colors --- share/static/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/static/css/style.css b/share/static/css/style.css index 65bafba5..0751d306 100644 --- a/share/static/css/style.css +++ b/share/static/css/style.css @@ -153,7 +153,7 @@ div#uploads .upload .upload-status { } div#uploads .upload input.cancel { - color: #f24537; + color: #d0011b; border: 0; background: none; box-shadow: none; @@ -188,11 +188,11 @@ ul.flashes li { } li.error { - color: #dd4040; + color: #d0011b; } li.info { - color: #3e933f; + color: #5fa416; } .closed-wrapper { -- cgit v1.2.3-54-g00ecf