From f8e802e0c18197f0c877deb36d34b8ea0f2c03d0 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Wed, 13 Jul 2022 01:41:08 +1000 Subject: [PATCH] Update app.css --- public/css/app.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 494da2f..f2ed0b5 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -266,7 +266,7 @@ min-height: 300px; background: rgb(255, 255, 255); /* Fallback for IE 11*/ - background-color: rgba(255, 255, 255); + background-color: rgb(255, 255, 255); padding-bottom: 5px; padding-top: 5px; } @@ -280,7 +280,7 @@ padding-right: 5px; background: rgb(255, 255, 255); /* Fallback for IE 11*/ - background-color: rgba(255, 255, 255); + background-color: rgb(255, 255, 255); padding-bottom: 5px; padding-top: 5px; } @@ -309,7 +309,7 @@ padding-top: 5px; background: rgb(172, 172, 172); /* Fallback for IE 11*/ - background-color: rgba(172, 172, 172); + background-color: rgb(172, 172, 172); min-height: fit-content; } @@ -430,7 +430,7 @@ padding-top: 5px; background: rgb(172, 172, 172); /* Fallback for IE 11*/ - background-color: rgba(172, 172, 172, 0.8); + background-color: rgb(172, 172, 172); min-height: fit-content; } @@ -470,7 +470,7 @@ padding-right: 5px; background: rgb(255, 255, 255); /* Fallback for IE 11*/ - background-color: rgba(255, 255, 255); + background-color: rgb(255, 255, 255); padding-bottom: 5px; padding-top: 5px; } @@ -491,7 +491,7 @@ width: 20%; height: 100%; margin-left: 0px; - background-color: rgba(132, 132, 132); + background-color: rgb(132, 132, 132); padding-bottom: 5px; padding-top: 5px; } @@ -502,7 +502,7 @@ width: 80%; height: 100%; left: 20%; - background-color: rgba(132, 132, 132); + background-color: rgb(132, 132, 132); padding-bottom: 5px; padding-top: 5px; }