Added transparancy

This commit is contained in:
feliciaan 2014-12-10 14:02:26 +01:00
parent 26c9a23a9f
commit 5b3bcad7b2

View file

@ -27,4 +27,7 @@ td {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255,255,255,0.0);
/*box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;*/
}