fixed print stylings on iphone.
This commit is contained in:
@@ -48,7 +48,7 @@ html {
|
|||||||
display:block !important;
|
display:block !important;
|
||||||
}
|
}
|
||||||
.vehicleDetailTabContainer {
|
.vehicleDetailTabContainer {
|
||||||
background-color: #fff;
|
background-color: #fff !important;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -60,16 +60,22 @@ html {
|
|||||||
color: #000 !important;
|
color: #000 !important;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
table {
|
||||||
|
background-color: #fff !important;
|
||||||
|
}
|
||||||
ul {
|
ul {
|
||||||
border: 0px !important;
|
border: 0px !important;
|
||||||
|
background-color: #fff !important;
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
color: #000 !important;
|
color: #000 !important;
|
||||||
border: 0px !important;
|
border: 0px !important;
|
||||||
|
background-color: #fff !important;
|
||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
color: #000 !important;
|
color: #000 !important;
|
||||||
border: hidden;
|
border: hidden;
|
||||||
|
background-color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.col-1 {
|
td.col-1 {
|
||||||
@@ -85,6 +91,7 @@ html {
|
|||||||
|
|
||||||
th {
|
th {
|
||||||
color: #000 !important;
|
color: #000 !important;
|
||||||
|
background-color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr{
|
tr{
|
||||||
|
|||||||
Reference in New Issue
Block a user