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

Commit2eb841f

Browse files
authored
Merge pull request#130 from minjk-bl/devops
Ready to release v2.2.1
2 parentsb79f75d +840bff9 commit2eb841f

File tree

57 files changed

+909
-508
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+909
-508
lines changed

‎css/boardFrame.css‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
.vp-board-titleinput:focus {
5050
transition:0.7s;
5151
border:0.5px solidvar(--highlight-color)!important;
52-
color:var(--font-hightlight);
52+
color:var(--font-highlight);
5353
}
5454
.vp-board-titleinput::selection {
5555
background-color:#FDEFDD;
@@ -141,7 +141,7 @@
141141
float: none;
142142
}
143143
.vp-board-header-button-innerulli:hover {
144-
color:var(--font-hightlight);
144+
color:var(--font-highlight);
145145
/* background-color: var(--light-gray-color); */
146146
}
147147

@@ -164,7 +164,7 @@
164164
font-family:'AppleSDGothicNeo';
165165

166166
}
167-
.vp-block.vp-block-group {
167+
.vp-board-body .vp-block.vp-block-group:not(:first-child) {
168168
margin-top:15px;
169169
}
170170
.vp-block-header {
@@ -253,25 +253,25 @@
253253
background-color:#BFD5F0;
254254
}
255255
.vp-block.logic-define .vp-block-header {
256-
/*background-color: rgb(213, 231, 222); */
256+
background-color:rgb(213,231,222);
257257
}
258258
.vp-block.logic-define.vp-focus .vp-block-header,
259259
.vp-block.logic-define.vp-focus-child .vp-block-header {
260-
/*background-color: rgb(138, 214, 176); */
260+
background-color:rgb(138,214,176);
261261
}
262262
.vp-block.logic-control .vp-block-header {
263-
/*background-color: rgb(253, 239, 221); */
263+
background-color:rgb(253,239,221);
264264
}
265265
.vp-block.logic-control.vp-focus .vp-block-header,
266266
.vp-block.logic-control.vp-focus-child .vp-block-header {
267-
/*background-color: rgb(255, 207, 115); */
267+
background-color:rgb(255,207,115);
268268
}
269269
.vp-block.library .vp-block-header {
270-
/*background-color: rgb(249, 227, 214); */
270+
background-color:rgb(249,227,214);
271271
}
272272
.vp-block.library.vp-focus .vp-block-header,
273273
.vp-block.library.vp-focus-child .vp-block-header {
274-
/*background-color: rgb(253, 177, 133); */
274+
background-color:rgb(253,177,133);
275275
}
276276
/* block button group */
277277
.vp-block-button-group {
@@ -347,7 +347,7 @@
347347
font-size:14px;
348348
}
349349
.vp-block-menu-item:hover {
350-
color:var(--font-hightlight);
350+
color:var(--font-highlight);
351351
cursor: pointer;
352352
}
353353
#vp_block_menu_delete:hover {

‎css/component/dataSelector.css‎

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,47 @@
11
/* Code Preview */
2+
.vp-dataselector {
3+
position: absolute;
4+
top:calc(50%-200px);
5+
left:calc(50%-200px);
6+
width:400px;
7+
height:400px;
8+
background: white;
9+
border:1px solidvar(--border-gray-color);
10+
z-index:999;
11+
/* font */
12+
font-family: AppleSDGothicNeo;
13+
font-size:14px;
14+
color:var(--font-primary);
15+
}
16+
.vp-ds-variable-box {
17+
border:1px solidvar(--border-gray-color);
18+
height:100px;
19+
grid-row-gap:0px;
20+
}
21+
.vp-ds-var-item {
22+
height:25px;
23+
border-bottom:1px solidvar(--border-gray-color);
24+
}
25+
.vp-ds-var-item:hover {
26+
background:var(--light-gray-color);
27+
color:var(--font-highlight);
28+
cursor: pointer;
29+
}
30+
.vp-ds-var-item.selected {
31+
background:var(--light-gray-color);
32+
color:var(--font-highlight);
33+
font-weight: bold;
34+
}
35+
.vp-ds-var-data {
36+
padding-left:5px;
37+
}
38+
.vp-ds-var-type {
39+
border-left:1px solidvar(--border-gray-color);
40+
padding-left:5px;
41+
}
42+
.vp-ds-option-box {
43+
44+
}
245
.vp-ds-preview {
346
width:100%;
447
height:35px;

‎css/fileNavigation.css‎renamed to ‎css/component/fileNavigation.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
padding-top:10px;
3232
}
3333
.fnp-sidebar-menu.selected {
34-
color:var(--font-hightlight)
34+
color:var(--font-highlight)
3535
}
3636
.fnp-sidebar-menu {
3737
padding:5px0px5px15px;

‎css/component/instanceEditor.css‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
.vp-ins-select-title {
1010
font-weight: bold;
11-
color:var(--font-hightlight);
11+
color:var(--font-highlight);
1212
padding:5px5px5px0px;
1313
}
1414
.vp-ins-select-containerinput.vp-ins-search {
@@ -52,7 +52,7 @@
5252
border-bottom:0.25px solidvar(--light-gray-color);
5353
}
5454
.vp-ins-select-item.selected {
55-
color:var(--font-hightlight);
55+
color:var(--font-highlight);
5656
background:var(--light-gray-color);
5757
}
5858
.vp-ins-select-itemspan {
@@ -86,7 +86,7 @@
8686
margin-top:5px;
8787
}
8888
.vp-ins-select-container .vp-create-var {
89-
width:100%;
89+
width:100%!important;
9090
}
9191
.vp-ins-select-container .vp-create-var-btn {
9292
position: absolute;

‎css/component/modal.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
overflow: hidden;
3434
}
3535
#vp_multiButtonModal .vp-multi-button-modal-messagespan {
36-
color:var(--font-hightlight);
36+
color:var(--font-highlight);
3737
}
3838
#vp_multiButtonModal .vp-multi-button-modal-message-inner {
3939
display: flex;

‎css/component/multiSelector.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
background-color:#E4E4E4;
4040
}
4141
.vp-cs-select-item.selected {
42-
color:var(--font-hightlight);
42+
color:var(--font-highlight);
4343
background-color:#F5F5F5;
4444
}
4545
/* Item Sorting FIXME: change span to class */

‎css/popupComponent.css‎renamed to ‎css/component/popupComponent.css‎

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
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;
@@ -121,6 +121,7 @@
121121
}
122122
.vp-popup-content {
123123
min-height:calc(100%-30px);
124+
height:100%;
124125
}
125126
.vp-popup-footer {
126127
position: relative;
@@ -197,7 +198,7 @@
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 {
@@ -261,7 +262,7 @@
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:15px15px;
266267
background-repeat: no-repeat;
267268
border: none;
@@ -275,7 +276,7 @@
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:14px14px;
280281
background-repeat: no-repeat;
281282
border: none;
@@ -289,7 +290,7 @@
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:14px14px;
294295
background-repeat: no-repeat;
295296
border: none;
@@ -323,7 +324,7 @@
323324
font-size:14px;
324325
line-height:16px;
325326
padding:5px16px3px9px;
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:11px11px;
329330
background-repeat: no-repeat;
@@ -488,7 +489,7 @@
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-itemimg {
494495
-moz-box-sizing: border-box;
@@ -499,26 +500,26 @@
499500
margin-bottom:5px;
500501
}
501502
.vp-popup-body-top-bar-item[data-type="install"]img {
502-
background: url(../../visualpython/img/import.svg) no-repeat;
503+
background: url(../../img/import.svg) no-repeat;
503504
}
504505
.vp-popup-body-top-bar-item[data-type="install"]:hoverimg {
505-
background: url(../../visualpython/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(../../visualpython/img/import.svg) no-repeat;
512+
background: url(../../img/import.svg) no-repeat;
512513
}
513514
.vp-popup-body-top-bar-item[data-type="import"]:hoverimg {
514-
background: url(../../visualpython/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(../../visualpython/img/setting.svg) no-repeat;
521+
background: url(../../img/setting.svg) no-repeat;
521522
}
522523
.vp-popup-body-top-bar-item[data-type="package"]:hoverimg {
523-
background: url(../../visualpython/img/setting_activated.svg) no-repeat;
524+
background: url(../../img/setting_activated.svg) no-repeat;
524525
}

‎css/component/successMessage.css‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.vp-successMessage {
22
position: relative;
33
background-color: white;
4-
color:var(--font-hightlight);
4+
color:var(--font-highlight);
55
min-width:150px;
66
padding:15px;
77
margin-bottom:20px;
@@ -22,7 +22,7 @@
2222
}
2323
.vp-successMessage-icon {
2424
margin-left:15px;
25-
color:var(--font-hightlight);
25+
color:var(--font-highlight);
2626
}
2727
#vp_successMessage {
2828
position: absolute;

‎css/m_apps/import.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
cursor: pointer;
99
}
1010
.vp-tab-button.vp-tab-selected {
11-
color:var(--font-hightlight);
11+
color:var(--font-highlight);
1212
border-bottom:2px solidvar(--highlight-color);
1313
}

‎css/m_apps/snippets.css‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
cursor: pointer;
9191
}
9292
.vp-sn-menu-item:hover {
93-
color:var(--font-hightlight);
93+
color:var(--font-highlight);
9494
}
9595
.vp-sn-search-box {
9696
position: relative;
@@ -138,7 +138,7 @@
138138
cursor: pointer;
139139
}
140140
.vp-sn-sort-menu-item:hover {
141-
color:var(--font-hightlight);
141+
color:var(--font-highlight);
142142
}
143143
.vp-sn-func-export-mode {
144144
display: none;
@@ -214,7 +214,7 @@
214214
cursor: pointer;
215215
}
216216
.vp-sn-item-header.selectedinput.vp-sn-item-title {
217-
color:var(--font-hightlight);
217+
color:var(--font-highlight);
218218
}
219219
.vp-sn-item-headerinput.vp-sn-item-title:focus {
220220
transition:0.7s;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp