infobox: remove background tint

This commit is contained in:
Nils Schneider 2015-07-06 22:45:28 +02:00
parent cc505f4d4a
commit 7a6d572be8

View file

@ -369,10 +369,6 @@ table {
box-shadow: none; box-shadow: none;
border-radius: 0; border-radius: 0;
} }
.infobox {
background: rgba(0, 0, 0, 0.02);
}
} }
} }