21 lines
260 B
CSS
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;
|
|
}
|