Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit21da242

Browse files
author
minjk-bl
committed
Fix image resource path
1 parentaa425d6 commit21da242

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎css/component/popupComponent.css‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
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:15px15px;
267267
background-repeat: no-repeat;
268268
border: none;
@@ -276,7 +276,7 @@
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:14px14px;
281281
background-repeat: no-repeat;
282282
border: none;
@@ -290,7 +290,7 @@
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:14px14px;
295295
background-repeat: no-repeat;
296296
border: none;
@@ -324,7 +324,7 @@
324324
font-size:14px;
325325
line-height:16px;
326326
padding:5px16px3px9px;
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:11px11px;
330330
background-repeat: no-repeat;
@@ -500,26 +500,26 @@
500500
margin-bottom:5px;
501501
}
502502
.vp-popup-body-top-bar-item[data-type="install"]img {
503-
background: url(../../visualpython/img/import.svg) no-repeat;
503+
background: url(../../img/import.svg) no-repeat;
504504
}
505505
.vp-popup-body-top-bar-item[data-type="install"]:hoverimg {
506-
background: url(../../visualpython/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(../../visualpython/img/import.svg) no-repeat;
512+
background: url(../../img/import.svg) no-repeat;
513513
}
514514
.vp-popup-body-top-bar-item[data-type="import"]:hoverimg {
515-
background: url(../../visualpython/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(../../visualpython/img/setting.svg) no-repeat;
521+
background: url(../../img/setting.svg) no-repeat;
522522
}
523523
.vp-popup-body-top-bar-item[data-type="package"]:hoverimg {
524-
background: url(../../visualpython/img/setting_activated.svg) no-repeat;
524+
background: url(../../img/setting_activated.svg) no-repeat;
525525
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp