different Profiles should have same backgroundColor

This commit is contained in:
NilsUeter
2023-04-12 23:46:15 +02:00
parent 76152e603d
commit 10434057b3
3 changed files with 155 additions and 140 deletions
+5 -9
View File
@@ -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;