Advertisement
Konark

Untitled

Aug 22nd, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1.  
  2.  
  3.         $this->add_control(
  4.             'form_input_border_color_focus',
  5.             array(
  6.                 'label'  => esc_html__( 'Border Color', 'elementor' ),
  7.                 'type'   => Controls_Manager::COLOR,
  8.                 'selectors' => array(
  9.                     '{{WRAPPER}} .cmsmasters_search_field' . ':focus' => 'border-color: {{VALUE}}',
  10.                 ),
  11.                 'condition' => array(
  12.                     'form_input_border_border!' => '',
  13.                 ),
  14.             )
  15.         );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement