mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 21:53:43 +09:00
- fixed custom styles for row;
This commit is contained in:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user