remove table global styles
This commit is contained in:
parent
ff334b7e89
commit
a1e0399a04
|
@ -183,14 +183,14 @@ body {
|
|||
font-size: small;
|
||||
}
|
||||
|
||||
table,
|
||||
/* table,
|
||||
th,
|
||||
td {
|
||||
border: 1px solid black;
|
||||
border-collapse: collapse;
|
||||
background-color: aliceblue;
|
||||
padding: 4px;
|
||||
}
|
||||
} */
|
||||
|
||||
.visible {
|
||||
display: block;
|
||||
|
@ -415,3 +415,38 @@ footer {
|
|||
}
|
||||
|
||||
|
||||
#excelTable {
|
||||
font-family: Calibri, sans-serif;
|
||||
font-size: 15px;
|
||||
text-align: center;
|
||||
border-style: none;
|
||||
border-collapse: collapse;
|
||||
min-width: 680px;
|
||||
}
|
||||
|
||||
/* #excelTable tr td:nth-child(2) {
|
||||
background-color: yellow; /* Change background color for the second column */
|
||||
/* } */
|
||||
|
||||
#excelTable tr td {
|
||||
text-align: center;
|
||||
padding: 0px;
|
||||
background-color: white;
|
||||
/* border: 1px solid black; */
|
||||
}
|
||||
|
||||
#excelTableContainer {
|
||||
margin: auto;
|
||||
text-align: -webkit-center;
|
||||
text-align: center;
|
||||
|
||||
/* margin-top: 5px;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 10px; */
|
||||
|
||||
padding: 5px;
|
||||
background-color: #c8e4ef;
|
||||
width: fit-content;
|
||||
border-radius: 10px;
|
||||
}
|
Loading…
Reference in New Issue