|
|
@ -1243,6 +1243,35 @@ div.gdpr { |
|
|
|
background: rgb(253, 237, 213); |
|
|
|
} |
|
|
|
|
|
|
|
/*Přichycování prvního sloupce a řádku*/ |
|
|
|
.dosla_reseni { |
|
|
|
display: block; |
|
|
|
max-height: 90vh; |
|
|
|
max-width: 90vw; |
|
|
|
overflow: auto; |
|
|
|
margin-left: 5vw; |
|
|
|
} |
|
|
|
|
|
|
|
.dosla_reseni thead tr { |
|
|
|
position: sticky; |
|
|
|
top: 0; |
|
|
|
z-index: 1; |
|
|
|
} |
|
|
|
|
|
|
|
.dosla_reseni tr:nth-child(even) td:first-child, .dosla_reseni thead tr, .dosla_reseni thead tr:first-child td:first-child { |
|
|
|
background: rgb(253, 237, 213); |
|
|
|
} |
|
|
|
|
|
|
|
.dosla_reseni tr:nth-child(odd) td:first-child { |
|
|
|
background: #fffbf6; |
|
|
|
} |
|
|
|
|
|
|
|
.dosla_reseni tr td:first-child { |
|
|
|
position: sticky; |
|
|
|
left: 0; |
|
|
|
} |
|
|
|
/* */ |
|
|
|
|
|
|
|
|
|
|
|
.odevzdana_reseni tr th, .odevzdana_reseni tr td { |
|
|
|
border: 1px solid black; |
|
|
|