No white background for input in tables

This commit is contained in:
Yann Esposito (Yogsototh) 2010-03-25 10:18:47 +01:00
parent 564f19865b
commit a780c4cda2

View file

@ -112,3 +112,8 @@ table tr.r0 td {
background-color: #DB9; }
table tr.r1 td {
background-color: #F3CFAA; }
table input {
background-color: transparent;
border: none;
margin: 0;
}