custom stylesheet created

This commit is contained in:
Tobias 2022-06-24 21:19:04 +02:00
parent a7bbf3d55f
commit c728923dba

20
css/custom.css Normal file
View File

@ -0,0 +1,20 @@
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;
}