KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
@media screen { | @media screen { | ||
tbody tr:nth-of-type(odd){ | #termine tbody tr:nth-of-type(odd){ | ||
background:rgba(215,215,215,0.5); | background:rgba(215,215,215,0.5); | ||
} | } | ||
} | } |
Version vom 20. Dezember 2013, 12:58 Uhr
/* screen only */ @media screen { #termine tbody tr:nth-of-type(odd){ background:rgba(215,215,215,0.5); } }