mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 14:13:46 +09:00
Update 1.2.2
This commit is contained in:
+18
-1
@@ -1077,11 +1077,19 @@ $this->sections[] = array(
|
||||
array(
|
||||
'id' => 'form_border',
|
||||
'type' => 'text',
|
||||
'title' => __( 'Field Border Style','ultimatemember' ),
|
||||
'title' => __( 'Field Border','ultimatemember' ),
|
||||
'default' => um_get_metadefault('form_border'),
|
||||
'desc' => __('The default border-style for input/fields in UM forms','ultimatemember'),
|
||||
),
|
||||
|
||||
array(
|
||||
'id' => 'form_border_hover',
|
||||
'type' => 'text',
|
||||
'title' => __( 'Field Border on Focus','ultimatemember' ),
|
||||
'default' => um_get_metadefault('form_border_hover'),
|
||||
'desc' => __('The default border style for fields on hover state','ultimatemember'),
|
||||
),
|
||||
|
||||
array(
|
||||
'id' => 'form_bg_color',
|
||||
'type' => 'color',
|
||||
@@ -1091,6 +1099,15 @@ $this->sections[] = array(
|
||||
'transparent' => false,
|
||||
),
|
||||
|
||||
array(
|
||||
'id' => 'form_bg_color_focus',
|
||||
'type' => 'color',
|
||||
'default' => um_get_metadefault('form_bg_color_focus'),
|
||||
'title' => __( 'Field Background Color on Focus','ultimatemember' ),
|
||||
'validate' => 'color',
|
||||
'transparent' => false,
|
||||
),
|
||||
|
||||
array(
|
||||
'id' => 'form_text_color',
|
||||
'type' => 'color',
|
||||
|
||||
Reference in New Issue
Block a user