pinokiod 3.185.0 → 3.187.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/server/public/style.css
CHANGED
|
@@ -281,7 +281,7 @@ body.dark .type-tabs {
|
|
|
281
281
|
margin-right: 5px;
|
|
282
282
|
}
|
|
283
283
|
body.dark .navheader2 {
|
|
284
|
-
background:
|
|
284
|
+
background: #242526 !important;
|
|
285
285
|
}
|
|
286
286
|
body.dark .navheader2 .btn {
|
|
287
287
|
background: rgba(255,255,255,0.1);
|
|
@@ -295,8 +295,12 @@ body.dark .navheader2 .btn {
|
|
|
295
295
|
background: #F1F1F1 !important;
|
|
296
296
|
*/
|
|
297
297
|
}
|
|
298
|
+
body.dark .navheader {
|
|
299
|
+
background: rgba(255, 255, 255, 0.1);
|
|
300
|
+
}
|
|
298
301
|
.navheader {
|
|
299
302
|
backdrop-filter: blur(16px);
|
|
303
|
+
background: rgba(0, 0, 0, 0.04);
|
|
300
304
|
|
|
301
305
|
/*
|
|
302
306
|
padding: 15px 10px 5px;
|
package/server/views/app.ejs
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<style>
|
|
21
21
|
body.dark #devtab.selected {
|
|
22
22
|
border: none;
|
|
23
|
-
background:
|
|
23
|
+
background: #242526 !important;
|
|
24
24
|
}
|
|
25
25
|
#editortab {
|
|
26
26
|
color: #7f5bf3;
|
|
@@ -165,7 +165,11 @@ body.dark .appcanvas_filler {
|
|
|
165
165
|
flex-direction: column;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
|
+
body.dark .appcanvas > aside {
|
|
169
|
+
background: rgba(255, 255, 255, 0.1);
|
|
170
|
+
}
|
|
168
171
|
.appcanvas > aside {
|
|
172
|
+
background: rgba(0, 0, 0, 0.04);
|
|
169
173
|
order: 0;
|
|
170
174
|
position: relative;
|
|
171
175
|
display: flex;
|
|
@@ -433,7 +437,9 @@ body.dark .appcanvas > aside .header-item.btn:not(.selected) {
|
|
|
433
437
|
}
|
|
434
438
|
|
|
435
439
|
body.dark .appcanvas > aside .header-item.selected {
|
|
440
|
+
background: #242526 !important;
|
|
436
441
|
border: none;
|
|
442
|
+
box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
|
|
437
443
|
}
|
|
438
444
|
.appcanvas > aside .header-item.selected {
|
|
439
445
|
/*
|
|
@@ -444,7 +450,7 @@ body.dark .appcanvas > aside .header-item.selected {
|
|
|
444
450
|
border-color: var(--sidebar-tab-outline);
|
|
445
451
|
*/
|
|
446
452
|
box-shadow: 0 4px 12px var(--pinokio-sidebar-tab-shadow);
|
|
447
|
-
background:
|
|
453
|
+
background: white !important;
|
|
448
454
|
border-bottom: none;
|
|
449
455
|
z-index: 1;
|
|
450
456
|
}
|
|
@@ -747,7 +753,7 @@ body.dark .header-item.cursor {
|
|
|
747
753
|
cursor: pointer;
|
|
748
754
|
}
|
|
749
755
|
body .frame-link.selected {
|
|
750
|
-
background:
|
|
756
|
+
background: white !important;
|
|
751
757
|
}
|
|
752
758
|
.frame-link.selected .del {
|
|
753
759
|
color: white;
|
|
@@ -1358,11 +1364,11 @@ body.dark .top-menu .btn2.selected {
|
|
|
1358
1364
|
|
|
1359
1365
|
body.dark #fs-status {
|
|
1360
1366
|
border: none;
|
|
1361
|
-
background:
|
|
1367
|
+
background: #242526 !important;
|
|
1362
1368
|
}
|
|
1363
1369
|
#fs-status {
|
|
1364
1370
|
padding: 5px;
|
|
1365
|
-
background:
|
|
1371
|
+
background: white !important;
|
|
1366
1372
|
margin-bottom: 1px;
|
|
1367
1373
|
gap: 4px;
|
|
1368
1374
|
box-sizing: border-box;
|