Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.23 KB | None | 0 0
  1.                     array(
  2.                         'required' => array('fm-color-more', '=', 1),
  3.                         'id' => 'fm-button-color',
  4.                         'type' => 'color_rgba',
  5.                         'title' => 'Big button default color',
  6.                         'output' => array(
  7.                             'background-color' => '
  8.                                    .fm-button:not(.fm-button-small):before,
  9.                                    .fm-button:not(.fm-button-small):after,
  10.                                    .fm-button:not(.fm-button-small) span:before,
  11.                                    .fm-button:not(.fm-button-small) span:after
  12.                                    ',
  13.                             'color' => '
  14.                                    .fm-button:not(.fm-button-small) span a,
  15.                                    .fm-button:not(.fm-button-small) span a:hover,
  16.                                    .fm-button:not(.fm-button-small) span input
  17.                                    '
  18.                         ),
  19.                         'default' => array(
  20.                             'color' => '#3366cc',
  21.                             'alpha' => 1
  22.                         ),
  23.                     ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement