Update app.css
This commit is contained in:
parent
507cd0f52b
commit
f8e802e0c1
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue