Update app.css

This commit is contained in:
Thomas G 2022-07-13 01:41:08 +10:00
parent 507cd0f52b
commit f8e802e0c1
1 changed files with 7 additions and 7 deletions

View File

@ -266,7 +266,7 @@
min-height: 300px; min-height: 300px;
background: rgb(255, 255, 255); background: rgb(255, 255, 255);
/* Fallback for IE 11*/ /* Fallback for IE 11*/
background-color: rgba(255, 255, 255); background-color: rgb(255, 255, 255);
padding-bottom: 5px; padding-bottom: 5px;
padding-top: 5px; padding-top: 5px;
} }
@ -280,7 +280,7 @@
padding-right: 5px; padding-right: 5px;
background: rgb(255, 255, 255); background: rgb(255, 255, 255);
/* Fallback for IE 11*/ /* Fallback for IE 11*/
background-color: rgba(255, 255, 255); background-color: rgb(255, 255, 255);
padding-bottom: 5px; padding-bottom: 5px;
padding-top: 5px; padding-top: 5px;
} }
@ -309,7 +309,7 @@
padding-top: 5px; padding-top: 5px;
background: rgb(172, 172, 172); background: rgb(172, 172, 172);
/* Fallback for IE 11*/ /* Fallback for IE 11*/
background-color: rgba(172, 172, 172); background-color: rgb(172, 172, 172);
min-height: fit-content; min-height: fit-content;
} }
@ -430,7 +430,7 @@
padding-top: 5px; padding-top: 5px;
background: rgb(172, 172, 172); background: rgb(172, 172, 172);
/* Fallback for IE 11*/ /* Fallback for IE 11*/
background-color: rgba(172, 172, 172, 0.8); background-color: rgb(172, 172, 172);
min-height: fit-content; min-height: fit-content;
} }
@ -470,7 +470,7 @@
padding-right: 5px; padding-right: 5px;
background: rgb(255, 255, 255); background: rgb(255, 255, 255);
/* Fallback for IE 11*/ /* Fallback for IE 11*/
background-color: rgba(255, 255, 255); background-color: rgb(255, 255, 255);
padding-bottom: 5px; padding-bottom: 5px;
padding-top: 5px; padding-top: 5px;
} }
@ -491,7 +491,7 @@
width: 20%; width: 20%;
height: 100%; height: 100%;
margin-left: 0px; margin-left: 0px;
background-color: rgba(132, 132, 132); background-color: rgb(132, 132, 132);
padding-bottom: 5px; padding-bottom: 5px;
padding-top: 5px; padding-top: 5px;
} }
@ -502,7 +502,7 @@
width: 80%; width: 80%;
height: 100%; height: 100%;
left: 20%; left: 20%;
background-color: rgba(132, 132, 132); background-color: rgb(132, 132, 132);
padding-bottom: 5px; padding-bottom: 5px;
padding-top: 5px; padding-top: 5px;
} }