HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Apache24/htdocs/wp-content/themes/page-builder-framework/inc/customizer/js/customizer.js
jQuery(document).ready(function($) {

	$('#customize-control-menu_logo_container_width').on('mousedown', function() {
		$('iframe').contents().find('.wpbf-navigation .wpbf-1-4').css( 'border-right', '3px solid #0085ba' );
	}).on('mouseup', function() {
		$('iframe').contents().find('.wpbf-navigation .wpbf-1-4').css( 'border-right', 'none' );
	});

	$('#customize-control-mobile_menu_logo_container_width').on('mousedown', function() {
		$('iframe').contents().find('.wpbf-navigation .wpbf-2-3').css( 'border-right', '3px solid #0085ba' );
	}).on('mouseup', function() {
		$('iframe').contents().find('.wpbf-navigation .wpbf-2-3').css( 'border-right', 'none' );
	});

});