mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
8 lines
437 B
PHP
8 lines
437 B
PHP
<div class="um-admin-metabox">
|
|
|
|
<p>
|
|
<label><?php _e('Custom CSS','ultimatemember'); ?> <?php $this->tooltip( __('Enter custom css that will be applied to this form only','ultimatemember'), 'e'); ?></label>
|
|
<textarea name="_um_login_custom_css" id="_um_login_custom_css" class="tall"><?php echo $ultimatemember->query->get_meta_value('_um_login_custom_css', null, 'na' ); ?></textarea>
|
|
</p><div class="um-admin-clear"></div>
|
|
|
|
</div>
|