Stylování došlých řešení
This commit is contained in:
parent
6e2231e157
commit
895646ad3d
1 changed files with 2 additions and 5 deletions
|
@ -1159,13 +1159,10 @@ div.gdpr {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.dosla_reseni tr th:nth-child(even), .dosla_reseni tr td:nth-child(even) {
|
||||
background: dimgray;
|
||||
.dosla_reseni tr:nth-child(even), .dosla_reseni tr:nth-child(even) {
|
||||
background: rgba(238, 238, 238, 0);
|
||||
}
|
||||
|
||||
.dosla_reseni tr th:nth-child(odd), .dosla_reseni tr td:nth-child(odd) {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.odevzdana_reseni tr th, .odevzdana_reseni tr td {
|
||||
border: 1px solid black;
|
||||
|
|
Loading…
Reference in a new issue