sr2ini/css/custom.css
2022-06-24 21:19:04 +02:00

21 lines
260 B
CSS

input
{
opacity: 0.65;
}
/*tr#newCombRow input {
background: paleturquoise;
}*/
input:invalid {
border: 2px solid red;
}
tr[data-ini='0'] {
background: lightgray;
}
th#combIniHeader, th#combDiceReaHeader, th#combActionsHeader {
text-align: center;
}