File: /var/www/lipovac/wp-content/plugins/senior-plugin/vc-addons/example/assets/vc_extend_admin.css
/*
This file will be loaded in the page edit page when Visual Composer is activated.
From here you can style your custom shortcode visual appearance in the backend editor.
Lets add icon for our new shortocde. More information can be found here:
http://kb.wpbakery.com/index.php?title=VC_Shortcode_Icon_Class
*/
/* Add icon for the "Add element" elements selection popup */
.wpb-layout-element-button .vc_extend_my_class { background-image: url(../assets/asterisk_yellow.png); }
/* Add background for our shortcode in the Visual Composer backend editor */
.wpb_bartag .wpb_element_wrapper {
	background-image: url(../assets/asterisk_yellow.png);
	/* Example how you can change look of your element in VC backend editor */
	background-color: #93DDFB;
}