- fixed custom styles for row;

This commit is contained in:
nikitasinelnikov
2019-03-21 16:38:56 +02:00
parent 30ae71316a
commit b0b57116a8
3 changed files with 30 additions and 9 deletions
@@ -248,7 +248,9 @@ if ( $form_field_label ) {
.um .um-field-label {
color: $form_field_label;
}
";
.um .um-row.um-customized-row .um-field-label {
color: inherit;
} ";
}
$form_border = UM()->options()->get( 'form_border' );