different Profiles should have same backgroundColor
This commit is contained in:
+5
-9
@@ -104,27 +104,23 @@ button:focus-visible {
|
||||
|
||||
.weapons-table td {
|
||||
padding: 1px 8px;
|
||||
border-bottom: 1px dotted #9e9fa1;
|
||||
border-top: 1px dotted #9e9fa1;
|
||||
text-align: center;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.noBorderTop td {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.emptyRow {
|
||||
height: 22.5px;
|
||||
}
|
||||
|
||||
.emptyRow td {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.rowOtherColor {
|
||||
background-color: #d0d1d3;
|
||||
}
|
||||
|
||||
.differentProfiles + .differentProfiles {
|
||||
border-top: 1px solid #dfe0e2;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.print-display-none {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user