lexgui 0.5.2 → 0.5.3
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/build/components/audio.js +7 -7
- package/build/components/timeline.js +2 -2
- package/build/lexgui.css +387 -519
- package/build/lexgui.js +141 -102
- package/build/lexgui.min.css +4 -3
- package/build/lexgui.min.js +1 -1
- package/build/lexgui.module.js +141 -102
- package/build/lexgui.module.min.js +1 -1
- package/build/utilities.css +215 -0
- package/changelog.md +15 -1
- package/demo.js +94 -39
- package/examples/all_widgets.html +368 -0
- package/examples/area_tabs.html +94 -86
- package/examples/asset_view.html +183 -180
- package/examples/code_editor.html +62 -61
- package/examples/dialogs.html +97 -94
- package/examples/immediate_ui.html +44 -42
- package/examples/index.html +4 -7
- package/examples/node_graph.html +39 -36
- package/examples/previews/all_widgets.png +0 -0
- package/examples/side_bar.html +93 -90
- package/examples/timeline.html +4 -4
- package/examples/video_editor.html +38 -35
- package/examples/video_editor2.html +84 -79
- package/package.json +1 -1
package/build/lexgui.css
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/* clean-css ignore:start */
|
|
2
|
+
@import url("utilities.css");
|
|
2
3
|
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');
|
|
3
4
|
@font-face {
|
|
4
|
-
font-family: "
|
|
5
|
-
src: url("https://raw.githubusercontent.com/jxarco/lexgui.js/master/data/
|
|
5
|
+
font-family: "GeistSans";
|
|
6
|
+
src: url("https://raw.githubusercontent.com/jxarco/lexgui.js/master/data/GeistSans.ttf");
|
|
6
7
|
}
|
|
7
8
|
/* clean-css ignore:end */
|
|
8
9
|
|
|
@@ -10,8 +11,8 @@
|
|
|
10
11
|
/* default color scheme */
|
|
11
12
|
color-scheme: dark;
|
|
12
13
|
|
|
13
|
-
--global-font: "
|
|
14
|
-
--global-title-font: "
|
|
14
|
+
--global-font: "GeistSans", sans-serif;
|
|
15
|
+
--global-title-font: "GeistSans", sans-serif;
|
|
15
16
|
--global-font-size-xs: 0.625rem; /* 10px */
|
|
16
17
|
--global-font-size-sm: 0.75rem; /* 12px */
|
|
17
18
|
--global-font-size: 0.875rem; /* 14px */
|
|
@@ -19,24 +20,21 @@
|
|
|
19
20
|
--global-font-size-xl: 1.125rem; /* 18px */
|
|
20
21
|
--global-font-size-xxl: 1.375rem; /* 22px */
|
|
21
22
|
|
|
22
|
-
--global-color-primary: light-dark(#
|
|
23
|
-
--global-color-secondary: light-dark(#
|
|
24
|
-
--global-color-tertiary: light-dark(#
|
|
25
|
-
--global-color-quaternary: light-dark(#
|
|
26
|
-
--global-color-quinary: light-dark(#
|
|
27
|
-
|
|
28
|
-
--global-
|
|
29
|
-
--global-
|
|
30
|
-
--global-selected-dark: #304b86;
|
|
31
|
-
--global-color-accent: #ec5377;
|
|
23
|
+
--global-color-primary: light-dark(#ffffff, #0b0b0c); /* Near White / Near Black */
|
|
24
|
+
--global-color-secondary: light-dark(#f4f4f5, #1c1c1d); /* Very Light Gray / Very Dark Gray */
|
|
25
|
+
--global-color-tertiary: light-dark(#e6e6e8, #2e2e2f); /* Soft Gray / Deep Gray */
|
|
26
|
+
--global-color-quaternary: light-dark(#cfcfd2, #363637); /* Muted Gray / Medium Dark */
|
|
27
|
+
--global-color-quinary: light-dark(#b5b5b8, #4e4e4f); /* Gentle Gray / Soft Dark Gray */
|
|
28
|
+
--global-color-accent: #2d69da;
|
|
29
|
+
--global-color-accent-light: #0d99ff;
|
|
30
|
+
--global-color-accent-dark: #304b86;
|
|
32
31
|
--global-color-warning: #ffc107;
|
|
33
32
|
--global-color-error: #f54c4c;
|
|
34
|
-
--global-button-color: light-dark(#f9f9f9, #363636);
|
|
35
33
|
--global-text-primary: light-dark(#0d0d0e, #f0efef);
|
|
36
34
|
--global-text-secondary: light-dark(#262627, #d1d1d3);
|
|
37
35
|
--global-text-tertiary: light-dark(#3c3c3df5, #aaaaaa);
|
|
38
36
|
--global-text-quaternary: light-dark(#515152f5, #807f7f);
|
|
39
|
-
--global-intense-background: light-dark(#fefefe, #
|
|
37
|
+
--global-intense-background: light-dark(#fefefe, #030304);
|
|
40
38
|
--global-medium-background: #252525;
|
|
41
39
|
--global-blur-background: light-dark(#f7f7f7d8, #1f1f1fe7);
|
|
42
40
|
--global-color-transparent: #00000000;
|
|
@@ -155,13 +153,6 @@
|
|
|
155
153
|
}
|
|
156
154
|
}
|
|
157
155
|
|
|
158
|
-
/* Some global colors */
|
|
159
|
-
|
|
160
|
-
.orange { color: orange }
|
|
161
|
-
.gray { color: gray }
|
|
162
|
-
.dodgerblue { color: dodgerblue }
|
|
163
|
-
.lightblue { color: #5aa8f7 }
|
|
164
|
-
|
|
165
156
|
::-webkit-scrollbar {
|
|
166
157
|
height: 3px;
|
|
167
158
|
width: 4px;
|
|
@@ -193,6 +184,12 @@ body {
|
|
|
193
184
|
font-family: var(--global-font);
|
|
194
185
|
}
|
|
195
186
|
|
|
187
|
+
*,
|
|
188
|
+
*::before,
|
|
189
|
+
*::after {
|
|
190
|
+
box-sizing: border-box;
|
|
191
|
+
}
|
|
192
|
+
|
|
196
193
|
:root[data-strictVP="false"] {
|
|
197
194
|
overflow-y: auto;
|
|
198
195
|
}
|
|
@@ -202,7 +199,7 @@ blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
|
|
|
202
199
|
}
|
|
203
200
|
|
|
204
201
|
a:any-link {
|
|
205
|
-
color: var(--global-
|
|
202
|
+
color: var(--global-color-accent-light);
|
|
206
203
|
}
|
|
207
204
|
|
|
208
205
|
canvas {
|
|
@@ -284,15 +281,6 @@ body.noevents * {
|
|
|
284
281
|
cursor: move;
|
|
285
282
|
}
|
|
286
283
|
|
|
287
|
-
.hidden {
|
|
288
|
-
display: none !important;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
.sticky {
|
|
292
|
-
position: sticky;
|
|
293
|
-
top: 0;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
284
|
.hidden-opacity {
|
|
297
285
|
opacity: 0 !important;
|
|
298
286
|
pointer-events: none;
|
|
@@ -304,6 +292,13 @@ body.noevents * {
|
|
|
304
292
|
text-overflow: ellipsis;
|
|
305
293
|
}
|
|
306
294
|
|
|
295
|
+
/* Some global colors */
|
|
296
|
+
|
|
297
|
+
.orange { color: orange }
|
|
298
|
+
.gray { color: gray }
|
|
299
|
+
.dodgerblue { color: dodgerblue }
|
|
300
|
+
.lightblue { color: #5aa8f7 }
|
|
301
|
+
|
|
307
302
|
svg.xs { width: var(--svg-size-xs); height: var(--svg-size-xs); }
|
|
308
303
|
svg.sm { width: var(--svg-size-sm); height: var(--svg-size-sm); }
|
|
309
304
|
svg.lg { width: var(--svg-size-lg); height: var(--svg-size-lg); }
|
|
@@ -330,7 +325,9 @@ svg.xxl { width: var(--svg-size-xxl); height: var(--svg-size-xxl); }
|
|
|
330
325
|
top: 0;
|
|
331
326
|
bottom: 0;
|
|
332
327
|
width: 100%;
|
|
333
|
-
height:
|
|
328
|
+
min-height: 100vh;
|
|
329
|
+
display: flex;
|
|
330
|
+
flex-direction: column;
|
|
334
331
|
position: absolute;
|
|
335
332
|
outline: none;
|
|
336
333
|
}
|
|
@@ -367,7 +364,7 @@ svg.xxl { width: var(--svg-size-xxl); height: var(--svg-size-xxl); }
|
|
|
367
364
|
}
|
|
368
365
|
|
|
369
366
|
.lexicon.triggered {
|
|
370
|
-
background-color: var(--global-
|
|
367
|
+
background-color: var(--global-color-secondary);
|
|
371
368
|
}
|
|
372
369
|
|
|
373
370
|
svg, svg path {
|
|
@@ -413,7 +410,7 @@ a svg, svg path {
|
|
|
413
410
|
display: flex;
|
|
414
411
|
flex-direction: row;
|
|
415
412
|
position: relative;
|
|
416
|
-
width:
|
|
413
|
+
width: 100%;
|
|
417
414
|
background-color: var(--global-intense-background);
|
|
418
415
|
border: 1px solid var(--global-color-tertiary);
|
|
419
416
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
|
|
@@ -529,7 +526,7 @@ a svg, svg path {
|
|
|
529
526
|
|
|
530
527
|
.commandbar .gs-header {
|
|
531
528
|
width: 100%;
|
|
532
|
-
height:
|
|
529
|
+
height: 44px;
|
|
533
530
|
display: flex;
|
|
534
531
|
padding: 6px;
|
|
535
532
|
}
|
|
@@ -586,7 +583,7 @@ a svg, svg path {
|
|
|
586
583
|
padding: 0px;
|
|
587
584
|
margin-left: -28px;
|
|
588
585
|
margin-top: 2px;
|
|
589
|
-
color: var(--global-
|
|
586
|
+
color: var(--global-color-accent-light);
|
|
590
587
|
float: left;
|
|
591
588
|
}
|
|
592
589
|
|
|
@@ -616,25 +613,20 @@ a svg, svg path {
|
|
|
616
613
|
}
|
|
617
614
|
|
|
618
615
|
.commandbar .searchitembox .searchitem.hovered {
|
|
619
|
-
background-color: var(--global-
|
|
616
|
+
background-color: var(--global-color-accent);
|
|
620
617
|
color: #f5f5f5;
|
|
621
618
|
}
|
|
622
619
|
|
|
623
620
|
/* Footer */
|
|
624
621
|
|
|
625
622
|
.lexfooter {
|
|
626
|
-
min-height: 96px;
|
|
627
623
|
background-color: var(--global-color-primary);
|
|
628
|
-
padding:
|
|
624
|
+
padding: 0.5rem;
|
|
629
625
|
width: 100%;
|
|
630
626
|
font-size: var(--global-font-size);
|
|
631
627
|
line-height: 1.25rem;
|
|
632
628
|
}
|
|
633
629
|
|
|
634
|
-
.lexfooter .wrapper {
|
|
635
|
-
width: calc(100% - 30px);
|
|
636
|
-
}
|
|
637
|
-
|
|
638
630
|
.lexfooter .columns {
|
|
639
631
|
display: grid;
|
|
640
632
|
text-align: center;
|
|
@@ -650,11 +642,13 @@ a svg, svg path {
|
|
|
650
642
|
.lexfooter h2 {
|
|
651
643
|
margin-block-start: 0.83em;
|
|
652
644
|
margin-block-end: 0.83em;
|
|
645
|
+
font-weight: 600;
|
|
653
646
|
}
|
|
654
647
|
|
|
655
648
|
.lexfooter ul li {
|
|
656
649
|
margin-bottom: 8px;
|
|
657
|
-
font-size: var(--global-font-size
|
|
650
|
+
font-size: var(--global-font-size);
|
|
651
|
+
color: var(--global-text-secondary);
|
|
658
652
|
}
|
|
659
653
|
|
|
660
654
|
.lexfooter a {
|
|
@@ -664,6 +658,7 @@ a svg, svg path {
|
|
|
664
658
|
}
|
|
665
659
|
|
|
666
660
|
.lexfooter .credits-and-socials {
|
|
661
|
+
color: var(--global-text-secondary);
|
|
667
662
|
display: grid;
|
|
668
663
|
align-items: center;
|
|
669
664
|
grid-template-columns: 1fr 1fr;
|
|
@@ -711,12 +706,12 @@ a svg, svg path {
|
|
|
711
706
|
}
|
|
712
707
|
|
|
713
708
|
.lexfooter a:hover {
|
|
714
|
-
color: var(--global-
|
|
709
|
+
color: var(--global-color-accent-light);
|
|
715
710
|
}
|
|
716
711
|
|
|
717
712
|
.lexfooter svg:hover {
|
|
718
|
-
fill: var(--global-
|
|
719
|
-
stroke: var(--global-
|
|
713
|
+
fill: var(--global-color-accent-light);
|
|
714
|
+
stroke: var(--global-color-accent-light);
|
|
720
715
|
}
|
|
721
716
|
|
|
722
717
|
.lexfooter hr {
|
|
@@ -747,17 +742,17 @@ a svg, svg path {
|
|
|
747
742
|
}
|
|
748
743
|
|
|
749
744
|
.lexdialogtitle {
|
|
750
|
-
|
|
745
|
+
width: 100%;
|
|
751
746
|
font-family: var(--global-title-font);
|
|
752
747
|
font-weight: 600;
|
|
753
748
|
font-size: var(--global-font-size-xl);
|
|
754
749
|
color: var(--global-text-secondary);
|
|
755
750
|
text-shadow: 0px 1px 6px #22222283;
|
|
756
|
-
width: calc(100% - 24px);
|
|
757
751
|
padding: 12px;
|
|
758
752
|
padding-left: 16px;
|
|
759
753
|
border-top-left-radius: 8px;
|
|
760
754
|
border-top-right-radius: 8px;
|
|
755
|
+
outline: none;
|
|
761
756
|
display: flex;
|
|
762
757
|
justify-content: space-between;
|
|
763
758
|
-webkit-user-select: none;
|
|
@@ -768,6 +763,7 @@ a svg, svg path {
|
|
|
768
763
|
}
|
|
769
764
|
|
|
770
765
|
.lexdialogcontent {
|
|
766
|
+
width: 100%;
|
|
771
767
|
padding: 15px;
|
|
772
768
|
word-break: break-all;
|
|
773
769
|
color: var(--global-text-primary);
|
|
@@ -814,7 +810,6 @@ a svg, svg path {
|
|
|
814
810
|
|
|
815
811
|
.lexdialog.prompt textarea {
|
|
816
812
|
color: var(--global-text-secondary);
|
|
817
|
-
font-weight: normal;
|
|
818
813
|
}
|
|
819
814
|
|
|
820
815
|
/* Pocket Dialog */
|
|
@@ -828,7 +823,7 @@ a svg, svg path {
|
|
|
828
823
|
}
|
|
829
824
|
|
|
830
825
|
.lexdialog.pocket .lexdialogtitle {
|
|
831
|
-
width:
|
|
826
|
+
width: 100%;
|
|
832
827
|
font-size: var(--global-font-size-lg);
|
|
833
828
|
background: var(--global-intense-background);
|
|
834
829
|
}
|
|
@@ -966,6 +961,11 @@ a svg, svg path {
|
|
|
966
961
|
transform: scale(0.99);
|
|
967
962
|
}
|
|
968
963
|
|
|
964
|
+
.lexdropdownmenuitem .lexcheckbox {
|
|
965
|
+
width: 1.25em;
|
|
966
|
+
height: 1.25em;
|
|
967
|
+
}
|
|
968
|
+
|
|
969
969
|
.lexdropdownmenuitem a {
|
|
970
970
|
margin-left: auto;
|
|
971
971
|
margin-right: 4px;
|
|
@@ -1076,14 +1076,14 @@ a svg, svg path {
|
|
|
1076
1076
|
}
|
|
1077
1077
|
|
|
1078
1078
|
.lexsplitbar.dragging-split-area {
|
|
1079
|
-
background-color:
|
|
1079
|
+
background-color: red;
|
|
1080
1080
|
}
|
|
1081
1081
|
|
|
1082
1082
|
/* Branches */
|
|
1083
1083
|
|
|
1084
1084
|
.lexpanel {
|
|
1085
1085
|
margin: 0;
|
|
1086
|
-
|
|
1086
|
+
padding: 4px;
|
|
1087
1087
|
overflow: hidden;
|
|
1088
1088
|
overflow-y: scroll;
|
|
1089
1089
|
}
|
|
@@ -1093,6 +1093,7 @@ a svg, svg path {
|
|
|
1093
1093
|
}
|
|
1094
1094
|
|
|
1095
1095
|
.lexbranch {
|
|
1096
|
+
width: 100%;
|
|
1096
1097
|
border-radius: 6px;
|
|
1097
1098
|
margin-bottom: 4px !important;
|
|
1098
1099
|
}
|
|
@@ -1111,8 +1112,8 @@ a svg, svg path {
|
|
|
1111
1112
|
|
|
1112
1113
|
.lexbranchtitle {
|
|
1113
1114
|
font-family: var(--global-title-font);
|
|
1114
|
-
font-weight: 600;
|
|
1115
1115
|
font-size: var(--global-font-size-lg);
|
|
1116
|
+
font-weight: 500;
|
|
1116
1117
|
color: var(--global-text-primary);
|
|
1117
1118
|
background-color: var(--global-color-secondary);
|
|
1118
1119
|
text-shadow: 0px 1px 6px #42424260;
|
|
@@ -1164,7 +1165,7 @@ a svg, svg path {
|
|
|
1164
1165
|
}
|
|
1165
1166
|
|
|
1166
1167
|
.lexbranchtitle.wtabs span.selected {
|
|
1167
|
-
border-top: 2px solid var(--global-
|
|
1168
|
+
border-top: 2px solid var(--global-color-accent-light);
|
|
1168
1169
|
background-color: var(--global-color-secondary);
|
|
1169
1170
|
color: var(--global-text-primary);
|
|
1170
1171
|
text-shadow: 0px 1px 2px #000;
|
|
@@ -1223,11 +1224,6 @@ a svg, svg path {
|
|
|
1223
1224
|
font-size: var(--global-font-size);
|
|
1224
1225
|
}
|
|
1225
1226
|
|
|
1226
|
-
.lexinlinewidgets .lexwidget {
|
|
1227
|
-
padding-left: 10px;
|
|
1228
|
-
padding-right: 10px;
|
|
1229
|
-
}
|
|
1230
|
-
|
|
1231
1227
|
.lexinlinewidgets .lexwidgetname.float-center {
|
|
1232
1228
|
justify-content: center;
|
|
1233
1229
|
}
|
|
@@ -1239,10 +1235,6 @@ a svg, svg path {
|
|
|
1239
1235
|
transform: translateX(-1em);
|
|
1240
1236
|
}
|
|
1241
1237
|
|
|
1242
|
-
.lexwidget.nobranch {
|
|
1243
|
-
width: calc(100% - 10px);
|
|
1244
|
-
}
|
|
1245
|
-
|
|
1246
1238
|
.lexwidget.auto {
|
|
1247
1239
|
width: unset !important;
|
|
1248
1240
|
}
|
|
@@ -1269,7 +1261,6 @@ a svg, svg path {
|
|
|
1269
1261
|
|
|
1270
1262
|
.lexinlinewidgets {
|
|
1271
1263
|
display: flex;
|
|
1272
|
-
gap: 0.1rem;
|
|
1273
1264
|
}
|
|
1274
1265
|
|
|
1275
1266
|
.lexwidgetseparator div {
|
|
@@ -1304,23 +1295,73 @@ a svg, svg path {
|
|
|
1304
1295
|
padding-inline: 0.4rem;
|
|
1305
1296
|
}
|
|
1306
1297
|
|
|
1298
|
+
.lexwidget .inputicon {
|
|
1299
|
+
padding: 6px;
|
|
1300
|
+
font-size: var(--global-font-size-sm);
|
|
1301
|
+
align-self: center;
|
|
1302
|
+
text-align: center;
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
.lexseparator {
|
|
1306
|
+
border-top: 1px solid var(--global-color-secondary);
|
|
1307
|
+
border-bottom: 1px solid var(--global-color-tertiary);
|
|
1308
|
+
margin: 5px 0 5px 0px;
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
.lexbranch .lexseparator {
|
|
1312
|
+
border-top: 1px solid var(--global-color-primary);
|
|
1313
|
+
border-bottom: 1px solid var(--global-color-tertiary);
|
|
1314
|
+
width: -moz-calc(100% - 8px);
|
|
1315
|
+
width: -webkit-calc(100% - 8px);
|
|
1316
|
+
width: calc(100% - 8px);
|
|
1317
|
+
margin: 5px 0 5px 4px;
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
:root[data-theme="light"] .lexbranch .lexseparator {
|
|
1321
|
+
border-top: 1px solid #e7e7e7;
|
|
1322
|
+
border-bottom: 1px solid #c1c1c1;
|
|
1323
|
+
}
|
|
1324
|
+
|
|
1307
1325
|
.lexwidget input:not(.lexcheckbox, .lextoggle, .lexrangeslider) {
|
|
1308
1326
|
font-family: var(--global-font);
|
|
1309
|
-
|
|
1310
|
-
padding: 3px;
|
|
1327
|
+
padding: 4px;
|
|
1311
1328
|
color: var(--global-text-primary);
|
|
1312
|
-
|
|
1329
|
+
background-color: var(--global-color-tertiary);
|
|
1313
1330
|
outline: none;
|
|
1314
1331
|
border-radius: 6px;
|
|
1315
|
-
border:
|
|
1316
|
-
transition: background-color
|
|
1332
|
+
border: 1px solid var(--global-color-transparent);
|
|
1333
|
+
transition-property: color, background-color, border-color;
|
|
1334
|
+
transition-timing-function: ease-out;
|
|
1335
|
+
transition-duration: .15s;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
.lexwidget input:not(.lexcheckbox, .lextoggle, .lexrangeslider):hover {
|
|
1339
|
+
background-color: color-mix(in srgb, var(--global-color-tertiary), #000 7%);
|
|
1317
1340
|
}
|
|
1318
1341
|
|
|
1319
|
-
.lexwidget .
|
|
1342
|
+
.lexwidget input.colorinput {
|
|
1343
|
+
border: none;
|
|
1344
|
+
margin-left: -4px;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
.lexwidget input:disabled:not(.lextoggle) {
|
|
1348
|
+
outline: none;
|
|
1349
|
+
border: none;
|
|
1350
|
+
color: var(--global-text-tertiary);
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
/* Text Widget */
|
|
1354
|
+
|
|
1355
|
+
.lexwidget input.lextext, .lexwidget div.lextext {
|
|
1320
1356
|
border-radius: 6px;
|
|
1321
1357
|
position: relative;
|
|
1322
|
-
transition: border 0.2s linear;
|
|
1323
1358
|
border: 1px solid transparent;
|
|
1359
|
+
padding: 4px 12px !important;
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
.lexwidget .lextext:disabled {
|
|
1363
|
+
background-color: var(--global-color-tertiary);
|
|
1364
|
+
color: var(--global-text-tertiary);
|
|
1324
1365
|
}
|
|
1325
1366
|
|
|
1326
1367
|
.lexwidget .lextext.formlabel {
|
|
@@ -1328,48 +1369,36 @@ a svg, svg path {
|
|
|
1328
1369
|
margin-bottom: -12px;
|
|
1329
1370
|
}
|
|
1330
1371
|
|
|
1331
|
-
.lexwidget .lextext:not(:has(div)) {
|
|
1332
|
-
background-color: var(--global-button-color);
|
|
1333
|
-
}
|
|
1334
|
-
|
|
1335
1372
|
.lexwidget .lextext.outline {
|
|
1336
1373
|
background: var(--global-color-primary);
|
|
1337
1374
|
border: 1px solid #7a797c4f;
|
|
1338
1375
|
}
|
|
1339
1376
|
|
|
1377
|
+
.lexwidget .lextext.nobg {
|
|
1378
|
+
background: none;
|
|
1379
|
+
border: 1px solid transparent;
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1340
1382
|
.lexwidget .lextext.dashed {
|
|
1341
1383
|
background: var(--global-color-primary);
|
|
1342
1384
|
border: 1px dashed #7a797c4f;
|
|
1343
1385
|
}
|
|
1344
1386
|
|
|
1345
|
-
.lexwidget
|
|
1346
|
-
background-color: color-mix(in srgb, var(--global-button-color), #000 7%);
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
.lexwidget .lextext.outline input:hover {
|
|
1387
|
+
.lexwidget .lextext.outline:hover, .lexwidget .lextext.nobg:hover {
|
|
1350
1388
|
background: none;
|
|
1351
1389
|
}
|
|
1352
1390
|
|
|
1353
|
-
.lexwidget .lextext
|
|
1354
|
-
|
|
1355
|
-
}
|
|
1356
|
-
|
|
1357
|
-
.lexwidget .lextext input:focus {
|
|
1358
|
-
border: 2px solid var(--global-selected);
|
|
1359
|
-
}
|
|
1360
|
-
|
|
1361
|
-
.lexwidget .lextext input:invalid:focus {
|
|
1362
|
-
border: 2px solid var(--global-color-error);
|
|
1391
|
+
.lexwidget .lextext:focus {
|
|
1392
|
+
border: 1px solid var(--global-text-quaternary);
|
|
1363
1393
|
}
|
|
1364
1394
|
|
|
1365
|
-
.lexwidget .lextext
|
|
1366
|
-
|
|
1367
|
-
padding-left: 6px;
|
|
1395
|
+
.lexwidget .lextext:invalid:focus {
|
|
1396
|
+
border: 1px solid var(--global-color-error);
|
|
1368
1397
|
}
|
|
1369
1398
|
|
|
1370
1399
|
.lexwidget .lextext.lexwarning div {
|
|
1371
1400
|
color: var(--global-color-warning);
|
|
1372
|
-
font-weight:
|
|
1401
|
+
font-weight: 600;
|
|
1373
1402
|
}
|
|
1374
1403
|
|
|
1375
1404
|
.lexwidget .lextext.lexwarning i {
|
|
@@ -1377,12 +1406,7 @@ a svg, svg path {
|
|
|
1377
1406
|
margin-right: 16px;
|
|
1378
1407
|
}
|
|
1379
1408
|
|
|
1380
|
-
|
|
1381
|
-
padding: 6px;
|
|
1382
|
-
font-size: var(--global-font-size-sm);
|
|
1383
|
-
align-self: center;
|
|
1384
|
-
text-align: center;
|
|
1385
|
-
}
|
|
1409
|
+
/* TextArea Widget */
|
|
1386
1410
|
|
|
1387
1411
|
.lexwidget textarea {
|
|
1388
1412
|
word-break: break-word;
|
|
@@ -1390,10 +1414,9 @@ a svg, svg path {
|
|
|
1390
1414
|
background: none;
|
|
1391
1415
|
padding: 5px;
|
|
1392
1416
|
color: var(--global-text-primary);
|
|
1393
|
-
font-weight: 600;
|
|
1394
1417
|
outline: none;
|
|
1395
1418
|
border-radius: 6px;
|
|
1396
|
-
border:
|
|
1419
|
+
border: 1px solid var(--global-color-transparent);
|
|
1397
1420
|
transition: 0.1s linear;
|
|
1398
1421
|
}
|
|
1399
1422
|
|
|
@@ -1402,42 +1425,10 @@ a svg, svg path {
|
|
|
1402
1425
|
}
|
|
1403
1426
|
|
|
1404
1427
|
.lexwidget textarea:focus {
|
|
1405
|
-
border:
|
|
1428
|
+
border: 1px solid var(--global-text-quaternary);
|
|
1406
1429
|
}
|
|
1407
1430
|
|
|
1408
|
-
|
|
1409
|
-
border: none;
|
|
1410
|
-
margin-left: -4px;
|
|
1411
|
-
}
|
|
1412
|
-
|
|
1413
|
-
.lexwidget input:disabled:not(.lextoggle) {
|
|
1414
|
-
outline: none;
|
|
1415
|
-
border: none;
|
|
1416
|
-
color: var(--global-text-tertiary);
|
|
1417
|
-
}
|
|
1418
|
-
|
|
1419
|
-
.lexseparator {
|
|
1420
|
-
border-bottom: 1px solid var(--global-button-color);
|
|
1421
|
-
margin: 5px 0 5px 10px;
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
.lexbranch .lexseparator {
|
|
1425
|
-
border-top: 1px solid #252525;
|
|
1426
|
-
border-bottom: 1px solid rgb(87, 86, 86);
|
|
1427
|
-
width: -moz-calc(100% - 8px);
|
|
1428
|
-
width: -webkit-calc(100% - 8px);
|
|
1429
|
-
width: calc(100% - 8px);
|
|
1430
|
-
margin: 5px 0 5px 4px;
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
:root[data-theme="light"] .lexwidget .lextext {
|
|
1434
|
-
border: 1px solid var(--global-color-tertiary);
|
|
1435
|
-
}
|
|
1436
|
-
|
|
1437
|
-
:root[data-theme="light"] .lexbranch .lexseparator {
|
|
1438
|
-
border-top: 1px solid #e7e7e7;
|
|
1439
|
-
border-bottom: 1px solid #c1c1c1;
|
|
1440
|
-
}
|
|
1431
|
+
/* Title Widget */
|
|
1441
1432
|
|
|
1442
1433
|
.lextitle {
|
|
1443
1434
|
width: fit-content;
|
|
@@ -1453,7 +1444,7 @@ a svg, svg path {
|
|
|
1453
1444
|
display: grid;
|
|
1454
1445
|
align-content: center;
|
|
1455
1446
|
border-radius: 12px;
|
|
1456
|
-
background-color: var(--global-
|
|
1447
|
+
background-color: var(--global-color-tertiary);
|
|
1457
1448
|
display: flex;
|
|
1458
1449
|
-webkit-user-select: none;
|
|
1459
1450
|
-moz-user-select: none;
|
|
@@ -1463,14 +1454,14 @@ a svg, svg path {
|
|
|
1463
1454
|
|
|
1464
1455
|
.lexinlinewidgets .lextitle {
|
|
1465
1456
|
margin: 8px;
|
|
1466
|
-
height:
|
|
1457
|
+
height: 24px;
|
|
1467
1458
|
flex: none;
|
|
1468
1459
|
}
|
|
1469
1460
|
|
|
1470
1461
|
.lextitle a {
|
|
1471
1462
|
margin-top: 0.3em;
|
|
1472
1463
|
margin-right: 0.7em;
|
|
1473
|
-
color: var(--global-
|
|
1464
|
+
color: var(--global-color-accent-light);
|
|
1474
1465
|
font-size: var(--global-font-size-sm);
|
|
1475
1466
|
}
|
|
1476
1467
|
|
|
@@ -1481,7 +1472,7 @@ a svg, svg path {
|
|
|
1481
1472
|
}
|
|
1482
1473
|
|
|
1483
1474
|
.lextitle.link:hover {
|
|
1484
|
-
color:
|
|
1475
|
+
color: var(--global-color-accent-light);
|
|
1485
1476
|
transform: scale(1.02);
|
|
1486
1477
|
}
|
|
1487
1478
|
|
|
@@ -1489,123 +1480,96 @@ a svg, svg path {
|
|
|
1489
1480
|
/* Buttons */
|
|
1490
1481
|
|
|
1491
1482
|
.lexbutton {
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
--button-color: var(--global-button-color);
|
|
1483
|
+
--button-color: var(--global-color-tertiary);
|
|
1484
|
+
--border-color: var(--global-color-quinary);
|
|
1495
1485
|
background-color: var(--button-color);
|
|
1496
|
-
border-radius: 6px;
|
|
1497
1486
|
border: 1px solid transparent;
|
|
1487
|
+
border-radius: 6px;
|
|
1498
1488
|
min-height: 22px !important;
|
|
1489
|
+
align-content: center;
|
|
1499
1490
|
color: var(--global-text-primary);
|
|
1500
|
-
font-weight: 500;
|
|
1501
1491
|
outline: none;
|
|
1502
1492
|
white-space: nowrap;
|
|
1503
1493
|
overflow: hidden;
|
|
1504
1494
|
cursor: pointer;
|
|
1505
1495
|
font-family: var(--global-font);
|
|
1496
|
+
font-weight: 500;
|
|
1497
|
+
display: grid;
|
|
1506
1498
|
transition: 0.1s linear;
|
|
1507
1499
|
padding: 0.35rem;
|
|
1508
1500
|
}
|
|
1509
1501
|
|
|
1510
|
-
:root[data-theme="light"] .lexbutton {
|
|
1511
|
-
--button-color: var(--global-button-color);
|
|
1512
|
-
border: 1px solid var(--global-color-tertiary);
|
|
1513
|
-
}
|
|
1514
|
-
|
|
1515
|
-
:root[data-theme="light"] .lexbutton.selected {
|
|
1516
|
-
background: #3c4145;
|
|
1517
|
-
color: #DDD;
|
|
1518
|
-
}
|
|
1519
|
-
|
|
1520
1502
|
/* Colors */
|
|
1521
|
-
.lexbutton.primary { --button-color: var(--global-
|
|
1522
|
-
.lexbutton.secondary { --button-color: var(--global-
|
|
1523
|
-
.lexbutton.accent { --button-color: var(--global-color-accent)
|
|
1524
|
-
.lexbutton.contrast { --button-color: var(--global-text-primary)
|
|
1525
|
-
.lexbutton.warning { --button-color: var(--global-color-warning)
|
|
1526
|
-
.lexbutton.error { --button-color: var(--global-color-error)
|
|
1503
|
+
.lexbutton.primary { --button-color: var(--global-color-primary); --border-color: var(--global-color-quaternary); color: var(--global-text-primary); }
|
|
1504
|
+
.lexbutton.secondary { --button-color: var(--global-color-secondary); --border-color: var(--global-color-quaternary); color: var(--global-text-primary); }
|
|
1505
|
+
.lexbutton.accent { --button-color: var(--global-color-accent); --border-color: var(--global-color-quaternary); color: #fefefe; }
|
|
1506
|
+
.lexbutton.contrast { --button-color: var(--global-text-primary); --border-color: var(--global-color-quaternary); color: var(--global-color-primary); }
|
|
1507
|
+
.lexbutton.warning { --button-color: var(--global-color-warning); --border-color: #793205; color: var(--border-color); }
|
|
1508
|
+
.lexbutton.error { --button-color: var(--global-color-error); --border-color: #52020d; color: var(--border-color); }
|
|
1509
|
+
|
|
1527
1510
|
/* Few Sizes */
|
|
1528
|
-
.lexbutton.xs { width:
|
|
1529
|
-
.lexbutton.sm { width:
|
|
1530
|
-
/* Styles */
|
|
1531
|
-
.lexbutton.outline { box-shadow: none; color: var(--global-text-primary) !important; background-color: var(--global-color-primary) !important; border: 1px solid var(--button-color) !important; }
|
|
1532
|
-
.lexbutton.dashed { box-shadow: none; color: var(--global-text-primary) !important; background-color: var(--global-color-primary) !important; border: 1px dashed var(--button-color) !important; }
|
|
1511
|
+
.lexbutton.xs { width: 35%; margin: 0 auto; }
|
|
1512
|
+
.lexbutton.sm { width: 65%; margin: 0 auto; }
|
|
1533
1513
|
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1514
|
+
/* Styles */
|
|
1515
|
+
.lexbutton.outline {
|
|
1516
|
+
border-color: var(--border-color);
|
|
1537
1517
|
}
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
display: flex;
|
|
1542
|
-
flex-wrap: wrap;
|
|
1543
|
-
place-content: center;
|
|
1544
|
-
pointer-events: none;
|
|
1545
|
-
gap: 0.4rem;
|
|
1518
|
+
.lexbutton.dashed {
|
|
1519
|
+
border-style: dashed;
|
|
1520
|
+
border-color: var(--border-color);
|
|
1546
1521
|
}
|
|
1547
1522
|
|
|
1548
|
-
.lexbutton
|
|
1549
|
-
|
|
1550
|
-
flex-wrap: nowrap;
|
|
1551
|
-
justify-content: center;
|
|
1552
|
-
gap: 0.4rem;
|
|
1523
|
+
.lexbutton:hover {
|
|
1524
|
+
background-color: color-mix(in srgb, var(--button-color), #000 9%) !important;
|
|
1553
1525
|
}
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
padding: 11px 10px;
|
|
1557
|
-
padding-bottom: 14px;
|
|
1558
|
-
float: right;
|
|
1559
|
-
align-items: center;
|
|
1560
|
-
margin-right: 4px;
|
|
1561
|
-
margin-top: 2px;
|
|
1526
|
+
:root[data-theme="light"] .lexbutton:hover {
|
|
1527
|
+
background-color: color-mix(in srgb, var(--button-color), #fff 18%) !important;
|
|
1562
1528
|
}
|
|
1563
1529
|
|
|
1564
|
-
.lexbutton
|
|
1565
|
-
|
|
1566
|
-
font-size: var(--global-font-size-sm);
|
|
1567
|
-
pointer-events: none;
|
|
1530
|
+
.lexbutton:active:not(.lexbutton.combo) {
|
|
1531
|
+
background-color: color-mix(in srgb, var(--button-color), #fff 4%) !important;
|
|
1568
1532
|
}
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
pointer-events: none;
|
|
1533
|
+
:root[data-theme="light"] .lexbutton:active:not(.lexbutton.combo) {
|
|
1534
|
+
background-color: color-mix(in srgb, var(--button-color), #000 4%) !important;
|
|
1572
1535
|
}
|
|
1573
1536
|
|
|
1574
|
-
.lexbutton
|
|
1575
|
-
|
|
1537
|
+
.lexbutton:disabled {
|
|
1538
|
+
color: var(--global-text-tertiary);
|
|
1576
1539
|
}
|
|
1577
1540
|
|
|
1578
|
-
.lexbutton.
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1541
|
+
.lexbutton.selected {
|
|
1542
|
+
--button-color: var(--global-color-accent);
|
|
1543
|
+
--border-color: var(--global-color-quaternary);
|
|
1544
|
+
color: #fefefe;
|
|
1582
1545
|
}
|
|
1583
1546
|
|
|
1584
|
-
.lexbutton
|
|
1585
|
-
|
|
1586
|
-
color: var(--global-text-primary);
|
|
1547
|
+
.lexbutton * {
|
|
1548
|
+
pointer-events: none;
|
|
1587
1549
|
}
|
|
1588
1550
|
|
|
1589
|
-
.lexbutton
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1551
|
+
.lexbutton span {
|
|
1552
|
+
align-items: center;
|
|
1553
|
+
display: flex;
|
|
1554
|
+
place-content: center;
|
|
1555
|
+
pointer-events: none;
|
|
1556
|
+
gap: 0.4rem;
|
|
1593
1557
|
}
|
|
1594
1558
|
|
|
1595
|
-
.lexbutton
|
|
1596
|
-
|
|
1559
|
+
.lexbutton.left span {
|
|
1560
|
+
place-content: start;
|
|
1597
1561
|
}
|
|
1598
1562
|
|
|
1599
|
-
.lexbutton.
|
|
1600
|
-
|
|
1601
|
-
|
|
1563
|
+
.lexbutton.array a {
|
|
1564
|
+
margin-right: 4px;
|
|
1565
|
+
margin-left: auto;
|
|
1602
1566
|
}
|
|
1603
1567
|
|
|
1604
1568
|
/* Combo Buttons */
|
|
1605
1569
|
|
|
1606
1570
|
.lexcombobuttons .lexcombobuttonsbox {
|
|
1607
1571
|
display: flex;
|
|
1608
|
-
background-color:
|
|
1572
|
+
background-color: var(--global-color-tertiary);
|
|
1609
1573
|
width: max-content;
|
|
1610
1574
|
justify-self: center;
|
|
1611
1575
|
padding: 3px;
|
|
@@ -1623,9 +1587,9 @@ a svg, svg path {
|
|
|
1623
1587
|
|
|
1624
1588
|
.lexcombobuttons .lexbutton.combo {
|
|
1625
1589
|
display: flex;
|
|
1626
|
-
padding: 0.
|
|
1590
|
+
padding: 0.45em 1.25em;
|
|
1627
1591
|
transition: 0.2s;
|
|
1628
|
-
|
|
1592
|
+
--button-color: var(--global-color-tertiary);
|
|
1629
1593
|
}
|
|
1630
1594
|
|
|
1631
1595
|
.lexcombobuttons .lexbutton.combo:hover {
|
|
@@ -1633,24 +1597,15 @@ a svg, svg path {
|
|
|
1633
1597
|
}
|
|
1634
1598
|
|
|
1635
1599
|
.lexcombobuttons .lexbutton.combo.selected {
|
|
1636
|
-
|
|
1637
|
-
outline: none;
|
|
1600
|
+
--button-color: var(--global-color-primary);
|
|
1638
1601
|
color: var(--global-text-primary);
|
|
1639
|
-
}
|
|
1640
|
-
|
|
1641
|
-
.lexcombobuttons .lexbutton.combo:active {
|
|
1642
1602
|
outline: none;
|
|
1643
|
-
color: #ccc;
|
|
1644
1603
|
}
|
|
1645
1604
|
|
|
1646
1605
|
.lexcombobuttons .lexbutton.combo span {
|
|
1647
1606
|
line-height: 18px;
|
|
1648
1607
|
}
|
|
1649
1608
|
|
|
1650
|
-
.lexcombobuttons .lexbutton.combo a {
|
|
1651
|
-
font-size: var(--global-font-size-sm);
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
1609
|
/* Select (Combobox) */
|
|
1655
1610
|
|
|
1656
1611
|
.lexselect {
|
|
@@ -1664,7 +1619,7 @@ a svg, svg path {
|
|
|
1664
1619
|
}
|
|
1665
1620
|
|
|
1666
1621
|
.lexselect .lexfilter {
|
|
1667
|
-
width:
|
|
1622
|
+
width: 100%;
|
|
1668
1623
|
padding: 2px 3px;
|
|
1669
1624
|
background-color: var(--global-color-primary);
|
|
1670
1625
|
border-bottom: 1px solid;
|
|
@@ -1701,16 +1656,14 @@ a svg, svg path {
|
|
|
1701
1656
|
|
|
1702
1657
|
.lexselect .lexselectoptions {
|
|
1703
1658
|
background-color: var(--global-color-primary);
|
|
1704
|
-
-webkit-backdrop-filter: blur(10px);
|
|
1705
|
-
backdrop-filter: blur(10px);
|
|
1706
1659
|
margin: 0;
|
|
1707
1660
|
padding: 0;
|
|
1708
1661
|
outline: none;
|
|
1709
1662
|
width: fit-content;
|
|
1710
|
-
max-height: -webkit-fill-available;
|
|
1663
|
+
/* max-height: -webkit-fill-available; */
|
|
1711
1664
|
position: fixed;
|
|
1712
1665
|
z-index: 10000;
|
|
1713
|
-
box-shadow: 0 0px
|
|
1666
|
+
box-shadow: 0 0px 4px rgba(0, 0, 0, 0.203);
|
|
1714
1667
|
border-radius: 6px;
|
|
1715
1668
|
border: 1px solid #7a797c4f;
|
|
1716
1669
|
overflow-y: auto;
|
|
@@ -1731,14 +1684,14 @@ dialog .lexselect .lexselectoptions {
|
|
|
1731
1684
|
}
|
|
1732
1685
|
|
|
1733
1686
|
.lexselect ul .lexselectinnerlist {
|
|
1734
|
-
width:
|
|
1687
|
+
width: 100%;
|
|
1735
1688
|
height: calc(100% - 25px);
|
|
1736
1689
|
padding: 0.3rem;
|
|
1737
1690
|
display: grid;
|
|
1738
1691
|
}
|
|
1739
1692
|
|
|
1740
1693
|
.lexselect .lexselectitem {
|
|
1741
|
-
width:
|
|
1694
|
+
width: 100%;
|
|
1742
1695
|
cursor: pointer;
|
|
1743
1696
|
color: var(--global-text-primary);
|
|
1744
1697
|
min-height: 20px;
|
|
@@ -1755,15 +1708,15 @@ dialog .lexselect .lexselectoptions {
|
|
|
1755
1708
|
}
|
|
1756
1709
|
|
|
1757
1710
|
.lexselect .lexselectlabel {
|
|
1758
|
-
width:
|
|
1759
|
-
color: var(--global-text-
|
|
1760
|
-
padding-inline: 0.
|
|
1711
|
+
width: 100%;
|
|
1712
|
+
color: var(--global-text-secondary);
|
|
1713
|
+
padding-inline: 0.6rem;
|
|
1761
1714
|
padding-block: 0.2rem;
|
|
1762
1715
|
min-height: 20px;
|
|
1763
1716
|
line-height: 22px;
|
|
1764
1717
|
align-content: center;
|
|
1765
1718
|
display: flow-root;
|
|
1766
|
-
font-weight:
|
|
1719
|
+
font-weight: 500;
|
|
1767
1720
|
}
|
|
1768
1721
|
|
|
1769
1722
|
.lexselect .lexselectitem.empty {
|
|
@@ -1785,11 +1738,12 @@ dialog .lexselect .lexselectoptions {
|
|
|
1785
1738
|
.lexselect .lexselectitem a {
|
|
1786
1739
|
display: none;
|
|
1787
1740
|
margin-left: auto;
|
|
1788
|
-
margin-right:
|
|
1741
|
+
margin-right: 0.25rem;
|
|
1742
|
+
padding-left: 1rem;
|
|
1789
1743
|
}
|
|
1790
1744
|
|
|
1791
1745
|
.lexselect .lexselectitem.selected {
|
|
1792
|
-
font-weight:
|
|
1746
|
+
font-weight: 600;
|
|
1793
1747
|
}
|
|
1794
1748
|
|
|
1795
1749
|
.lexselect .lexselectitem.selected a {
|
|
@@ -1797,8 +1751,8 @@ dialog .lexselect .lexselectoptions {
|
|
|
1797
1751
|
}
|
|
1798
1752
|
|
|
1799
1753
|
.lexselect img {
|
|
1800
|
-
max-height:
|
|
1801
|
-
margin-top:
|
|
1754
|
+
max-height: 4rem;
|
|
1755
|
+
margin-top: 0.5rem;
|
|
1802
1756
|
}
|
|
1803
1757
|
|
|
1804
1758
|
:root[data-theme="light"] .lexselect .lexfilter {
|
|
@@ -1810,15 +1764,10 @@ dialog .lexselect .lexselectoptions {
|
|
|
1810
1764
|
box-shadow: 0 0px 6px rgba(175, 175, 175, 0.788);
|
|
1811
1765
|
}
|
|
1812
1766
|
|
|
1813
|
-
:root[data-theme="light"] .lexselect .lexselectitem:hover {
|
|
1814
|
-
background-color: var(--global-selected-light);
|
|
1815
|
-
color: #fff;
|
|
1816
|
-
}
|
|
1817
|
-
|
|
1818
1767
|
/* Check box */
|
|
1819
1768
|
|
|
1820
1769
|
.lexcheckbox {
|
|
1821
|
-
--checkbox-bg-color: var(--global-
|
|
1770
|
+
--checkbox-bg-color: light-dark(var(--global-text-tertiary), var(--global-color-tertiary));
|
|
1822
1771
|
--checkbox-fg-color: #fff;
|
|
1823
1772
|
vertical-align: middle;
|
|
1824
1773
|
flex-shrink: 0;
|
|
@@ -1844,13 +1793,16 @@ dialog .lexselect .lexselectoptions {
|
|
|
1844
1793
|
}
|
|
1845
1794
|
|
|
1846
1795
|
/* Colors */
|
|
1847
|
-
.lexcheckbox.primary { --checkbox-bg-color: var(--global-
|
|
1848
|
-
.lexcheckbox.
|
|
1796
|
+
.lexcheckbox.primary { --checkbox-bg-color: var(--global-color-primary); }
|
|
1797
|
+
:root[data-theme="light"] .lexcheckbox.primary { --checkbox-fg-color: var(--global-text-primary); }
|
|
1798
|
+
.lexcheckbox.secondary { --checkbox-bg-color: var(--global-color-secondary); }
|
|
1799
|
+
:root[data-theme="light"] .lexcheckbox.secondary { --checkbox-fg-color: var(--global-text-tertiary); }
|
|
1849
1800
|
.lexcheckbox.accent { --checkbox-bg-color: var(--global-color-accent); }
|
|
1850
1801
|
.lexcheckbox.contrast { --checkbox-bg-color: var(--global-text-primary); --checkbox-fg-color: var(--global-color-primary); }
|
|
1851
1802
|
.lexcheckbox.warning { --checkbox-bg-color: var(--global-color-warning); }
|
|
1852
1803
|
.lexcheckbox.error { --checkbox-bg-color: var(--global-color-error); }
|
|
1853
1804
|
|
|
1805
|
+
|
|
1854
1806
|
.lexcheckbox:before {
|
|
1855
1807
|
content: "";
|
|
1856
1808
|
opacity: 0;
|
|
@@ -1869,7 +1821,7 @@ dialog .lexselect .lexselectoptions {
|
|
|
1869
1821
|
}
|
|
1870
1822
|
|
|
1871
1823
|
.lexcheckbox:checked:before, .lexcheckbox[aria-checked=true]:before {
|
|
1872
|
-
clip-path:polygon(20% 100%,20% 80%,50% 80%,50% 0%,70% 0%,70% 100%);
|
|
1824
|
+
clip-path: polygon(20% 100%,20% 80%,50% 80%,50% 0%,70% 0%,70% 100%);
|
|
1873
1825
|
opacity: 1;
|
|
1874
1826
|
}
|
|
1875
1827
|
|
|
@@ -1887,7 +1839,7 @@ dialog .lexselect .lexselectoptions {
|
|
|
1887
1839
|
}
|
|
1888
1840
|
|
|
1889
1841
|
.lexcheckboxsubmenu {
|
|
1890
|
-
width:
|
|
1842
|
+
width: 100%;
|
|
1891
1843
|
padding: 4px;
|
|
1892
1844
|
padding-inline: 8px;
|
|
1893
1845
|
color: var(--global-text-secondary);
|
|
@@ -1901,11 +1853,11 @@ dialog .lexselect .lexselectoptions {
|
|
|
1901
1853
|
/* Toggle Widget */
|
|
1902
1854
|
|
|
1903
1855
|
.lextoggle {
|
|
1904
|
-
--toggle-bg-color:
|
|
1905
|
-
--toggle-fg-color: #
|
|
1856
|
+
--toggle-bg-color: var(--global-text-tertiary); /* Color of background CHECKED */
|
|
1857
|
+
--toggle-fg-color: #f4f4f6; /* Color of the thumb */
|
|
1906
1858
|
border: 1px solid transparent;
|
|
1907
1859
|
color: var(--toggle-fg-color);
|
|
1908
|
-
background-color: var(--global-color-quaternary);
|
|
1860
|
+
background-color: var(--global-color-quaternary); /* Color of background NO check */
|
|
1909
1861
|
cursor: pointer;
|
|
1910
1862
|
-webkit-appearance: none;
|
|
1911
1863
|
-moz-appearance: none;
|
|
@@ -1916,9 +1868,8 @@ dialog .lexselect .lexselectoptions {
|
|
|
1916
1868
|
-ms-user-select: none;
|
|
1917
1869
|
user-select: none;
|
|
1918
1870
|
border-radius: 12px;
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
height: 22px;
|
|
1871
|
+
width: 40px;
|
|
1872
|
+
height: 21px;
|
|
1922
1873
|
flex-shrink: 0;
|
|
1923
1874
|
grid-template-columns: 0fr 1fr 1fr;
|
|
1924
1875
|
place-content: center;
|
|
@@ -1932,11 +1883,11 @@ dialog .lexselect .lexselectoptions {
|
|
|
1932
1883
|
}
|
|
1933
1884
|
|
|
1934
1885
|
/* Colors */
|
|
1935
|
-
.lextoggle.primary { --toggle-bg-color: var(--global-
|
|
1936
|
-
.lextoggle.secondary { --toggle-bg-color: var(--global-
|
|
1937
|
-
.lextoggle.accent { --toggle-bg-color: var(--global-color-accent);
|
|
1938
|
-
.lextoggle.contrast { --toggle-bg-color: var(--global-text-primary);
|
|
1939
|
-
.lextoggle.warning { --toggle-bg-color: var(--global-color-warning);
|
|
1886
|
+
.lextoggle.primary { --toggle-bg-color: var(--global-color-primary);}
|
|
1887
|
+
.lextoggle.secondary { --toggle-bg-color: var(--global-color-tertiary); }
|
|
1888
|
+
.lextoggle.accent { --toggle-bg-color: var(--global-color-accent); }
|
|
1889
|
+
.lextoggle.contrast { --toggle-bg-color: var(--global-text-primary); }
|
|
1890
|
+
.lextoggle.warning { --toggle-bg-color: var(--global-color-warning); }
|
|
1940
1891
|
.lextoggle.error { --toggle-bg-color: var(--global-color-error); }
|
|
1941
1892
|
|
|
1942
1893
|
.lextoggle > * {
|
|
@@ -1950,7 +1901,7 @@ dialog .lexselect .lexselectoptions {
|
|
|
1950
1901
|
grid-column: 2/span 1;
|
|
1951
1902
|
grid-row-start: 1;
|
|
1952
1903
|
height: 100%;
|
|
1953
|
-
padding: .125rem;
|
|
1904
|
+
padding: 0.125rem;
|
|
1954
1905
|
transition: opacity .2s,rotate .4s
|
|
1955
1906
|
}
|
|
1956
1907
|
|
|
@@ -1999,15 +1950,28 @@ dialog .lexselect .lexselectoptions {
|
|
|
1999
1950
|
}
|
|
2000
1951
|
|
|
2001
1952
|
.lextoggle:checked, .lextoggle[aria-checked=true], .lextoggle:has(>input:checked) {
|
|
2002
|
-
border: 1px solid var(--global-color-secondary);
|
|
2003
1953
|
background-color: var(--toggle-bg-color);
|
|
2004
1954
|
grid-template-columns: 1fr 1fr 0fr;
|
|
2005
1955
|
}
|
|
2006
1956
|
|
|
1957
|
+
.lextoggle.contrast:checked, .lextoggle.contrast[aria-checked=true], .lextoggle.contrast:has(>input:checked) {
|
|
1958
|
+
--toggle-fg-color: var(--global-color-primary);
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1961
|
+
.lextoggle.outline.primary, .lextoggle.outline.secondary {
|
|
1962
|
+
/* border: 1px solid var(--global-text-tertiary); */
|
|
1963
|
+
}
|
|
1964
|
+
|
|
2007
1965
|
.lextoggle.outline:checked, .lextoggle.outline[aria-checked=true], .lextoggle.outline:has(>input:checked) {
|
|
2008
|
-
color: var(--toggle-bg-color);
|
|
2009
1966
|
border: 1px solid currentColor;
|
|
2010
|
-
|
|
1967
|
+
color: var(--toggle-bg-color);
|
|
1968
|
+
background-color: var(--global-color-secondary);
|
|
1969
|
+
}
|
|
1970
|
+
|
|
1971
|
+
.lextoggle.outline.primary:checked, .lextoggle.outline.primary[aria-checked=true], .lextoggle.outline.primary:has(>input:checked),
|
|
1972
|
+
.lextoggle.outline.secondary:checked, .lextoggle.outline.secondary[aria-checked=true], .lextoggle.outline.secondary:has(>input:checked) {
|
|
1973
|
+
background-color: var(--global-color-quaternary);
|
|
1974
|
+
border: 1px solid var(--global-text-tertiary);
|
|
2011
1975
|
}
|
|
2012
1976
|
|
|
2013
1977
|
:is(.lextoggle:checked, .lextoggle[aria-checked=true], .lextoggle:has(>input:checked)):before {
|
|
@@ -2028,14 +1992,13 @@ dialog .lexselect .lexselectoptions {
|
|
|
2028
1992
|
}
|
|
2029
1993
|
|
|
2030
1994
|
.lextogglecont {
|
|
2031
|
-
font-weight: bold;
|
|
2032
1995
|
display: flex;
|
|
2033
1996
|
gap: 0.4rem;
|
|
2034
1997
|
margin: 0 auto;
|
|
2035
1998
|
}
|
|
2036
1999
|
|
|
2037
2000
|
.lextogglecont .toggletext {
|
|
2038
|
-
font-weight:
|
|
2001
|
+
font-weight: 500;
|
|
2039
2002
|
width: 95%;
|
|
2040
2003
|
overflow: hidden;
|
|
2041
2004
|
text-overflow: ellipsis;
|
|
@@ -2043,7 +2006,7 @@ dialog .lexselect .lexselectoptions {
|
|
|
2043
2006
|
}
|
|
2044
2007
|
|
|
2045
2008
|
.lextogglesubmenu {
|
|
2046
|
-
width:
|
|
2009
|
+
width: 100%;
|
|
2047
2010
|
padding: 6px;
|
|
2048
2011
|
padding-inline: 8px;
|
|
2049
2012
|
color: var(--global-text-secondary);
|
|
@@ -2061,7 +2024,7 @@ dialog .lexselect .lexselectoptions {
|
|
|
2061
2024
|
}
|
|
2062
2025
|
|
|
2063
2026
|
.lexradiogroup span {
|
|
2064
|
-
font-weight:
|
|
2027
|
+
font-weight: 500;
|
|
2065
2028
|
}
|
|
2066
2029
|
|
|
2067
2030
|
.lexradiogroup .lexradiogroupitem {
|
|
@@ -2105,9 +2068,13 @@ dialog .lexselect .lexselectoptions {
|
|
|
2105
2068
|
background-color: var(--global-text-primary);
|
|
2106
2069
|
}
|
|
2107
2070
|
|
|
2071
|
+
.lexradiogroup .lexradiogroupitem button.checked:disabled span {
|
|
2072
|
+
background-color: var(--global-color-tertiary) !important;
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2108
2075
|
/* Colors */
|
|
2109
|
-
.lexradiogroup.primary .lexradiogroupitem button.checked span { background-color: var(--global-
|
|
2110
|
-
.lexradiogroup.secondary .lexradiogroupitem button.checked span { background-color: var(--global-
|
|
2076
|
+
.lexradiogroup.primary .lexradiogroupitem button.checked span { background-color: var(--global-color-accent); }
|
|
2077
|
+
.lexradiogroup.secondary .lexradiogroupitem button.checked span { background-color: var(--global-color-accent-light); }
|
|
2111
2078
|
.lexradiogroup.accent .lexradiogroupitem button.checked span { background-color: var(--global-color-accent); }
|
|
2112
2079
|
.lexradiogroup.contrast .lexradiogroupitem button.checked span { background-color: var(--global-text-primary); }
|
|
2113
2080
|
.lexradiogroup.warning .lexradiogroupitem button.checked span { background-color: var(--global-color-warning); }
|
|
@@ -2136,7 +2103,7 @@ dialog .lexselect .lexselectoptions {
|
|
|
2136
2103
|
}
|
|
2137
2104
|
|
|
2138
2105
|
.lexcolor:has(input:focus) input[type="color"] {
|
|
2139
|
-
outline: 2px solid var(--global-
|
|
2106
|
+
outline: 2px solid var(--global-color-accent);
|
|
2140
2107
|
border-radius: 4px;
|
|
2141
2108
|
}
|
|
2142
2109
|
|
|
@@ -2149,6 +2116,7 @@ dialog .lexselect .lexselectoptions {
|
|
|
2149
2116
|
|
|
2150
2117
|
.lexcolor input[type="color"] {
|
|
2151
2118
|
cursor: pointer;
|
|
2119
|
+
background: none;
|
|
2152
2120
|
}
|
|
2153
2121
|
|
|
2154
2122
|
.lexcolor .lexwidget {
|
|
@@ -2162,10 +2130,7 @@ dialog .lexselect .lexselectoptions {
|
|
|
2162
2130
|
}
|
|
2163
2131
|
|
|
2164
2132
|
.lexvector a {
|
|
2165
|
-
width: 48px;
|
|
2166
2133
|
font-size: var(--global-font-size-sm);
|
|
2167
|
-
margin-left: 6px;
|
|
2168
|
-
margin-right: 6px;
|
|
2169
2134
|
}
|
|
2170
2135
|
|
|
2171
2136
|
.lexvector .vecbox {
|
|
@@ -2175,7 +2140,7 @@ dialog .lexselect .lexselectoptions {
|
|
|
2175
2140
|
border-radius: 4px;
|
|
2176
2141
|
border: 2px solid var(--global-color-transparent);
|
|
2177
2142
|
margin-right: 2px;
|
|
2178
|
-
background: var(--global-
|
|
2143
|
+
background-color: var(--global-color-tertiary);
|
|
2179
2144
|
transition: 0.1s linear;
|
|
2180
2145
|
}
|
|
2181
2146
|
|
|
@@ -2184,11 +2149,7 @@ dialog .lexselect .lexselectoptions {
|
|
|
2184
2149
|
}
|
|
2185
2150
|
|
|
2186
2151
|
.lexvector .vecbox:hover {
|
|
2187
|
-
background-color: color-mix(in srgb, var(--global-
|
|
2188
|
-
}
|
|
2189
|
-
|
|
2190
|
-
.lexwidget.nobranch .lexvector .vecbox:hover {
|
|
2191
|
-
background: var(--global-button-color);
|
|
2152
|
+
background-color: color-mix(in srgb, var(--global-color-tertiary), #000 7%);
|
|
2192
2153
|
}
|
|
2193
2154
|
|
|
2194
2155
|
.lexwidget .numberbox .drag-icon,
|
|
@@ -2203,7 +2164,7 @@ dialog .lexselect .lexselectoptions {
|
|
|
2203
2164
|
}
|
|
2204
2165
|
|
|
2205
2166
|
.lexvector .vecbox:has(input:focus) {
|
|
2206
|
-
border: 2px solid var(--global-
|
|
2167
|
+
border: 2px solid var(--global-color-accent);
|
|
2207
2168
|
}
|
|
2208
2169
|
|
|
2209
2170
|
.lexvector .vecbox span {
|
|
@@ -2229,11 +2190,11 @@ dialog .lexselect .lexselectoptions {
|
|
|
2229
2190
|
}
|
|
2230
2191
|
|
|
2231
2192
|
.lexvector .vecbox span.z {
|
|
2232
|
-
background-color: #
|
|
2193
|
+
background-color: #6081db;
|
|
2233
2194
|
}
|
|
2234
2195
|
|
|
2235
2196
|
.lexvector .vecbox span.w {
|
|
2236
|
-
background-color:
|
|
2197
|
+
background-color: var(--global-text-primary);
|
|
2237
2198
|
}
|
|
2238
2199
|
|
|
2239
2200
|
/* Chrome, Safari, Edge, Opera */
|
|
@@ -2266,10 +2227,10 @@ input[type=number] {
|
|
|
2266
2227
|
/* Number Widget */
|
|
2267
2228
|
|
|
2268
2229
|
.lexwidget .numberbox {
|
|
2230
|
+
width: 100%;
|
|
2269
2231
|
display: grid;
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
border: 2px solid var(--global-color-transparent);
|
|
2232
|
+
background-color: var(--global-color-tertiary);
|
|
2233
|
+
border: 1px solid var(--global-color-transparent);
|
|
2273
2234
|
border-radius: 6px;
|
|
2274
2235
|
margin-right: 2px;
|
|
2275
2236
|
position: relative;
|
|
@@ -2278,20 +2239,21 @@ input[type=number] {
|
|
|
2278
2239
|
}
|
|
2279
2240
|
|
|
2280
2241
|
.lexwidget .numberbox:hover {
|
|
2281
|
-
background-color: color-mix(in srgb, var(--global-
|
|
2242
|
+
background-color: color-mix(in srgb, var(--global-color-tertiary), #000 7%);
|
|
2282
2243
|
}
|
|
2283
2244
|
|
|
2284
2245
|
.lexwidget .numberbox:has(input:focus) {
|
|
2285
|
-
border:
|
|
2246
|
+
border: 1px solid var(--global-text-quaternary);
|
|
2286
2247
|
}
|
|
2287
2248
|
|
|
2288
2249
|
.lexwidget .numberbox span {
|
|
2289
2250
|
position: absolute;
|
|
2290
2251
|
pointer-events: none;
|
|
2252
|
+
align-self: center;
|
|
2291
2253
|
}
|
|
2292
2254
|
|
|
2293
|
-
.
|
|
2294
|
-
|
|
2255
|
+
.lexwidget .numberbox:has(input[type=range]) span {
|
|
2256
|
+
margin-top: -12px;
|
|
2295
2257
|
}
|
|
2296
2258
|
|
|
2297
2259
|
.lexinputmeasure {
|
|
@@ -2304,7 +2266,7 @@ input[type=number] {
|
|
|
2304
2266
|
-moz-appearance: none;
|
|
2305
2267
|
-webkit-appearance: none;
|
|
2306
2268
|
border: none !important;
|
|
2307
|
-
width:
|
|
2269
|
+
width: 100%;
|
|
2308
2270
|
height: 1px;
|
|
2309
2271
|
outline: none;
|
|
2310
2272
|
opacity: 0.7;
|
|
@@ -2335,7 +2297,7 @@ input[type=number] {
|
|
|
2335
2297
|
height: 12px;
|
|
2336
2298
|
border: 1px solid #c9c7de;
|
|
2337
2299
|
border-radius: 6px;
|
|
2338
|
-
background: light-dark(var(--global-
|
|
2300
|
+
background: light-dark(var(--global-color-accent-light), var(--global-color-accent));
|
|
2339
2301
|
box-shadow: 0px 0px 6px #505050;
|
|
2340
2302
|
cursor: pointer;
|
|
2341
2303
|
}
|
|
@@ -2370,7 +2332,7 @@ input[type=number] {
|
|
|
2370
2332
|
webkit-appearance: none;
|
|
2371
2333
|
--radius-selector-max: calc(var(--radius-selector) + var(--radius-selector) + var(--radius-selector));
|
|
2372
2334
|
border-radius: calc(var(--radius-selector) + min(var(--range-thumb-padding),var(--radius-selector-max)));
|
|
2373
|
-
width:
|
|
2335
|
+
width: 100%;
|
|
2374
2336
|
height: var(--range-thumb-size);
|
|
2375
2337
|
border: none;
|
|
2376
2338
|
outline: none;
|
|
@@ -2390,8 +2352,8 @@ input[type=number] {
|
|
|
2390
2352
|
}
|
|
2391
2353
|
|
|
2392
2354
|
/* Colors */
|
|
2393
|
-
.lexrangeslider.primary { color: var(--global-
|
|
2394
|
-
.lexrangeslider.secondary { color: var(--global-
|
|
2355
|
+
.lexrangeslider.primary { color: var(--global-color-primary); --range-thumb-color: var(--global-text-secondary); }
|
|
2356
|
+
.lexrangeslider.secondary { color: var(--global-color-secondary); --range-thumb-color: var(--global-text-secondary); }
|
|
2395
2357
|
.lexrangeslider.accent { color: var(--global-color-accent); }
|
|
2396
2358
|
.lexrangeslider.contrast { color: var(--global-text-primary); }
|
|
2397
2359
|
.lexrangeslider.warning { color: var(--global-color-warning); }
|
|
@@ -2462,7 +2424,7 @@ input[type=number] {
|
|
|
2462
2424
|
/* Size Widget */
|
|
2463
2425
|
|
|
2464
2426
|
.lexwidget .lexsizecross {
|
|
2465
|
-
color: var(--global-
|
|
2427
|
+
color: var(--global-color-accent);
|
|
2466
2428
|
font-weight: 800;
|
|
2467
2429
|
}
|
|
2468
2430
|
|
|
@@ -2485,7 +2447,7 @@ input[type=number] {
|
|
|
2485
2447
|
}
|
|
2486
2448
|
|
|
2487
2449
|
.lexwidget .lexpad .lexinnerpad .lexpadthumb {
|
|
2488
|
-
background-color: var(--global-
|
|
2450
|
+
background-color: var(--global-color-accent);
|
|
2489
2451
|
width: 10%;
|
|
2490
2452
|
height: 10%;
|
|
2491
2453
|
border-radius: 2px;
|
|
@@ -2493,7 +2455,7 @@ input[type=number] {
|
|
|
2493
2455
|
}
|
|
2494
2456
|
|
|
2495
2457
|
.lexwidget .lexpad .lexinnerpad .lexpadthumb.active {
|
|
2496
|
-
background-color: var(--global-
|
|
2458
|
+
background-color: var(--global-color-accent-light);
|
|
2497
2459
|
}
|
|
2498
2460
|
|
|
2499
2461
|
/* Tabs Widget */
|
|
@@ -2570,12 +2532,20 @@ input[type=number] {
|
|
|
2570
2532
|
min-height: 12px;
|
|
2571
2533
|
margin: 0 auto;
|
|
2572
2534
|
color: var(--global-text-secondary);
|
|
2573
|
-
font-weight:
|
|
2535
|
+
font-weight: 500;
|
|
2574
2536
|
font-size: var(--global-font-size);
|
|
2575
2537
|
}
|
|
2576
2538
|
|
|
2539
|
+
.lextree .lexnodetree_filter {
|
|
2540
|
+
background: none !important;
|
|
2541
|
+
}
|
|
2542
|
+
|
|
2543
|
+
.lextree .lexnodetree_filter:hover {
|
|
2544
|
+
background: none;
|
|
2545
|
+
}
|
|
2546
|
+
|
|
2577
2547
|
.lextree .lextreetools {
|
|
2578
|
-
background: var(--global-color-
|
|
2548
|
+
background: var(--global-color-tertiary);
|
|
2579
2549
|
padding: 2px;
|
|
2580
2550
|
padding-left: 6px;
|
|
2581
2551
|
padding-right: 6px;
|
|
@@ -2585,6 +2555,10 @@ input[type=number] {
|
|
|
2585
2555
|
margin-top: 4px;
|
|
2586
2556
|
}
|
|
2587
2557
|
|
|
2558
|
+
.lexwidget.nobranch .lextree .lextreetools {
|
|
2559
|
+
background: var(--global-color-secondary);
|
|
2560
|
+
}
|
|
2561
|
+
|
|
2588
2562
|
.lextree .lextreetools input {
|
|
2589
2563
|
font-size: var(--global-font-size);
|
|
2590
2564
|
padding-left: 8px;
|
|
@@ -2595,7 +2569,7 @@ input[type=number] {
|
|
|
2595
2569
|
}
|
|
2596
2570
|
|
|
2597
2571
|
.lextree .lextreetools.notitle {
|
|
2598
|
-
padding-top: 14px;
|
|
2572
|
+
/* padding-top: 14px; */
|
|
2599
2573
|
border-top-left-radius: 8px;
|
|
2600
2574
|
border-top-right-radius: 8px;
|
|
2601
2575
|
}
|
|
@@ -2605,7 +2579,6 @@ input[type=number] {
|
|
|
2605
2579
|
}
|
|
2606
2580
|
|
|
2607
2581
|
.lextree span {
|
|
2608
|
-
/* Tree title */
|
|
2609
2582
|
padding: 8px;
|
|
2610
2583
|
display: block;
|
|
2611
2584
|
border-top-left-radius: 8px;
|
|
@@ -2616,11 +2589,10 @@ input[type=number] {
|
|
|
2616
2589
|
-ms-user-select: none;
|
|
2617
2590
|
user-select: none;
|
|
2618
2591
|
font-size: var(--global-font-size-lg);
|
|
2619
|
-
font-weight:
|
|
2592
|
+
font-weight: 500;
|
|
2620
2593
|
}
|
|
2621
2594
|
|
|
2622
2595
|
.lextree ul {
|
|
2623
|
-
padding-bottom: 16px;
|
|
2624
2596
|
padding-inline-start: 0px;
|
|
2625
2597
|
display: flex;
|
|
2626
2598
|
flex-direction: column;
|
|
@@ -2692,17 +2664,16 @@ input[type=number] {
|
|
|
2692
2664
|
|
|
2693
2665
|
.lextree .lextreeitem:hover {
|
|
2694
2666
|
color: var(--global-text-primary);
|
|
2695
|
-
background: var(--global-color-
|
|
2667
|
+
background: var(--global-color-secondary);
|
|
2696
2668
|
}
|
|
2697
2669
|
|
|
2698
2670
|
.lextree .lextreeitem.selected {
|
|
2699
2671
|
color: var(--global-text-primary);
|
|
2700
|
-
background: light-dark(var(--global-
|
|
2672
|
+
background: light-dark(var(--global-color-accent-light), var(--global-color-accent));
|
|
2701
2673
|
}
|
|
2702
2674
|
|
|
2703
2675
|
.lextree .lextreeitem a.hierarchy {
|
|
2704
2676
|
margin-right: 6px;
|
|
2705
|
-
margin-top: 4px;
|
|
2706
2677
|
}
|
|
2707
2678
|
|
|
2708
2679
|
.lextree .lextreeitem .lexicon {
|
|
@@ -2710,7 +2681,7 @@ input[type=number] {
|
|
|
2710
2681
|
}
|
|
2711
2682
|
|
|
2712
2683
|
.lextree .lextreeitem .itemicon:hover {
|
|
2713
|
-
color: var(--global-
|
|
2684
|
+
color: var(--global-color-accent);
|
|
2714
2685
|
}
|
|
2715
2686
|
|
|
2716
2687
|
.lextree .lextreeitem.selected .itemicon:hover {
|
|
@@ -2725,7 +2696,7 @@ input[type=number] {
|
|
|
2725
2696
|
|
|
2726
2697
|
.lexfileinput::file-selector-button {
|
|
2727
2698
|
align-content: center;
|
|
2728
|
-
background-color: var(--global-
|
|
2699
|
+
background-color: var(--global-color-tertiary);
|
|
2729
2700
|
border-radius: 6px;
|
|
2730
2701
|
border: none;
|
|
2731
2702
|
margin-top: 2px;
|
|
@@ -2741,7 +2712,7 @@ input[type=number] {
|
|
|
2741
2712
|
}
|
|
2742
2713
|
|
|
2743
2714
|
.lexfileinput::file-selector-button:hover {
|
|
2744
|
-
background-color: color-mix(in srgb, var(--global-
|
|
2715
|
+
background-color: color-mix(in srgb, var(--global-color-tertiary), #fff 4%);
|
|
2745
2716
|
color: var(--global-text-primary);
|
|
2746
2717
|
}
|
|
2747
2718
|
|
|
@@ -2786,24 +2757,20 @@ input[type=number] {
|
|
|
2786
2757
|
cursor: pointer;
|
|
2787
2758
|
}
|
|
2788
2759
|
|
|
2789
|
-
/* .lexprogressbar.editable.grabbing {
|
|
2790
|
-
cursor: grabbing;
|
|
2791
|
-
} */
|
|
2792
|
-
|
|
2793
2760
|
/* The gray background in Chrome, etc. */
|
|
2794
2761
|
.lexprogressbar::-webkit-meter-bar {
|
|
2795
2762
|
border-radius: 0.25rem;
|
|
2796
2763
|
height: 12px;
|
|
2797
|
-
background: color-mix(in srgb, var(--global-
|
|
2764
|
+
background: color-mix(in srgb, var(--global-color-accent) 20%, transparent);
|
|
2798
2765
|
}
|
|
2799
2766
|
|
|
2800
2767
|
/* (optimum) */
|
|
2801
2768
|
meter:-moz-meter-optimum::-moz-meter-bar {
|
|
2802
|
-
background: var(--global-
|
|
2769
|
+
background: var(--global-color-accent);
|
|
2803
2770
|
}
|
|
2804
2771
|
|
|
2805
2772
|
.lexprogressbar::-webkit-meter-optimum-value {
|
|
2806
|
-
background: var(--global-
|
|
2773
|
+
background: var(--global-color-accent);
|
|
2807
2774
|
}
|
|
2808
2775
|
|
|
2809
2776
|
/* (high)*/
|
|
@@ -2841,8 +2808,8 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
2841
2808
|
}
|
|
2842
2809
|
|
|
2843
2810
|
/* Colors */
|
|
2844
|
-
.lexbadge.primary { --badge-color: var(--global-
|
|
2845
|
-
.lexbadge.secondary { --badge-color: var(--global-
|
|
2811
|
+
.lexbadge.primary { --badge-color: var(--global-color-accent); }
|
|
2812
|
+
.lexbadge.secondary { --badge-color: var(--global-color-accent-light); }
|
|
2846
2813
|
.lexbadge.accent { --badge-color: var(--global-color-accent); }
|
|
2847
2814
|
.lexbadge.contrast { --badge-color: var(--global-text-primary); color: var(--global-color-primary); }
|
|
2848
2815
|
.lexbadge.warning { --badge-color: var(--global-color-warning); }
|
|
@@ -2908,7 +2875,6 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
2908
2875
|
|
|
2909
2876
|
.lexmenubox {
|
|
2910
2877
|
position: absolute;
|
|
2911
|
-
padding-right: 8px;
|
|
2912
2878
|
z-index: 1001;
|
|
2913
2879
|
background-color: #111111f3;
|
|
2914
2880
|
border: 1px solid #aaaaaa48;
|
|
@@ -3017,7 +2983,7 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3017
2983
|
}
|
|
3018
2984
|
|
|
3019
2985
|
.lexmenubox .lexmenuboxentry:not(.disabled):hover {
|
|
3020
|
-
background-color: var(--global-
|
|
2986
|
+
background-color: var(--global-color-accent);
|
|
3021
2987
|
color: #f5f5f5;
|
|
3022
2988
|
}
|
|
3023
2989
|
|
|
@@ -3037,9 +3003,7 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3037
3003
|
|
|
3038
3004
|
.lexmenubox .lexseparator {
|
|
3039
3005
|
margin: 2px 0 2px;
|
|
3040
|
-
width:
|
|
3041
|
-
width: -webkit-calc(100% + 8px);
|
|
3042
|
-
width: calc(100% + 8px);
|
|
3006
|
+
width: 100%;
|
|
3043
3007
|
border-color: var(--global-text-tertiary);
|
|
3044
3008
|
opacity: 0.25;
|
|
3045
3009
|
}
|
|
@@ -3081,7 +3045,7 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3081
3045
|
user-select: none;
|
|
3082
3046
|
}
|
|
3083
3047
|
|
|
3084
|
-
.lexmenubar .lexmenubutton:last-child {
|
|
3048
|
+
.lexmenubar .lexmenubutton.main:last-child {
|
|
3085
3049
|
margin-right: 8px;
|
|
3086
3050
|
}
|
|
3087
3051
|
|
|
@@ -3094,7 +3058,7 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3094
3058
|
}
|
|
3095
3059
|
|
|
3096
3060
|
.lexmenubar .lexmenubutton.disabled a {
|
|
3097
|
-
color:
|
|
3061
|
+
color: var(--global-color-quaternary);
|
|
3098
3062
|
cursor: default;
|
|
3099
3063
|
}
|
|
3100
3064
|
|
|
@@ -3103,9 +3067,9 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3103
3067
|
.lexcontextmenu {
|
|
3104
3068
|
z-index: 102;
|
|
3105
3069
|
position: absolute;
|
|
3106
|
-
padding-right: 20px;
|
|
3070
|
+
/* padding-right: 20px; */
|
|
3107
3071
|
border-radius: 6px;
|
|
3108
|
-
box-shadow: 0 0 6px rgba(46, 46, 46, 0.
|
|
3072
|
+
box-shadow: 0 0 6px rgba(46, 46, 46, 0.2) !important;
|
|
3109
3073
|
background-color: var(--global-blur-background);
|
|
3110
3074
|
border: 1px solid #91909036;
|
|
3111
3075
|
}
|
|
@@ -3126,10 +3090,9 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3126
3090
|
.lexcontextmenu .lexmenuboxentry {
|
|
3127
3091
|
width: 100%;
|
|
3128
3092
|
color: var(--global-text-secondary);
|
|
3129
|
-
padding:
|
|
3130
|
-
padding-
|
|
3131
|
-
|
|
3132
|
-
padding-bottom: 4px;
|
|
3093
|
+
padding: 4px;
|
|
3094
|
+
padding-inline: 8px;
|
|
3095
|
+
display: flex;
|
|
3133
3096
|
cursor: pointer;
|
|
3134
3097
|
-webkit-user-select: none;
|
|
3135
3098
|
-moz-user-select: none;
|
|
@@ -3149,21 +3112,18 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3149
3112
|
|
|
3150
3113
|
.lexcontextmenu .lexmenuboxentry.cmtitle {
|
|
3151
3114
|
background: light-dark(var(--global-color-tertiary), var(--global-intense-background));
|
|
3152
|
-
font-weight:
|
|
3115
|
+
font-weight: 600;
|
|
3153
3116
|
cursor: default;
|
|
3154
3117
|
}
|
|
3155
3118
|
|
|
3156
3119
|
.lexcontextmenu .lexmenuboxentry.cmseparator {
|
|
3157
|
-
height: 1px;
|
|
3158
3120
|
border-bottom: 1px solid var(--global-color-tertiary);
|
|
3159
3121
|
padding-bottom: 0;
|
|
3160
3122
|
padding-top: 0;
|
|
3161
|
-
margin-top: -4px;
|
|
3162
3123
|
}
|
|
3163
3124
|
|
|
3164
3125
|
.lexcontextmenu .lexmenuboxentry .lexentryname {
|
|
3165
|
-
margin-right:
|
|
3166
|
-
margin-top: 2px;
|
|
3126
|
+
margin-right: 1rem;
|
|
3167
3127
|
font-size: var(--global-font-size);
|
|
3168
3128
|
white-space: nowrap;
|
|
3169
3129
|
overflow: hidden;
|
|
@@ -3176,20 +3136,13 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3176
3136
|
|
|
3177
3137
|
/* normal icons */
|
|
3178
3138
|
.lexcontextmenu .lexmenuboxentry a {
|
|
3179
|
-
|
|
3180
|
-
margin-
|
|
3181
|
-
margin-top: 10px;
|
|
3139
|
+
align-content: center;
|
|
3140
|
+
margin-left: auto;
|
|
3182
3141
|
font-size: var(--global-font-size-xs);
|
|
3183
3142
|
}
|
|
3184
3143
|
|
|
3185
|
-
/* submenu specified arrow */
|
|
3186
|
-
.lexcontextmenu .lexmenuboxentry a.fa-xs {
|
|
3187
|
-
float: right;
|
|
3188
|
-
margin-top: -9px;
|
|
3189
|
-
}
|
|
3190
|
-
|
|
3191
3144
|
.lexcontextmenu .lexmenuboxentry:hover:not(.cmtitle) {
|
|
3192
|
-
background-color: var(--global-
|
|
3145
|
+
background-color: var(--global-color-accent);
|
|
3193
3146
|
color: #f5f5f5;
|
|
3194
3147
|
}
|
|
3195
3148
|
|
|
@@ -3212,7 +3165,7 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3212
3165
|
/* Side Bar */
|
|
3213
3166
|
|
|
3214
3167
|
.lexsidebar {
|
|
3215
|
-
width:
|
|
3168
|
+
width: 100%;
|
|
3216
3169
|
height: 100%;
|
|
3217
3170
|
padding: 10px;
|
|
3218
3171
|
display: flex;
|
|
@@ -3231,8 +3184,6 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3231
3184
|
|
|
3232
3185
|
.lexsidebarcontent {
|
|
3233
3186
|
width: 100%;
|
|
3234
|
-
padding-block-start: 4px;
|
|
3235
|
-
padding-block-end: 4px;
|
|
3236
3187
|
display: flex;
|
|
3237
3188
|
flex-direction: column;
|
|
3238
3189
|
overflow-y: scroll;
|
|
@@ -3258,10 +3209,11 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3258
3209
|
margin-bottom: 0.4rem;
|
|
3259
3210
|
}
|
|
3260
3211
|
|
|
3261
|
-
.lexsidebar .
|
|
3212
|
+
.lexsidebar .lexsidebarfilter {
|
|
3262
3213
|
transform: translate(0, 0);
|
|
3263
3214
|
opacity: 1;
|
|
3264
|
-
|
|
3215
|
+
margin-block: 0.5rem;
|
|
3216
|
+
transition: all 0.2s cubic-bezier(0,0,.2,1);
|
|
3265
3217
|
}
|
|
3266
3218
|
|
|
3267
3219
|
.lexsidebar .lexsidebargrouptitle {
|
|
@@ -3276,8 +3228,8 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3276
3228
|
transform: translate(0, 0);
|
|
3277
3229
|
opacity: 1;
|
|
3278
3230
|
transition: transform 0.3s cubic-bezier(0,0,.2,1), opacity 0.1s cubic-bezier(0,0,.2,1), max-height 0.3s cubic-bezier(0,0,.2,1);
|
|
3279
|
-
height:
|
|
3280
|
-
max-height:
|
|
3231
|
+
height: 32px;
|
|
3232
|
+
max-height: 32px;
|
|
3281
3233
|
align-content: center;
|
|
3282
3234
|
}
|
|
3283
3235
|
|
|
@@ -3288,18 +3240,19 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3288
3240
|
transition: transform 0.3s cubic-bezier(0,0,.2,1), opacity 0.1s cubic-bezier(0,0,.2,1), max-height 0.3s cubic-bezier(0,0,.2,1);
|
|
3289
3241
|
}
|
|
3290
3242
|
|
|
3291
|
-
.lexsidebar.collapsing .lexsidebargrouptitle *, .lexsidebar.collapsing .
|
|
3243
|
+
.lexsidebar.collapsing .lexsidebargrouptitle *, .lexsidebar.collapsing .lexsidebarfilter {
|
|
3292
3244
|
max-height: 0px;
|
|
3293
3245
|
transform: translate(0, -24px);
|
|
3294
3246
|
opacity: 0;
|
|
3247
|
+
margin-block: 0;
|
|
3295
3248
|
}
|
|
3296
3249
|
|
|
3297
|
-
.lexsidebar.collapsed .lexsidebargrouptitle
|
|
3250
|
+
.lexsidebar.collapsed .lexsidebargrouptitle * {
|
|
3298
3251
|
display: none;
|
|
3299
3252
|
}
|
|
3300
3253
|
|
|
3301
3254
|
.lexsidebar .lexsidebarentry {
|
|
3302
|
-
width:
|
|
3255
|
+
width: 100%;
|
|
3303
3256
|
padding: 6px;
|
|
3304
3257
|
padding-inline: 8px;
|
|
3305
3258
|
border-radius: 8px;
|
|
@@ -3323,7 +3276,7 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3323
3276
|
}
|
|
3324
3277
|
|
|
3325
3278
|
.lexsidebar .lexsidebarentry.selected {
|
|
3326
|
-
background-color: var(--global-
|
|
3279
|
+
background-color: var(--global-color-accent);
|
|
3327
3280
|
}
|
|
3328
3281
|
|
|
3329
3282
|
.lexsidebar .lexsidebarentry:active {
|
|
@@ -3368,7 +3321,7 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3368
3321
|
}
|
|
3369
3322
|
|
|
3370
3323
|
.lexsidebar .lexsidebarsubentrycontainer {
|
|
3371
|
-
width:
|
|
3324
|
+
width: 100%;
|
|
3372
3325
|
margin-block-start: 4px;
|
|
3373
3326
|
margin-block-end: 8px;
|
|
3374
3327
|
margin-left: 16px;
|
|
@@ -3436,8 +3389,8 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3436
3389
|
}
|
|
3437
3390
|
|
|
3438
3391
|
.lexsidebar .lexsidebarfooter, .lexsidebar .lexsidebarheader {
|
|
3439
|
-
width:
|
|
3440
|
-
height:
|
|
3392
|
+
width: 100%;
|
|
3393
|
+
height: 48px;
|
|
3441
3394
|
display: flex;
|
|
3442
3395
|
border-radius: 8px;
|
|
3443
3396
|
padding: 8px;
|
|
@@ -3456,7 +3409,7 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3456
3409
|
}
|
|
3457
3410
|
|
|
3458
3411
|
.lexsidebar.collapsing .lexsidebarheader {
|
|
3459
|
-
background-color: var(--global-
|
|
3412
|
+
background-color: var(--global-color-accent);
|
|
3460
3413
|
}
|
|
3461
3414
|
|
|
3462
3415
|
.lexsidebar .lexsidebarfooter:active, .lexsidebar .lexsidebarheader:active {
|
|
@@ -3477,7 +3430,7 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3477
3430
|
}
|
|
3478
3431
|
|
|
3479
3432
|
.lexsidebar .lexsidebarfooter div.infodefault, .lexsidebar .lexsidebarheader div.infodefault {
|
|
3480
|
-
width:
|
|
3433
|
+
width: 100%;
|
|
3481
3434
|
padding-inline: 12px;
|
|
3482
3435
|
justify-content: center;
|
|
3483
3436
|
display: flex;
|
|
@@ -3600,11 +3553,11 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3600
3553
|
}
|
|
3601
3554
|
|
|
3602
3555
|
.lexoverlaybuttons .lexbutton {
|
|
3556
|
+
--button-color: var(--global-color-secondary);
|
|
3603
3557
|
padding: 6px 6px;
|
|
3604
3558
|
font-size: var(--global-font-size-lg);
|
|
3605
3559
|
border-radius: 10px;
|
|
3606
3560
|
justify-content: center;
|
|
3607
|
-
background: none;
|
|
3608
3561
|
color: var(--global-text-secondary);
|
|
3609
3562
|
height: 100%;
|
|
3610
3563
|
}
|
|
@@ -3613,46 +3566,6 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3613
3566
|
font-size: var(--global-font-size-lg);
|
|
3614
3567
|
}
|
|
3615
3568
|
|
|
3616
|
-
.lexoverlaybuttons .lexbutton a {
|
|
3617
|
-
line-height: 10px;
|
|
3618
|
-
font-size: var(--global-font-size-lg);
|
|
3619
|
-
}
|
|
3620
|
-
|
|
3621
|
-
.lexoverlaybuttons .lexbutton.array a {
|
|
3622
|
-
font-size: var(--global-font-size-sm);
|
|
3623
|
-
margin-left: 4px;
|
|
3624
|
-
}
|
|
3625
|
-
|
|
3626
|
-
:root[data-theme="light"] .lexoverlaybuttons .lexbutton img {
|
|
3627
|
-
filter: invert(1);
|
|
3628
|
-
}
|
|
3629
|
-
|
|
3630
|
-
.lexoverlaybuttons .lexbutton.selected {
|
|
3631
|
-
background-color: light-dark(var(--global-selected-light), var(--global-selected)) !important;
|
|
3632
|
-
color: #fff;
|
|
3633
|
-
outline: none;
|
|
3634
|
-
border-radius: 8px;
|
|
3635
|
-
}
|
|
3636
|
-
|
|
3637
|
-
.lexoverlaybuttons .lexbutton.selected img,
|
|
3638
|
-
.lexoverlaybuttons .lexbutton:hover img {
|
|
3639
|
-
filter: none;
|
|
3640
|
-
}
|
|
3641
|
-
|
|
3642
|
-
.lexoverlaybuttons .lexbutton:hover {
|
|
3643
|
-
color: var(--global-text-primary);
|
|
3644
|
-
background-color: color-mix(in srgb, var(--global-button-color), #fff 4%);
|
|
3645
|
-
}
|
|
3646
|
-
|
|
3647
|
-
.lexoverlaybuttons .lexbutton.selected:hover {
|
|
3648
|
-
color: #f4f4ffe6;
|
|
3649
|
-
}
|
|
3650
|
-
|
|
3651
|
-
.lexoverlaybuttons .lexbutton:active {
|
|
3652
|
-
outline: none !important;
|
|
3653
|
-
color: #d5d5d5;
|
|
3654
|
-
}
|
|
3655
|
-
|
|
3656
3569
|
.lexoverlaybuttons .lexoverlaygroup {
|
|
3657
3570
|
display: flex;
|
|
3658
3571
|
flex: none;
|
|
@@ -3661,11 +3574,15 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3661
3574
|
}
|
|
3662
3575
|
|
|
3663
3576
|
.lexoverlaybuttons .lexoverlaygroup .lexbutton {
|
|
3664
|
-
|
|
3577
|
+
--button-color: var(--global-color-tertiary);
|
|
3665
3578
|
-webkit-backdrop-filter: none;
|
|
3666
3579
|
backdrop-filter: none;
|
|
3667
3580
|
}
|
|
3668
3581
|
|
|
3582
|
+
.lexoverlaybuttons .lexbutton.selected {
|
|
3583
|
+
--button-color: var(--global-color-accent);
|
|
3584
|
+
}
|
|
3585
|
+
|
|
3669
3586
|
.lexoverlaybuttonscontainer.vertical .lexoverlaygroup {
|
|
3670
3587
|
display: grid;
|
|
3671
3588
|
margin-right: 0px;
|
|
@@ -3721,13 +3638,13 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3721
3638
|
|
|
3722
3639
|
.lexareatabs .lexareatab.thumb {
|
|
3723
3640
|
position: absolute;
|
|
3724
|
-
background: var(--global-
|
|
3641
|
+
background: var(--global-color-accent);
|
|
3725
3642
|
z-index: 0;
|
|
3726
3643
|
transition: linear transform 0.15s;
|
|
3727
3644
|
}
|
|
3728
3645
|
|
|
3729
3646
|
.lexareatabs.row {
|
|
3730
|
-
background-color:
|
|
3647
|
+
background-color: var(--global-color-tertiary);
|
|
3731
3648
|
border-radius: 8px;
|
|
3732
3649
|
padding: 3px;
|
|
3733
3650
|
margin: 6px;
|
|
@@ -3743,7 +3660,7 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3743
3660
|
}
|
|
3744
3661
|
|
|
3745
3662
|
.lexareatabs.fit {
|
|
3746
|
-
width:
|
|
3663
|
+
width: 100%;
|
|
3747
3664
|
padding-inline: 6px;
|
|
3748
3665
|
}
|
|
3749
3666
|
|
|
@@ -3785,14 +3702,6 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3785
3702
|
transition-timing-function: ease-out;
|
|
3786
3703
|
}
|
|
3787
3704
|
|
|
3788
|
-
.lexareatabscontainer .lexpanel:not(.lexoverlaybuttons) {
|
|
3789
|
-
margin: 0;
|
|
3790
|
-
}
|
|
3791
|
-
|
|
3792
|
-
.lexareatabscontainer .lexbranch {
|
|
3793
|
-
margin: 4px 7px !important;
|
|
3794
|
-
}
|
|
3795
|
-
|
|
3796
3705
|
.lexareatabscontent.folded {
|
|
3797
3706
|
max-height: 0px;
|
|
3798
3707
|
}
|
|
@@ -3806,11 +3715,10 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3806
3715
|
/* Avatar Widget */
|
|
3807
3716
|
|
|
3808
3717
|
.lexavatar {
|
|
3809
|
-
width:
|
|
3810
|
-
height: 32px;
|
|
3718
|
+
width: 48px;
|
|
3811
3719
|
border-radius: 8px;
|
|
3812
|
-
margin: auto 0;
|
|
3813
3720
|
align-content: center;
|
|
3721
|
+
aspect-ratio: 1;
|
|
3814
3722
|
}
|
|
3815
3723
|
|
|
3816
3724
|
.lexavatar * {
|
|
@@ -3838,25 +3746,25 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3838
3746
|
}
|
|
3839
3747
|
|
|
3840
3748
|
.lexcard:hover a {
|
|
3841
|
-
color: var(--global-
|
|
3749
|
+
color: var(--global-color-accent);
|
|
3842
3750
|
}
|
|
3843
3751
|
|
|
3844
3752
|
.lexcard:hover img {
|
|
3845
|
-
outline: 3px solid var(--global-
|
|
3753
|
+
outline: 3px solid var(--global-color-accent);
|
|
3846
3754
|
}
|
|
3847
3755
|
|
|
3848
3756
|
.lexcard span {
|
|
3849
3757
|
font-size: var(--global-font-size-lg);
|
|
3850
3758
|
font-family: var(--global-title-font);
|
|
3851
|
-
font-weight:
|
|
3759
|
+
font-weight: 500;
|
|
3852
3760
|
text-transform: uppercase;
|
|
3853
|
-
width:
|
|
3761
|
+
width: 100%;
|
|
3762
|
+
height: 32px;
|
|
3854
3763
|
display: flex;
|
|
3855
3764
|
background-color: var(--global-blur-background);
|
|
3856
3765
|
--webkit-backdrop-filter: blur(12px);
|
|
3857
3766
|
backdrop-filter: blur(12px);
|
|
3858
3767
|
align-items: center;
|
|
3859
|
-
height: 16px;
|
|
3860
3768
|
position: absolute;
|
|
3861
3769
|
top: 0;
|
|
3862
3770
|
left: 0;
|
|
@@ -3871,7 +3779,7 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3871
3779
|
}
|
|
3872
3780
|
|
|
3873
3781
|
.lexcard span a:hover {
|
|
3874
|
-
color: var(--global-
|
|
3782
|
+
color: var(--global-color-accent);
|
|
3875
3783
|
}
|
|
3876
3784
|
|
|
3877
3785
|
/* Layers Widget */
|
|
@@ -3880,7 +3788,6 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3880
3788
|
display: grid;
|
|
3881
3789
|
grid-template-columns: 18px 18px 18px 18px 18px 18px 18px 18px;
|
|
3882
3790
|
grid-gap: 6px 8px;
|
|
3883
|
-
/* Gap between grid cells */
|
|
3884
3791
|
justify-content: center;
|
|
3885
3792
|
}
|
|
3886
3793
|
|
|
@@ -3899,7 +3806,7 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3899
3806
|
}
|
|
3900
3807
|
|
|
3901
3808
|
.lexlayer.selected {
|
|
3902
|
-
--layer-color: var(--global-
|
|
3809
|
+
--layer-color: var(--global-color-accent);
|
|
3903
3810
|
color: #fff;
|
|
3904
3811
|
}
|
|
3905
3812
|
|
|
@@ -3922,7 +3829,8 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3922
3829
|
}
|
|
3923
3830
|
|
|
3924
3831
|
.lexlistitem {
|
|
3925
|
-
width:
|
|
3832
|
+
width: 100%;
|
|
3833
|
+
height: 24px;
|
|
3926
3834
|
cursor: pointer;
|
|
3927
3835
|
color: var(--global-text-secondary);
|
|
3928
3836
|
font-size: var(--global-font-size);
|
|
@@ -3931,7 +3839,6 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3931
3839
|
padding-right: 4px;
|
|
3932
3840
|
margin-top: 1px;
|
|
3933
3841
|
margin-bottom: 1px;
|
|
3934
|
-
height: 20px;
|
|
3935
3842
|
line-height: 22px;
|
|
3936
3843
|
align-content: center;
|
|
3937
3844
|
display: flow-root;
|
|
@@ -3958,7 +3865,7 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3958
3865
|
|
|
3959
3866
|
.lexlistitem.selected {
|
|
3960
3867
|
color: #fff;
|
|
3961
|
-
background-color: var(--global-
|
|
3868
|
+
background-color: var(--global-color-accent);
|
|
3962
3869
|
}
|
|
3963
3870
|
|
|
3964
3871
|
/* Array Widget */
|
|
@@ -3967,11 +3874,18 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3967
3874
|
.lexwidget:has(.lexcheckboxsubmenu),
|
|
3968
3875
|
.lexwidget:has(.lextogglesubmenu),
|
|
3969
3876
|
.lexwidget:has(.lexcustomcontainer) {
|
|
3970
|
-
background-color: light-dark(var(--global-color-tertiary), var(--global-medium-background));
|
|
3971
3877
|
border-radius: 6px;
|
|
3972
3878
|
display: grid;
|
|
3973
3879
|
grid-template-columns: repeat(2, 1fr);
|
|
3974
3880
|
grid-template-rows: auto auto;
|
|
3881
|
+
transition: background-color 0.2s ease-out;
|
|
3882
|
+
}
|
|
3883
|
+
|
|
3884
|
+
.lexwidget:has(.lexarrayitems)[data-opened=true],
|
|
3885
|
+
.lexwidget:has(.lexcheckboxsubmenu)[data-opened=true],
|
|
3886
|
+
.lexwidget:has(.lextogglesubmenu)[data-opened=true],
|
|
3887
|
+
.lexwidget:has(.lexcustomcontainer)[data-opened=true] {
|
|
3888
|
+
background-color: light-dark(var(--global-color-tertiary), var(--global-medium-background));
|
|
3975
3889
|
}
|
|
3976
3890
|
|
|
3977
3891
|
.lexarray .lexwidget {
|
|
@@ -3988,10 +3902,6 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
3988
3902
|
grid-column: span 2;
|
|
3989
3903
|
}
|
|
3990
3904
|
|
|
3991
|
-
.lexarrayitems .small .lexbutton {
|
|
3992
|
-
background: none;
|
|
3993
|
-
}
|
|
3994
|
-
|
|
3995
3905
|
.lexarrayitems .lexwidgetname {
|
|
3996
3906
|
color: var(--global-text-secondary);
|
|
3997
3907
|
}
|
|
@@ -4002,7 +3912,7 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
4002
3912
|
display: inline-flex;
|
|
4003
3913
|
flex-wrap: wrap;
|
|
4004
3914
|
line-height: 12px;
|
|
4005
|
-
background-color:
|
|
3915
|
+
background-color: var(--global-color-tertiary);
|
|
4006
3916
|
border-radius: 8px;
|
|
4007
3917
|
padding: 4px;
|
|
4008
3918
|
}
|
|
@@ -4066,7 +3976,7 @@ meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
|
|
|
4066
3976
|
.lextable table {
|
|
4067
3977
|
width: 100%;
|
|
4068
3978
|
border: 1px solid;
|
|
4069
|
-
border-color:
|
|
3979
|
+
border-color: var(--global-color-tertiary);
|
|
4070
3980
|
border-collapse: separate;
|
|
4071
3981
|
border-radius: 8px;
|
|
4072
3982
|
border-spacing: 0px;
|
|
@@ -4118,6 +4028,7 @@ th, td {
|
|
|
4118
4028
|
|
|
4119
4029
|
th {
|
|
4120
4030
|
--th-color: var(--global-text-secondary);
|
|
4031
|
+
font-weight: 600;
|
|
4121
4032
|
color: var(--th-color);
|
|
4122
4033
|
font-size: var(--global-font-size);
|
|
4123
4034
|
padding-block: 2px;
|
|
@@ -4227,10 +4138,6 @@ thead:last-child tr:last-child th:first-child, tbody:last-child tr:last-child td
|
|
|
4227
4138
|
justify-content: space-between;
|
|
4228
4139
|
}
|
|
4229
4140
|
|
|
4230
|
-
.lexcustomcontainer .lexbutton span:not(:has(.menu)) {
|
|
4231
|
-
width: 95%;
|
|
4232
|
-
}
|
|
4233
|
-
|
|
4234
4141
|
/* Knob Widget */
|
|
4235
4142
|
|
|
4236
4143
|
.lexknob {
|
|
@@ -4255,8 +4162,8 @@ thead:last-child tr:last-child th:first-child, tbody:last-child tr:last-child td
|
|
|
4255
4162
|
position: absolute;
|
|
4256
4163
|
width: 125%;
|
|
4257
4164
|
height: 125%;
|
|
4258
|
-
top: -
|
|
4259
|
-
left: -
|
|
4165
|
+
top: -12.5%;
|
|
4166
|
+
left: -12.5%;
|
|
4260
4167
|
border-radius: 50%;
|
|
4261
4168
|
border: 2px solid rgba(255, 255, 255, 0.2);
|
|
4262
4169
|
border-bottom-color: transparent;
|
|
@@ -4321,7 +4228,7 @@ thead:last-child tr:last-child th:first-child, tbody:last-child tr:last-child td
|
|
|
4321
4228
|
}
|
|
4322
4229
|
|
|
4323
4230
|
.lexknob .knobmarker {
|
|
4324
|
-
background-color: var(--global-
|
|
4231
|
+
background-color: var(--global-color-accent);
|
|
4325
4232
|
filter: brightness(1.5);
|
|
4326
4233
|
width: 6px;
|
|
4327
4234
|
height: 6px;
|
|
@@ -4372,7 +4279,7 @@ thead:last-child tr:last-child th:first-child, tbody:last-child tr:last-child td
|
|
|
4372
4279
|
}
|
|
4373
4280
|
|
|
4374
4281
|
:root[data-theme="light"] .lexknob .knobmarker {
|
|
4375
|
-
background-color: var(--global-
|
|
4282
|
+
background-color: var(--global-color-accent-dark);
|
|
4376
4283
|
filter: brightness(1.5);
|
|
4377
4284
|
}
|
|
4378
4285
|
|
|
@@ -4438,14 +4345,6 @@ thead:last-child tr:last-child th:first-child, tbody:last-child tr:last-child td
|
|
|
4438
4345
|
height: 100%;
|
|
4439
4346
|
}
|
|
4440
4347
|
|
|
4441
|
-
.lextimelinepanel {
|
|
4442
|
-
/* overflow: hidden; */
|
|
4443
|
-
}
|
|
4444
|
-
|
|
4445
|
-
/* .lextimeline .lexarea, .lextimelinepanel {
|
|
4446
|
-
background-color: var(--global-intense-background);
|
|
4447
|
-
} */
|
|
4448
|
-
|
|
4449
4348
|
.lextimeline *::-webkit-scrollbar {
|
|
4450
4349
|
display: none;
|
|
4451
4350
|
}
|
|
@@ -4463,10 +4362,6 @@ thead:last-child tr:last-child th:first-child, tbody:last-child tr:last-child td
|
|
|
4463
4362
|
padding-right: 10px;
|
|
4464
4363
|
}
|
|
4465
4364
|
|
|
4466
|
-
.lextimeline .lexbutton:hover {
|
|
4467
|
-
color: var(--global-selected-light);
|
|
4468
|
-
}
|
|
4469
|
-
|
|
4470
4365
|
.lextimeline .lextree {
|
|
4471
4366
|
margin: 0px !important;
|
|
4472
4367
|
}
|
|
@@ -4488,14 +4383,10 @@ thead:last-child tr:last-child th:first-child, tbody:last-child tr:last-child td
|
|
|
4488
4383
|
height: unset;
|
|
4489
4384
|
}
|
|
4490
4385
|
|
|
4491
|
-
.lextimeline .lexbutton.accept:hover {
|
|
4492
|
-
background-color: color-mix(in srgb, var(--global-button-color), #000 7%);
|
|
4493
|
-
}
|
|
4494
|
-
|
|
4495
4386
|
/**/
|
|
4496
4387
|
.lexmin {
|
|
4497
4388
|
display: inline-block;
|
|
4498
|
-
color: var(--global-
|
|
4389
|
+
color: var(--global-color-accent-light);
|
|
4499
4390
|
background: var(--global-color-primary);
|
|
4500
4391
|
border-radius: 8px;
|
|
4501
4392
|
padding: 4px;
|
|
@@ -4627,7 +4518,7 @@ thead:last-child tr:last-child th:first-child, tbody:last-child tr:last-child td
|
|
|
4627
4518
|
|
|
4628
4519
|
.lexassetbrowser .lexsplitbar.horizontal {
|
|
4629
4520
|
position: relative;
|
|
4630
|
-
height:
|
|
4521
|
+
height: 100%;
|
|
4631
4522
|
border-radius: 0px;
|
|
4632
4523
|
left: 0 !important;
|
|
4633
4524
|
top: 0;
|
|
@@ -4683,7 +4574,7 @@ ul.lexassetscontent {
|
|
|
4683
4574
|
margin: 0.5em;
|
|
4684
4575
|
margin-top: 0.75em;
|
|
4685
4576
|
padding: 0;
|
|
4686
|
-
box-shadow: 0 0
|
|
4577
|
+
box-shadow: 0 0 2px rgba(0, 0, 0, .14);
|
|
4687
4578
|
overflow: hidden;
|
|
4688
4579
|
background-color: #555;
|
|
4689
4580
|
cursor: pointer;
|
|
@@ -4716,16 +4607,14 @@ ul.lexassetscontent {
|
|
|
4716
4607
|
}
|
|
4717
4608
|
|
|
4718
4609
|
.lexassetscontent.list li {
|
|
4719
|
-
width:
|
|
4610
|
+
width: 100%;
|
|
4720
4611
|
height: 1.8em;
|
|
4721
4612
|
border-top: 0px;
|
|
4722
|
-
border-left: 4px solid
|
|
4723
|
-
border-
|
|
4724
|
-
border-bottom-right-radius: 2px;
|
|
4613
|
+
border-left: 4px solid transparent;
|
|
4614
|
+
border-radius: 4px;
|
|
4725
4615
|
margin: 0;
|
|
4726
4616
|
margin-top: 0.4em;
|
|
4727
4617
|
margin-bottom: 0.4em;
|
|
4728
|
-
box-shadow: 0 0 6px rgba(0, 0, 0, 0.858);
|
|
4729
4618
|
}
|
|
4730
4619
|
|
|
4731
4620
|
.lexassetscontent .asset-file-preview {
|
|
@@ -4768,12 +4657,12 @@ ul.lexassetscontent {
|
|
|
4768
4657
|
}
|
|
4769
4658
|
|
|
4770
4659
|
.lexassetscontent li:hover {
|
|
4771
|
-
outline: 2px solid var(--global-
|
|
4660
|
+
outline: 2px solid var(--global-color-accent);
|
|
4772
4661
|
}
|
|
4773
4662
|
|
|
4774
4663
|
.lexassetscontent li.selected {
|
|
4775
4664
|
transition: none !important;
|
|
4776
|
-
outline: 2px solid var(--global-
|
|
4665
|
+
outline: 2px solid var(--global-color-accent);
|
|
4777
4666
|
font-weight: bold;
|
|
4778
4667
|
}
|
|
4779
4668
|
|
|
@@ -4783,7 +4672,7 @@ ul.lexassetscontent {
|
|
|
4783
4672
|
bottom: 0px;
|
|
4784
4673
|
-webkit-text-size-adjust: 100%;
|
|
4785
4674
|
font-size: var(--global-font-size);
|
|
4786
|
-
color:
|
|
4675
|
+
color: var(--global-text-primary);
|
|
4787
4676
|
cursor: pointer;
|
|
4788
4677
|
text-align: center;
|
|
4789
4678
|
box-sizing: border-box;
|
|
@@ -4794,7 +4683,7 @@ ul.lexassetscontent {
|
|
|
4794
4683
|
overflow: hidden;
|
|
4795
4684
|
text-overflow: ellipsis;
|
|
4796
4685
|
white-space: nowrap;
|
|
4797
|
-
background-color:
|
|
4686
|
+
background-color: var(--global-intense-background);
|
|
4798
4687
|
transition: all 0.1s;
|
|
4799
4688
|
z-index: 1;
|
|
4800
4689
|
}
|
|
@@ -4851,7 +4740,7 @@ ul.lexassetscontent {
|
|
|
4851
4740
|
.lexassetscontent li.selected .lexassettitle {
|
|
4852
4741
|
color: #f5f5f5;
|
|
4853
4742
|
text-shadow: 0 0 3px black;
|
|
4854
|
-
background-color: var(--global-
|
|
4743
|
+
background-color: var(--global-color-accent);
|
|
4855
4744
|
}
|
|
4856
4745
|
|
|
4857
4746
|
.lexassetscontent li img {
|
|
@@ -4930,7 +4819,7 @@ ul.lexassetscontent {
|
|
|
4930
4819
|
.codebasearea .lexareatab.selected {
|
|
4931
4820
|
background-color: var(--global-color-secondary) !important;
|
|
4932
4821
|
color: var(--global-text-secondary) !important;
|
|
4933
|
-
border-top: 1px solid var(--global-
|
|
4822
|
+
border-top: 1px solid var(--global-color-accent);
|
|
4934
4823
|
border-bottom: none;
|
|
4935
4824
|
}
|
|
4936
4825
|
|
|
@@ -4965,7 +4854,7 @@ ul.lexassetscontent {
|
|
|
4965
4854
|
.lexcodeeditor {
|
|
4966
4855
|
outline: none;
|
|
4967
4856
|
overflow: hidden;
|
|
4968
|
-
width:
|
|
4857
|
+
width: 100%;
|
|
4969
4858
|
-webkit-user-select: none;
|
|
4970
4859
|
-moz-user-select: none;
|
|
4971
4860
|
-ms-user-select: none;
|
|
@@ -5009,7 +4898,7 @@ ul.lexassetscontent {
|
|
|
5009
4898
|
}
|
|
5010
4899
|
|
|
5011
4900
|
.lexcodeeditor .codetabsarea.with-vscrollbar {
|
|
5012
|
-
width:
|
|
4901
|
+
width: 100% !important;
|
|
5013
4902
|
}
|
|
5014
4903
|
|
|
5015
4904
|
.lexcodeeditor .codetabsarea.with-hscrollbar {
|
|
@@ -5220,7 +5109,7 @@ ul.lexassetscontent {
|
|
|
5220
5109
|
top: 0px;
|
|
5221
5110
|
width: 100px;
|
|
5222
5111
|
height: var(--code-editor-row-height);
|
|
5223
|
-
background-color: var(--global-
|
|
5112
|
+
background-color: var(--global-color-accent);
|
|
5224
5113
|
opacity: 0.4;
|
|
5225
5114
|
}
|
|
5226
5115
|
|
|
@@ -5237,7 +5126,7 @@ ul.lexassetscontent {
|
|
|
5237
5126
|
top: 26px;
|
|
5238
5127
|
z-index: 100;
|
|
5239
5128
|
border-radius: 4px;
|
|
5240
|
-
border: 1px solid var(--global-
|
|
5129
|
+
border: 1px solid var(--global-color-tertiary);
|
|
5241
5130
|
box-shadow: 0 0px 4px #101010;
|
|
5242
5131
|
overflow-y: scroll;
|
|
5243
5132
|
transform: translateY(-72px);
|
|
@@ -5266,7 +5155,7 @@ ul.lexassetscontent {
|
|
|
5266
5155
|
visibility: hidden;
|
|
5267
5156
|
z-index: 100;
|
|
5268
5157
|
border-radius: 4px;
|
|
5269
|
-
border: 1px solid var(--global-
|
|
5158
|
+
border: 1px solid var(--global-color-tertiary);
|
|
5270
5159
|
box-shadow: 0 0px 4px #101010;
|
|
5271
5160
|
overflow-y: scroll;
|
|
5272
5161
|
}
|
|
@@ -5300,7 +5189,7 @@ ul.lexassetscontent {
|
|
|
5300
5189
|
}
|
|
5301
5190
|
|
|
5302
5191
|
.lexcodeeditor .autocomplete pre.selected {
|
|
5303
|
-
background-color: var(--global-
|
|
5192
|
+
background-color: var(--global-color-accent);
|
|
5304
5193
|
}
|
|
5305
5194
|
|
|
5306
5195
|
.lexcodeeditor .autocomplete pre span {
|
|
@@ -5308,7 +5197,7 @@ ul.lexassetscontent {
|
|
|
5308
5197
|
}
|
|
5309
5198
|
|
|
5310
5199
|
.lexcodeeditor .autocomplete pre span.word-highlight {
|
|
5311
|
-
color: var(--global-
|
|
5200
|
+
color: var(--global-color-accent-light);
|
|
5312
5201
|
}
|
|
5313
5202
|
|
|
5314
5203
|
.lexcodeeditor .autocomplete pre.selected span.word-highlight {
|
|
@@ -5550,9 +5439,9 @@ ul.lexassetscontent {
|
|
|
5550
5439
|
|
|
5551
5440
|
.lexgraph .box-selection-svg {
|
|
5552
5441
|
stroke-width: 3px;
|
|
5553
|
-
stroke: var(--global-
|
|
5442
|
+
stroke: var(--global-color-accent);
|
|
5554
5443
|
border-radius: 8px;
|
|
5555
|
-
fill: var(--global-
|
|
5444
|
+
fill: var(--global-color-accent);
|
|
5556
5445
|
fill-opacity: 0.2;
|
|
5557
5446
|
}
|
|
5558
5447
|
|
|
@@ -5621,7 +5510,7 @@ ul.lexassetscontent {
|
|
|
5621
5510
|
}
|
|
5622
5511
|
|
|
5623
5512
|
.lexgraphnode.selected {
|
|
5624
|
-
border: 3px solid var(--global-
|
|
5513
|
+
border: 3px solid var(--global-color-accent-dark);
|
|
5625
5514
|
border: 3px solid #ffc107;
|
|
5626
5515
|
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .14);
|
|
5627
5516
|
}
|
|
@@ -5671,8 +5560,10 @@ ul.lexassetscontent {
|
|
|
5671
5560
|
font-size: var(--global-font-size-sm);
|
|
5672
5561
|
color: #d9d9e3;
|
|
5673
5562
|
text-shadow: 0px 1px 6px #22222283;
|
|
5674
|
-
display: flex;
|
|
5675
5563
|
min-height: 18px;
|
|
5564
|
+
display: flex;
|
|
5565
|
+
gap: 0.3rem;
|
|
5566
|
+
align-items: center;
|
|
5676
5567
|
}
|
|
5677
5568
|
|
|
5678
5569
|
.lexgraphnode .lexgraphnodeio.iooutput {
|
|
@@ -5682,16 +5573,14 @@ ul.lexassetscontent {
|
|
|
5682
5573
|
.lexgraphnode .lexgraphnodeio .io__type {
|
|
5683
5574
|
font-size: calc(var(--global-font-size-xs) - 1px);
|
|
5684
5575
|
font-weight: 700;
|
|
5685
|
-
line-height:
|
|
5576
|
+
line-height: 1;
|
|
5686
5577
|
min-width: 11px;
|
|
5687
5578
|
max-width: 11px;
|
|
5688
5579
|
min-height: 10px;
|
|
5689
5580
|
max-height: 10px;
|
|
5690
5581
|
background-color: #afafaf;
|
|
5691
5582
|
align-self: center;
|
|
5692
|
-
margin-right: 3px;
|
|
5693
5583
|
border-radius: 3px;
|
|
5694
|
-
padding-top: 1px;
|
|
5695
5584
|
text-align: -webkit-center;
|
|
5696
5585
|
text-align: center;
|
|
5697
5586
|
border: 1px solid #afafaf6b;
|
|
@@ -5707,7 +5596,6 @@ ul.lexassetscontent {
|
|
|
5707
5596
|
position: absolute;
|
|
5708
5597
|
margin-left: -30px;
|
|
5709
5598
|
font-weight: 600;
|
|
5710
|
-
margin-top: 3px;
|
|
5711
5599
|
background-color: #afafaf;
|
|
5712
5600
|
color: var(--global-color-primary);
|
|
5713
5601
|
font-size: var(--global-font-size-xs);
|
|
@@ -5747,10 +5635,6 @@ ul.lexassetscontent {
|
|
|
5747
5635
|
background-color: #56a8d8;
|
|
5748
5636
|
}
|
|
5749
5637
|
|
|
5750
|
-
.lexgraphnode .lexgraphnodeio .io__name {
|
|
5751
|
-
margin-top: 2px;
|
|
5752
|
-
}
|
|
5753
|
-
|
|
5754
5638
|
.lexgraphnode .lexgraphnodeio .io__type.output {
|
|
5755
5639
|
margin-right: unset;
|
|
5756
5640
|
margin-left: 3px;
|
|
@@ -5877,10 +5761,6 @@ ul.lexassetscontent {
|
|
|
5877
5761
|
}
|
|
5878
5762
|
|
|
5879
5763
|
.lexvideoeditor .lexconstrolsarea {
|
|
5880
|
-
/* background-color: var(--global-intense-background); */
|
|
5881
|
-
/* padding: 5px;
|
|
5882
|
-
margin: 10px; */
|
|
5883
|
-
/* width: calc(100% - 30px)!important; */
|
|
5884
5764
|
min-height: 88px !important;
|
|
5885
5765
|
border-radius: 8px;
|
|
5886
5766
|
display: flex;
|
|
@@ -5924,18 +5804,6 @@ ul.lexassetscontent {
|
|
|
5924
5804
|
width: calc(100% - 40px) !important;
|
|
5925
5805
|
}
|
|
5926
5806
|
|
|
5927
|
-
/* .lexvideoeditor .lexvideotimebar {
|
|
5928
|
-
width: calc(100% - 40px);
|
|
5929
|
-
height: 100%;
|
|
5930
|
-
background-color: var(--global-intense-background);
|
|
5931
|
-
} */
|
|
5932
|
-
|
|
5933
|
-
/* .lexvideoeditor .lexvideotimebar canvas {
|
|
5934
|
-
width: calc(100%);
|
|
5935
|
-
height: calc(100% );
|
|
5936
|
-
padding: 5px;
|
|
5937
|
-
} */
|
|
5938
|
-
|
|
5939
5807
|
.resizeable {
|
|
5940
5808
|
resize: both;
|
|
5941
5809
|
overflow: auto;
|
|
@@ -5943,7 +5811,7 @@ ul.lexassetscontent {
|
|
|
5943
5811
|
|
|
5944
5812
|
.resize-area {
|
|
5945
5813
|
position: absolute;
|
|
5946
|
-
border: 2px double var(--global-
|
|
5814
|
+
border: 2px double var(--global-color-accent-light);
|
|
5947
5815
|
cursor: move;
|
|
5948
5816
|
z-index: 100;
|
|
5949
5817
|
}
|
|
@@ -5979,4 +5847,4 @@ ul.lexassetscontent {
|
|
|
5979
5847
|
bottom: -5px;
|
|
5980
5848
|
right: -5px;
|
|
5981
5849
|
cursor: nwse-resize;
|
|
5982
|
-
}
|
|
5850
|
+
}
|