6363}
6464.vp-popup-frame .vp-focused .vp-popup-title {
6565font-family : 'AppleSDGothicNeo' ;
66- color : var (--font-hightlight );
66+ color : var (--font-highlight );
6767}
6868.vp-popup-maximize {
6969position : absolute;
121121}
122122.vp-popup-content {
123123min-height : calc (100% - 30px );
124+ height : 100% ;
124125}
125126.vp-popup-footer {
126127position : relative;
197198color : var (--font-primary );
198199}
199200.vp-popup-detail-button : hover {
200- color : var (--font-hightlight );
201+ color : var (--font-highlight );
201202background : var (--light-gray-color );
202203}
203204.vp-popup-save-button {
261262width : 15px ;
262263height : 15px ;
263264text-align : center;
264- background : url(../ img/checkbox_unchecked.svg);
265+ background : url(../ .. / img/checkbox_unchecked.svg);
265266background-size : 15px 15px ;
266267background-repeat : no-repeat;
267268border : none;
275276top : 0 ;
276277width : 15px ;
277278height : 15px ;
278- background : url(../ img/checkbox_checked.svg);
279+ background : url(../ .. / img/checkbox_checked.svg);
279280background-size : 14px 14px ;
280281background-repeat : no-repeat;
281282border : none;
289290top : 0 ;
290291width : 15px ;
291292height : 15px ;
292- background : url(../ img/checkbox_unchecked.svg);
293+ background : url(../ .. / img/checkbox_unchecked.svg);
293294background-size : 14px 14px ;
294295background-repeat : no-repeat;
295296border : none;
323324font-size : 14px ;
324325line-height : 16px ;
325326padding : 5px 16px 3px 9px ;
326- background : url(../ img/unfold_more.svg), var (--light-gray-color );
327+ background : url(../ .. / img/unfold_more.svg), var (--light-gray-color );
327328background-position : 97% 50% ;
328329background-size : 11px 11px ;
329330background-repeat : no-repeat;
488489margin-bottom : 5px ;
489490}
490491.vp-popup-body-top-bar-item : hover {
491- color : var (--font-hightlight );
492+ color : var (--font-highlight );
492493}
493494.vp-popup-body-top-bar-item img {
494495-moz-box-sizing : border-box;
499500margin-bottom : 5px ;
500501}
501502.vp-popup-body-top-bar-item [data-type = "install" ]img {
502- background : url(../ ../ v is ualpython/ img/import.svg) no-repeat;
503+ background : url(../ ../ img/import.svg) no-repeat;
503504}
504505.vp-popup-body-top-bar-item [data-type = "install" ]: hover img {
505- background : url(../ ../ v is ualpython/ img/import_activated.svg) no-repeat;
506+ background : url(../ ../ img/import_activated.svg) no-repeat;
506507}
507508.vp-popup-body-top-bar-item [data-type = "import" ] {
508509margin-left : 10px ;
509510}
510511.vp-popup-body-top-bar-item [data-type = "import" ]img {
511- background : url(../ ../ v is ualpython/ img/import.svg) no-repeat;
512+ background : url(../ ../ img/import.svg) no-repeat;
512513}
513514.vp-popup-body-top-bar-item [data-type = "import" ]: hover img {
514- background : url(../ ../ v is ualpython/ img/import_activated.svg) no-repeat;
515+ background : url(../ ../ img/import_activated.svg) no-repeat;
515516}
516517.vp-popup-body-top-bar-item [data-type = "package" ] {
517518margin-left : 10px ;
518519}
519520.vp-popup-body-top-bar-item [data-type = "package" ]img {
520- background : url(../ ../ v is ualpython/ img/setting.svg) no-repeat;
521+ background : url(../ ../ img/setting.svg) no-repeat;
521522}
522523.vp-popup-body-top-bar-item [data-type = "package" ]: hover img {
523- background : url(../ ../ v is ualpython/ img/setting_activated.svg) no-repeat;
524+ background : url(../ ../ img/setting_activated.svg) no-repeat;
524525}