added front end stuff for consolidated vehicle maintenance record.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-12 12:52:01 -07:00
parent d00e6e252d
commit 4d804803a8
8 changed files with 196 additions and 4 deletions

View File

@@ -37,6 +37,12 @@ html {
}
@media print {
.hideOnPrint {
display:none;
}
.showOnPrint{
display:block !important;
}
.vehicleDetailTabContainer {
background-color: #fff;
height: 100%;
@@ -50,9 +56,16 @@ html {
color: #000 !important;
overflow: visible;
}
ul {
border: 0px !important;
}
li {
color: #000 !important;
border: 0px !important;
}
td {
color: #000 !important;
border: hidden;
}
td.col-1 {
@@ -66,6 +79,10 @@ html {
th {
color: #000 !important;
}
tr{
border: hidden;
}
}
.chartContainer {