14 lines
288 B
CSS
14 lines
288 B
CSS
.kairanChecked td:nth-child(3) {
|
|
font-size: 1.2em;
|
|
font-weight: bold;
|
|
background-color: skyblue;
|
|
text-align: center;
|
|
}
|
|
|
|
.kairanNotChecked td:nth-child(3) {
|
|
font-size: 1.2em;
|
|
font-weight: bold;
|
|
color: red;
|
|
background-color: yellow;
|
|
text-align: center;
|
|
} |