ken_nogi/pleasanter/develop2/承認図回覧板システム/css/一覧画面用.css
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00

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;
}