style last record and history
This commit is contained in:
parent
938a0097a2
commit
4afd1f7ede
|
@ -191,18 +191,12 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
color: rgb(51, 51, 51);
|
/* color: rgb(51, 51, 51); */
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
color: rgb(209, 209, 209);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* table,
|
|
||||||
th,
|
|
||||||
td {
|
|
||||||
border: 1px solid black;
|
|
||||||
border-collapse: collapse;
|
|
||||||
background-color: aliceblue;
|
|
||||||
padding: 4px;
|
|
||||||
} */
|
|
||||||
|
|
||||||
.visible {
|
.visible {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -325,6 +319,24 @@ footer {
|
||||||
#history {
|
#history {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
place-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.custom-table {
|
||||||
|
width: 100%;
|
||||||
|
border-collapse: collapse;
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
.custom-th, .custom-td {
|
||||||
|
border: 1px solid black;
|
||||||
|
padding: 2px;
|
||||||
|
text-align: left;
|
||||||
|
width: 60px;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
.custom-th {
|
||||||
|
cursor: pointer;
|
||||||
|
background-color: #f2f2f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.copy-text {
|
.copy-text {
|
||||||
|
|
Loading…
Reference in New Issue