pinokiod 3.186.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
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;
|
|
@@ -437,7 +437,9 @@ body.dark .appcanvas > aside .header-item.btn:not(.selected) {
|
|
|
437
437
|
}
|
|
438
438
|
|
|
439
439
|
body.dark .appcanvas > aside .header-item.selected {
|
|
440
|
+
background: #242526 !important;
|
|
440
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;
|
|
441
443
|
}
|
|
442
444
|
.appcanvas > aside .header-item.selected {
|
|
443
445
|
/*
|
|
@@ -448,7 +450,7 @@ body.dark .appcanvas > aside .header-item.selected {
|
|
|
448
450
|
border-color: var(--sidebar-tab-outline);
|
|
449
451
|
*/
|
|
450
452
|
box-shadow: 0 4px 12px var(--pinokio-sidebar-tab-shadow);
|
|
451
|
-
background:
|
|
453
|
+
background: white !important;
|
|
452
454
|
border-bottom: none;
|
|
453
455
|
z-index: 1;
|
|
454
456
|
}
|
|
@@ -751,7 +753,7 @@ body.dark .header-item.cursor {
|
|
|
751
753
|
cursor: pointer;
|
|
752
754
|
}
|
|
753
755
|
body .frame-link.selected {
|
|
754
|
-
background:
|
|
756
|
+
background: white !important;
|
|
755
757
|
}
|
|
756
758
|
.frame-link.selected .del {
|
|
757
759
|
color: white;
|
|
@@ -1362,11 +1364,11 @@ body.dark .top-menu .btn2.selected {
|
|
|
1362
1364
|
|
|
1363
1365
|
body.dark #fs-status {
|
|
1364
1366
|
border: none;
|
|
1365
|
-
background:
|
|
1367
|
+
background: #242526 !important;
|
|
1366
1368
|
}
|
|
1367
1369
|
#fs-status {
|
|
1368
1370
|
padding: 5px;
|
|
1369
|
-
background:
|
|
1371
|
+
background: white !important;
|
|
1370
1372
|
margin-bottom: 1px;
|
|
1371
1373
|
gap: 4px;
|
|
1372
1374
|
box-sizing: border-box;
|