From a09810a83d62a3e41418563c57d25de39384a29f Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Fri, 15 Jul 2022 03:55:25 +1000 Subject: [PATCH 1/2] css fixes --- public/css/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/app.css b/public/css/app.css index f2a7e09..aa9fb53 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -70,7 +70,7 @@ display: inline-flex; vertical-align: middle; width: 100%; - background: rgb(58, 83, 242); + background: #2362DE; /* Fallback for IE 11*/ background: linear-gradient(#759CF0 10%, #2362DE 100%); } @@ -210,6 +210,7 @@ top: 11px; color: rgb(255, 255, 255); text-size-adjust: auto; text-align: left; + background: #000000;; background: linear-gradient(#303030 10%, #000000 100%);; } From 4f73a0ea1ee0d20f4b9e8ad15a9425aa9b94f7f9 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Fri, 15 Jul 2022 03:57:17 +1000 Subject: [PATCH 2/2] updated css for old browsers again --- public/css/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/css/app.css b/public/css/app.css index aa9fb53..c162da7 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -314,6 +314,7 @@ body { } .tab { + background: #747474; background: linear-gradient(#cacbcc 10%, #99999a 49%, #747474 50%, #2d2d2d 100%); font-weight: 400; text-align: center; @@ -327,6 +328,7 @@ body { } .tab_selected { + background: #2362DE; background: linear-gradient(#759CF0 10%, #3B72E1 49%, #2260DD 50%, #2362DE 100%); font-weight: 400; text-align: center;