/*
Theme Name: CopperIQ Theme
Theme URI: http://www.copperiq.nl
Version: 1.0
Description: 
Author: Webmasterdienst
Author URI: https://webmasterdienst.nl
template: bb-theme
*/

.wmd-button-arrow > .fl-button > .fl-button-text::after,
.wmd-button-arrow .fl-button-group-button:first-child .fl-button-text::after {
    content: "";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    background-color: currentColor;
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4.2,11.8l7.5-7.5M11.8,4.2h-5.6M11.8,4.2v5.6" fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4.2,11.8l7.5-7.5M11.8,4.2h-5.6M11.8,4.2v5.6" fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    margin-left: .3em;
	vertical-align: -0.3em;
}

