73 lines
1.7 KiB
CSS
73 lines
1.7 KiB
CSS
.modal-body table.compare-table {
|
|
border-collapse: initial !important;
|
|
}
|
|
|
|
.modal-body table.compare-table tr td {
|
|
text-align: center;
|
|
width: 196px;
|
|
border-left: solid 2px #000;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.modal-body table.compare-table tr td:first-child {
|
|
font-weight: bold;
|
|
text-align: left;
|
|
border-left: none;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.modal-body table.compare-table tr:nth-child(even) {
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.modal-body table.compare-table tr:nth-child(1) td,
|
|
.modal-body table.compare-table tr:nth-child(2) td {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.modal-body table.compare-table tr:nth-child(1) td {
|
|
background-color: #ffffff;
|
|
border: none;
|
|
height: 20px;
|
|
}
|
|
|
|
.modal-body table.compare-table tr:first-child td {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.modal-body table.compare-table tr:first-child,
|
|
.modal-body table.compare-table tr:last-child,
|
|
modal-body table.compare-table tr:nth-child(2) {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.modal-body table.compare-table tr:last-child td {
|
|
border: none;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
|
|
.magnifyContainer {
|
|
left: 38px;
|
|
cursor: default;
|
|
}
|
|
|
|
.magnifyContainer:after {
|
|
display: block;
|
|
content: attr(data-value);
|
|
font-family: sans-serif;
|
|
color: #681b5f;
|
|
font-size: 14px;
|
|
position: relative;
|
|
width: 100%;
|
|
margin: 0 auto auto 0;
|
|
text-align: center;
|
|
left: 35px;
|
|
top: 80px;
|
|
}
|
|
|
|
.tooltip-helper {
|
|
display: inline-block;
|
|
} |