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

Commit5ba7d24

Browse files
author
minjk-bl
committed
Add icon for new app (GridSearch, Pipeline)
1 parent3879e37 commit5ba7d24

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎visualpython/css/menuFrame.css‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,11 @@ input.vp-menu-search-box {
503503
.vp-menuitem.apps .ml_dimensionReduction {
504504
background: top/ contain no-repeat url(../img/apps/apps_dimension.svg);
505505
}
506-
.vp-menuitem.apps .ml_saveLoad {
507-
background: top/ contain no-repeat url(../img/apps/apps_file.svg);
506+
.vp-menuitem.apps .ml_pipeline {
507+
background: top/ contain no-repeat url(../img/apps/apps_pipeline.svg);
508+
}
509+
.vp-menuitem.apps .ml_gridSearch {
510+
background: top/ contain no-repeat url(../img/apps/apps_gridSearch.svg);
508511
}
509512
.vp-menuitem.apps .ml_fitPredict {
510513
background: top/ contain no-repeat url(../img/apps/apps_fit.svg);
@@ -514,4 +517,7 @@ input.vp-menu-search-box {
514517
}
515518
.vp-menuitem.apps .ml_evaluation {
516519
background: top/ contain no-repeat url(../img/apps/apps_evaluate.svg);
520+
}
521+
.vp-menuitem.apps .ml_saveLoad {
522+
background: top/ contain no-repeat url(../img/apps/apps_file.svg);
517523
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp