6363}
6464.vp-popup-frame .vp-focused .vp-popup-title {
6565font-family : 'AppleSDGothicNeo' ;
66- color : var (--font-hightlight );
66+ color : var (--font-highlight );
6767}
68- .vp-popup-toggle {
68+ .vp-popup-maximize {
6969position : absolute;
7070width : 15px ;
7171height : 20px ;
7777cursor : pointer;
7878color : var (--gray-color );
7979}
80+ .vp-popup-return {
81+ position : absolute;
82+ width : 15px ;
83+ height : 20px ;
84+ top : 4px ;
85+ right : 32px ;
86+ z-index : 3 ;
87+ line-height : 20px ;
88+ text-align : center;
89+ cursor : pointer;
90+ color : var (--gray-color );
91+ display : none;
92+ }
93+ .vp-popup-toggle {
94+ position : absolute;
95+ width : 15px ;
96+ height : 20px ;
97+ top : 4px ;
98+ right : 58px ;
99+ z-index : 3 ;
100+ line-height : 20px ;
101+ text-align : center;
102+ cursor : pointer;
103+ color : var (--gray-color );
104+ }
80105.vp-popup-close {
81106position : absolute;
82107width : 20px ;
94119padding : 15px ;
95120overflow : auto;
96121}
122+ .vp-popup-content {
123+ min-height : calc (100% - 30px );
124+ height : 100% ;
125+ }
97126.vp-popup-footer {
98127position : relative;
99128height : 50px ;
169198color : var (--font-primary );
170199}
171200.vp-popup-detail-button : hover {
172- color : var (--font-hightlight );
201+ color : var (--font-highlight );
173202background : var (--light-gray-color );
174203}
175204.vp-popup-save-button {
233262width : 15px ;
234263height : 15px ;
235264text-align : center;
236- background : url(../ img/checkbox_unchecked.svg);
265+ background : url(../ .. / img/checkbox_unchecked.svg);
237266background-size : 15px 15px ;
238267background-repeat : no-repeat;
239268border : none;
247276top : 0 ;
248277width : 15px ;
249278height : 15px ;
250- background : url(../ img/checkbox_checked.svg);
279+ background : url(../ .. / img/checkbox_checked.svg);
251280background-size : 14px 14px ;
252281background-repeat : no-repeat;
253282border : none;
261290top : 0 ;
262291width : 15px ;
263292height : 15px ;
264- background : url(../ img/checkbox_unchecked.svg);
293+ background : url(../ .. / img/checkbox_unchecked.svg);
265294background-size : 14px 14px ;
266295background-repeat : no-repeat;
267296border : none;
295324font-size : 14px ;
296325line-height : 16px ;
297326padding : 5px 16px 3px 9px ;
298- background : url(../ img/unfold_more.svg), var (--light-gray-color );
327+ background : url(../ .. / img/unfold_more.svg), var (--light-gray-color );
299328background-position : 97% 50% ;
300329background-size : 11px 11px ;
301330background-repeat : no-repeat;
460489margin-bottom : 5px ;
461490}
462491.vp-popup-body-top-bar-item : hover {
463- color : var (--font-hightlight );
492+ color : var (--font-highlight );
464493}
465494.vp-popup-body-top-bar-item img {
466495-moz-box-sizing : border-box;
471500margin-bottom : 5px ;
472501}
473502.vp-popup-body-top-bar-item [data-type = "install" ]img {
474- background : url(../ ../ v is ualpython/ img/import.svg) no-repeat;
503+ background : url(../ ../ img/import.svg) no-repeat;
475504}
476505.vp-popup-body-top-bar-item [data-type = "install" ]: hover img {
477- background : url(../ ../ v is ualpython/ img/import_activated.svg) no-repeat;
506+ background : url(../ ../ img/import_activated.svg) no-repeat;
478507}
479508.vp-popup-body-top-bar-item [data-type = "import" ] {
480509margin-left : 10px ;
481510}
482511.vp-popup-body-top-bar-item [data-type = "import" ]img {
483- background : url(../ ../ v is ualpython/ img/import.svg) no-repeat;
512+ background : url(../ ../ img/import.svg) no-repeat;
484513}
485514.vp-popup-body-top-bar-item [data-type = "import" ]: hover img {
486- background : url(../ ../ v is ualpython/ img/import_activated.svg) no-repeat;
515+ background : url(../ ../ img/import_activated.svg) no-repeat;
487516}
488517.vp-popup-body-top-bar-item [data-type = "package" ] {
489518margin-left : 10px ;
490519}
491520.vp-popup-body-top-bar-item [data-type = "package" ]img {
492- background : url(../ ../ v is ualpython/ img/setting.svg) no-repeat;
521+ background : url(../ ../ img/setting.svg) no-repeat;
493522}
494523.vp-popup-body-top-bar-item [data-type = "package" ]: hover img {
495- background : url(../ ../ v is ualpython/ img/setting_activated.svg) no-repeat;
524+ background : url(../ ../ img/setting_activated.svg) no-repeat;
496525}