Update 1.2.2

This commit is contained in:
ultimatemember
2015-04-15 16:59:27 +02:00
parent 5e281fbeaf
commit 7b9b59ea8d
32 changed files with 1375 additions and 135 deletions
+18 -1
View File
@@ -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',