262262 width : 15px ;
263263 height : 15px ;
264264 text-align : center;
265- background : url(../ img/checkbox_unchecked.svg);
265+ background : url(../ .. / img/checkbox_unchecked.svg);
266266 background-size : 15px 15px ;
267267 background-repeat : no-repeat;
268268 border : none;
276276 top : 0 ;
277277 width : 15px ;
278278 height : 15px ;
279- background : url(../ img/checkbox_checked.svg);
279+ background : url(../ .. / img/checkbox_checked.svg);
280280 background-size : 14px 14px ;
281281 background-repeat : no-repeat;
282282 border : none;
290290 top : 0 ;
291291 width : 15px ;
292292 height : 15px ;
293- background : url(../ img/checkbox_unchecked.svg);
293+ background : url(../ .. / img/checkbox_unchecked.svg);
294294 background-size : 14px 14px ;
295295 background-repeat : no-repeat;
296296 border : none;
324324 font-size : 14px ;
325325 line-height : 16px ;
326326 padding : 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 );
328328 background-position : 97% 50% ;
329329 background-size : 11px 11px ;
330330 background-repeat : no-repeat;
500500 margin-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" ] {
509509 margin-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" ] {
518518 margin-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}
0 commit comments