Ejemplo n.º 1
0
?>
;border-top:none;}
.with_frm_style .auto_width input, .with_frm_style input.auto_width, .with_frm_style select.auto_width, .with_frm_style textarea.auto_width{width:auto<?php 
echo $important;
?>
;}
.with_frm_style input[disabled], .with_frm_style select[disabled], .with_frm_style textarea[disabled], .with_frm_style input[readonly], .with_frm_style select[readonly], .with_frm_style textarea[readonly]{opacity:.5;filter:alpha(opacity=50);}
.frm_set_select .with_frm_style select, .frm_set_select .with_frm_style select.auto_width{width:100%;}
.with_frm_style .form-field input:focus, .with_frm_style select:focus, .with_frm_style textarea:focus, .with_frm_style .frm_focus_field input[type=text], .with_frm_style .frm_focus_field input[type=password], .with_frm_style .frm_focus_field input[type=email], .with_frm_style .frm_focus_field input[type=number], .with_frm_style .frm_focus_field input[type=url], .with_frm_style .frm_focus_field input[type=tel], .frm_form_fields_active_style, .with_frm_style .chosen-container-active .chosen-choices{background-color:#<?php 
echo $bg_color_active . $important;
?>
;border-color:#<?php 
echo $border_color_active . $important;
?>
;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(<?php 
echo FrmProFormsHelper::hex2rgb($border_color_active);
?>
, 0.6);}
<?php 
if (!$submit_style) {
    ?>
.with_frm_style .frm_submit input[type=submit], .with_frm_style .frm_submit input[type=button], .frm_form_submit_style, .with_frm_style.frm_login_form input[type=submit]{width:<?php 
    echo ($submit_width == '' ? 'auto' : $submit_width) . $important;
    ?>
;font-family:<?php 
    echo stripslashes($font);
    ?>
;font-size:<?php 
    echo $submit_font_size;
    ?>
;height:<?php