/** * * BoldR Lite WordPress Theme by Iceable Themes | https://www.iceablethemes.com * * Copyright 2013-2017 Mathieu Sarrasin - Iceable Media * * Theme Customizer controls styling * */ /* Fix favicon preview */ #customize-control-boldr_favicon .current .container { max-width: 32px; min-height: 0; max-height: 32px; } /* Radio buttons layout */ .customize-control-radio label { float: left; width: 50%; } /* BoldR Pro buttons */ #customize-controls a.boldr-customize-pro { color: #fff; background: #25CEFF; font-size: 0.7em; padding: 3px 6px; line-height: 1.5; color: #ffffff; letter-spacing: 1px; text-transform: uppercase; -webkit-font-smoothing: subpixel-antialiased !important; } #customize-control-boldr_upgrade .button { background: #00a0d2; border-color: #0073aa; -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15); box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15); color: #fff; } #customize-theme-controls #accordion-section-boldr_more h3 { background: #fff; color: #25CEFF; border: 3px solid #25CEFF; box-sizing: border-box; padding: 6px 6px 7px 10px } #customize-theme-controls #accordion-section-boldr_more h3:after { color: #25CEFF; top: 7px; right: 7px; } .customize-control-button { border-top: 1px solid #e9e9e9; padding-top: 20px; margin-bottom: 20px; } .customize-control-button:first-child { border: none; padding-top: 0; }