6363}
6464.vp-popup-frame .vp-focused .vp-popup-title {
6565 font-family : 'AppleSDGothicNeo' ;
66- color : var (--font-hightlight );
66+ color : var (--font-highlight );
6767}
6868.vp-popup-maximize {
6969 position : absolute;
121121}
122122.vp-popup-content {
123123 min-height : calc (100% - 30px );
124+ height : 100% ;
124125}
125126.vp-popup-footer {
126127 position : relative;
197198 color : var (--font-primary );
198199}
199200.vp-popup-detail-button : hover {
200- color : var (--font-hightlight );
201+ color : var (--font-highlight );
201202 background : var (--light-gray-color );
202203}
203204.vp-popup-save-button {
261262 width : 15px ;
262263 height : 15px ;
263264 text-align : center;
264- background : url(../ img/checkbox_unchecked.svg);
265+ background : url(../ .. / img/checkbox_unchecked.svg);
265266 background-size : 15px 15px ;
266267 background-repeat : no-repeat;
267268 border : none;
275276 top : 0 ;
276277 width : 15px ;
277278 height : 15px ;
278- background : url(../ img/checkbox_checked.svg);
279+ background : url(../ .. / img/checkbox_checked.svg);
279280 background-size : 14px 14px ;
280281 background-repeat : no-repeat;
281282 border : none;
289290 top : 0 ;
290291 width : 15px ;
291292 height : 15px ;
292- background : url(../ img/checkbox_unchecked.svg);
293+ background : url(../ .. / img/checkbox_unchecked.svg);
293294 background-size : 14px 14px ;
294295 background-repeat : no-repeat;
295296 border : none;
323324 font-size : 14px ;
324325 line-height : 16px ;
325326 padding : 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 );
327328 background-position : 97% 50% ;
328329 background-size : 11px 11px ;
329330 background-repeat : no-repeat;
488489 margin-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;
499500 margin-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" ] {
508509 margin-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" ] {
517518 margin-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}
0 commit comments