262262width : 15px ;
263263height : 15px ;
264264text-align : center;
265- background : url(../ img/checkbox_unchecked.svg);
265+ background : url(../ .. / img/checkbox_unchecked.svg);
266266background-size : 15px 15px ;
267267background-repeat : no-repeat;
268268border : none;
276276top : 0 ;
277277width : 15px ;
278278height : 15px ;
279- background : url(../ img/checkbox_checked.svg);
279+ background : url(../ .. / img/checkbox_checked.svg);
280280background-size : 14px 14px ;
281281background-repeat : no-repeat;
282282border : none;
290290top : 0 ;
291291width : 15px ;
292292height : 15px ;
293- background : url(../ img/checkbox_unchecked.svg);
293+ background : url(../ .. / img/checkbox_unchecked.svg);
294294background-size : 14px 14px ;
295295background-repeat : no-repeat;
296296border : none;
324324font-size : 14px ;
325325line-height : 16px ;
326326padding : 5px 16px 3px 9px ;
327- background : url(../ img/unfold_more.svg), var (--light-gray-color );
327+ background : url(../ .. / img/unfold_more.svg), var (--light-gray-color );
328328background-position : 97% 50% ;
329329background-size : 11px 11px ;
330330background-repeat : no-repeat;
500500margin-bottom : 5px ;
501501}
502502.vp-popup-body-top-bar-item [data-type = "install" ]img {
503- background : url(../ ../ v is ualpython/ img/import.svg) no-repeat;
503+ background : url(../ ../ img/import.svg) no-repeat;
504504}
505505.vp-popup-body-top-bar-item [data-type = "install" ]: hover img {
506- background : url(../ ../ v is ualpython/ img/import_activated.svg) no-repeat;
506+ background : url(../ ../ img/import_activated.svg) no-repeat;
507507}
508508.vp-popup-body-top-bar-item [data-type = "import" ] {
509509margin-left : 10px ;
510510}
511511.vp-popup-body-top-bar-item [data-type = "import" ]img {
512- background : url(../ ../ v is ualpython/ img/import.svg) no-repeat;
512+ background : url(../ ../ img/import.svg) no-repeat;
513513}
514514.vp-popup-body-top-bar-item [data-type = "import" ]: hover img {
515- background : url(../ ../ v is ualpython/ img/import_activated.svg) no-repeat;
515+ background : url(../ ../ img/import_activated.svg) no-repeat;
516516}
517517.vp-popup-body-top-bar-item [data-type = "package" ] {
518518margin-left : 10px ;
519519}
520520.vp-popup-body-top-bar-item [data-type = "package" ]img {
521- background : url(../ ../ v is ualpython/ img/setting.svg) no-repeat;
521+ background : url(../ ../ img/setting.svg) no-repeat;
522522}
523523.vp-popup-body-top-bar-item [data-type = "package" ]: hover img {
524- background : url(../ ../ v is ualpython/ img/setting_activated.svg) no-repeat;
524+ background : url(../ ../ img/setting_activated.svg) no-repeat;
525525}