* Revert CSS Background Hack
This commit is contained in:
dansheps 2019-01-03 13:20:29 -06:00
parent f499f2dd66
commit 0c86693dc4

View File

@ -119,11 +119,6 @@ label.required {
input[name="pk"] {
margin-top: 0;
}
/* Get around the background color problem if someone chooses white for the background */
label[style="background-color: #ffffff"] {
color: #000000;
}
/* Tables */
th.pk, td.pk {