Fix expanded bg color of et2_required fields

This commit is contained in:
Hadi Nategh 2014-03-19 16:52:25 +00:00
parent 1b13b10bf6
commit e3538302fc

View File

@ -713,7 +713,7 @@ ul.et2_vfs {
background-color: #ffffd0; background-color: #ffffd0;
} }
td.et2_required { td.et2_required {
background-color: inherit; background-color: transparent;
} }
.invalid { .invalid {
border: 1px solid #a6261d; border: 1px solid #a6261d;