custom stylesheet created
This commit is contained in:
parent
a7bbf3d55f
commit
c728923dba
20
css/custom.css
Normal file
20
css/custom.css
Normal 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;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user