chuijs 3.6.2 → 3.6.4
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/LICENSE +21 -21
- package/README.md +1203 -162
- package/framework/appLayout/default/chui_app_layout.js +747 -747
- package/framework/appLayout/default/global_style.css +592 -568
- package/framework/appLayout/default/main_theme_style.css +118 -101
- package/framework/components/chui_accordion/accordion.js +63 -63
- package/framework/components/chui_accordion/styles.css +79 -75
- package/framework/components/chui_badge/badge.js +55 -55
- package/framework/components/chui_badge/styles.css +29 -29
- package/framework/components/chui_button/button.js +48 -48
- package/framework/components/chui_button/styles.css +75 -70
- package/framework/components/chui_calendar/calendar.js +97 -97
- package/framework/components/chui_card/card.js +87 -0
- package/framework/components/chui_card/styles.css +72 -0
- package/framework/components/chui_code/code.js +18 -18
- package/framework/components/chui_code/styles.css +9 -9
- package/framework/components/chui_console/console.js +27 -27
- package/framework/components/chui_console/styles.css +31 -31
- package/framework/components/chui_content_block/content_block.js +51 -51
- package/framework/components/chui_content_block/styles.css +2 -2
- package/framework/components/chui_context_menu/context_menu.js +230 -0
- package/framework/components/chui_context_menu/styles.css +136 -0
- package/framework/components/chui_custom_element/custom_element.js +24 -24
- package/framework/components/chui_details/details.js +85 -85
- package/framework/components/chui_details/styles.css +70 -66
- package/framework/components/chui_fieldset/fieldset.js +40 -40
- package/framework/components/chui_fieldset/styles.css +24 -24
- package/framework/components/chui_form/form.js +40 -40
- package/framework/components/chui_form/styles.css +21 -21
- package/framework/components/chui_graphs/graphs.js +234 -190
- package/framework/components/chui_graphs/styles.css +37 -32
- package/framework/components/chui_hero/hero.js +98 -0
- package/framework/components/chui_hero/styles.css +91 -0
- package/framework/components/chui_html_block/html_block.js +16 -16
- package/framework/components/chui_html_block/styles.css +5 -5
- package/framework/components/chui_hx/hx.js +15 -15
- package/framework/components/chui_hx/styles.css +38 -38
- package/framework/components/chui_icons/icons.js +2144 -2144
- package/framework/components/chui_icons/styles.css +13 -13
- package/framework/components/chui_inputs/chui_check_box/check_box.js +32 -32
- package/framework/components/chui_inputs/chui_check_box/styles.css +91 -86
- package/framework/components/chui_inputs/chui_combo_box/combo_box.js +166 -150
- package/framework/components/chui_inputs/chui_combo_box/styles.css +113 -107
- package/framework/components/chui_inputs/chui_date/date.js +177 -174
- package/framework/components/chui_inputs/chui_date/styles.css +163 -128
- package/framework/components/chui_inputs/chui_email/email.js +61 -61
- package/framework/components/chui_inputs/chui_email/styles.css +69 -71
- package/framework/components/chui_inputs/chui_file/file.js +76 -76
- package/framework/components/chui_inputs/chui_file/styles.css +99 -99
- package/framework/components/chui_inputs/chui_multi_combo_box/multi_combo_box.js +295 -295
- package/framework/components/chui_inputs/chui_multi_combo_box/styles.css +212 -235
- package/framework/components/chui_inputs/chui_number/number.js +108 -108
- package/framework/components/chui_inputs/chui_number/styles.css +84 -84
- package/framework/components/chui_inputs/chui_password/password.js +99 -99
- package/framework/components/chui_inputs/chui_password/styles.css +97 -97
- package/framework/components/chui_inputs/chui_radio_button/radio_button.js +45 -45
- package/framework/components/chui_inputs/chui_radio_button/styles.css +76 -73
- package/framework/components/chui_inputs/chui_select_box/select_box.js +187 -170
- package/framework/components/chui_inputs/chui_select_box/styles.css +123 -117
- package/framework/components/chui_inputs/chui_text/styles.css +83 -84
- package/framework/components/chui_inputs/chui_text/text.js +91 -91
- package/framework/components/chui_inputs/chui_text_area/styles.css +57 -57
- package/framework/components/chui_inputs/chui_text_area/text_area.js +61 -61
- package/framework/components/chui_inputs/chui_toggle/styles.css +66 -61
- package/framework/components/chui_inputs/chui_toggle/toggle.js +36 -36
- package/framework/components/chui_label/label.js +54 -54
- package/framework/components/chui_label/styles.css +11 -11
- package/framework/components/chui_media/audio.js +908 -908
- package/framework/components/chui_media/audio_styles.css +458 -458
- package/framework/components/chui_media/image.js +105 -105
- package/framework/components/chui_media/image_styles.css +61 -61
- package/framework/components/chui_media/video.js +248 -248
- package/framework/components/chui_media/video_styles.css +160 -160
- package/framework/components/chui_menu_bar/menu_bar.js +66 -74
- package/framework/components/chui_menu_bar/styles.css +114 -76
- package/framework/components/chui_modal/modal.js +142 -135
- package/framework/components/chui_modal/styles.css +36 -36
- package/framework/components/chui_notification/notification.js +72 -72
- package/framework/components/chui_notification/notification_download.js +78 -78
- package/framework/components/chui_notification/notification_download_progress.css +119 -123
- package/framework/components/chui_notification/notification_download_progress.js +105 -105
- package/framework/components/chui_notification/notification_update.js +54 -54
- package/framework/components/chui_notification/styles.css +91 -91
- package/framework/components/chui_notification/styles_download.css +85 -85
- package/framework/components/chui_notification/styles_update.css +73 -73
- package/framework/components/chui_paragraph/paragraph.js +14 -14
- package/framework/components/chui_paragraph/styles.css +6 -6
- package/framework/components/chui_popups/popups.js +250 -250
- package/framework/components/chui_popups/styles.css +129 -115
- package/framework/components/chui_progress_bar/progress_bar.js +28 -28
- package/framework/components/chui_progress_bar/styles.css +28 -28
- package/framework/components/chui_radio_group/radio_group.js +57 -57
- package/framework/components/chui_radio_group/styles.css +3 -3
- package/framework/components/chui_slideshow/slideshow.js +75 -75
- package/framework/components/chui_slideshow/styles.css +94 -85
- package/framework/components/chui_spinner/spinner.js +45 -45
- package/framework/components/chui_spinner/styles.css +23 -23
- package/framework/components/chui_table/styles.css +42 -42
- package/framework/components/chui_table/table.js +234 -234
- package/framework/components/chui_tabs/chui_tabs.js +77 -77
- package/framework/components/chui_tabs/styles.css +54 -48
- package/framework/components/chui_text_editor/styles.css +217 -217
- package/framework/components/chui_text_editor/text_editor.js +144 -144
- package/framework/components/chui_text_editor/text_editor_panel.js +568 -568
- package/framework/components/chui_tree_view/styles.css +81 -75
- package/framework/components/chui_tree_view/tree_view.js +90 -90
- package/framework/components/chui_webview/styles.css +27 -27
- package/framework/components/chui_webview/webview.js +103 -103
- package/framework/components/telegram_bot/chui_telegram_bot.js +183 -183
- package/framework/modules/chui_animations/animations.js +121 -121
- package/framework/modules/chui_animations/styles.css +79 -79
- package/framework/modules/chui_fonts.js +7129 -6974
- package/framework/modules/chui_functions.js +106 -78
- package/framework/modules/chui_logger/chui_logger.js +53 -53
- package/framework/modules/chui_page/page.js +86 -86
- package/framework/modules/chui_page/styles.css +9 -9
- package/framework/tray_bar/chui_menu_items.js +48 -48
- package/index.js +570 -555
- package/package.json +51 -46
|
@@ -1,49 +1,55 @@
|
|
|
1
|
-
list {
|
|
2
|
-
display: flex;
|
|
3
|
-
justify-content: center;
|
|
4
|
-
align-items: center;
|
|
5
|
-
width: max-content;
|
|
6
|
-
border-radius: var(--border_radius);
|
|
7
|
-
background:
|
|
8
|
-
margin: var(--margin) 0;
|
|
9
|
-
border: none;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
tab {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
flex-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
1
|
+
list {
|
|
2
|
+
display: flex;
|
|
3
|
+
justify-content: center;
|
|
4
|
+
align-items: center;
|
|
5
|
+
width: max-content;
|
|
6
|
+
border-radius: var(--border_radius);
|
|
7
|
+
background: var(--element_background);
|
|
8
|
+
margin: var(--margin) 0;
|
|
9
|
+
border: none;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
tab {
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
margin: 1px;
|
|
15
|
+
padding: var(--main_padding);
|
|
16
|
+
font-size: var(--font_default_size);
|
|
17
|
+
display: flex;
|
|
18
|
+
flex-direction: column;
|
|
19
|
+
font-weight: 500;
|
|
20
|
+
color: var(--text_color);
|
|
21
|
+
border-radius: var(--border_radius);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
tab:hover {
|
|
25
|
+
background: var(--blue_prime_background);
|
|
26
|
+
color: var(--text_color_hover);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
tab:active {
|
|
30
|
+
background: var(--element_background_prime);
|
|
31
|
+
color: var(--text_color_hover);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
tabs {
|
|
35
|
+
margin: var(--margin);
|
|
36
|
+
display: flex;
|
|
37
|
+
flex-direction: column;
|
|
38
|
+
justify-content: flex-start;
|
|
39
|
+
align-items: flex-start
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
content {
|
|
43
|
+
display: flex;
|
|
44
|
+
flex-direction:column;
|
|
45
|
+
width: -webkit-fill-available;
|
|
46
|
+
padding: var(--test_padding);
|
|
47
|
+
border-radius: var(--border_radius);
|
|
48
|
+
background: transparent;
|
|
49
|
+
border: none;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.tab_active {
|
|
53
|
+
background: var(--blue_prime_background);
|
|
54
|
+
color: var(--text_color_hover);
|
|
49
55
|
}
|
|
@@ -1,218 +1,218 @@
|
|
|
1
|
-
chui_text_editor_test {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
width: -webkit-fill-available;
|
|
5
|
-
height: max-content;
|
|
6
|
-
margin: var(--margin)
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
chui_text_editor {
|
|
10
|
-
border-radius: var(--border_radius);
|
|
11
|
-
display: flex;
|
|
12
|
-
flex-direction: column;
|
|
13
|
-
background: var(--element_background);
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
font-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
border:
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
font-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
/* chUiJS_TextEditorPanel */
|
|
175
|
-
text_editor_panel {
|
|
176
|
-
height: max-content;
|
|
177
|
-
width: -webkit-fill-available;
|
|
178
|
-
display: flex;
|
|
179
|
-
flex-wrap: wrap;
|
|
180
|
-
justify-content: center;
|
|
181
|
-
align-items: center
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
text_editor_block {
|
|
185
|
-
height: max-content;
|
|
186
|
-
width: max-content;
|
|
187
|
-
display: flex;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.text_editor_table {
|
|
191
|
-
display: table;
|
|
192
|
-
border-radius: 0;
|
|
193
|
-
width: -webkit-fill-available;
|
|
194
|
-
border-collapse: collapse;
|
|
195
|
-
border: 1px solid var(--blue_prime_background);
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.text_editor_table_body {
|
|
199
|
-
border: 1px solid var(--blue_prime_background);
|
|
200
|
-
width: auto
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.text_editor_table_row {
|
|
204
|
-
width: auto;
|
|
205
|
-
display: table-row
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.text_editor_table_cell {
|
|
209
|
-
height: max-content;
|
|
210
|
-
width: auto;
|
|
211
|
-
display: table-cell;
|
|
212
|
-
border: 1px solid var(--blue_prime_background)
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
pre {
|
|
216
|
-
font-family: 'chui_mono';
|
|
217
|
-
font-weight: 400
|
|
1
|
+
chui_text_editor_test {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
width: -webkit-fill-available;
|
|
5
|
+
height: max-content;
|
|
6
|
+
margin: var(--margin)
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
chui_text_editor {
|
|
10
|
+
border-radius: var(--border_radius);
|
|
11
|
+
display: flex;
|
|
12
|
+
flex-direction: column;
|
|
13
|
+
background: var(--element_background);
|
|
14
|
+
width: -webkit-fill-available;
|
|
15
|
+
border: 1px solid var(--border_color);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
chui_editor_controls {
|
|
19
|
+
width: -webkit-fill-available;
|
|
20
|
+
display: flex;
|
|
21
|
+
padding: 6px
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
chui_editor_text_input {
|
|
25
|
+
width: -webkit-fill-available;
|
|
26
|
+
font-size: var(--font_default_size);
|
|
27
|
+
padding: 0 10px 6px 10px;
|
|
28
|
+
height: calc(100% - 40px);
|
|
29
|
+
overflow: overlay;
|
|
30
|
+
text-align: start;
|
|
31
|
+
color: var(--text_color);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
chui_editor_text_input div {
|
|
35
|
+
margin-bottom: 10px
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
chui_editor_status_row {
|
|
39
|
+
width: -webkit-fill-available;
|
|
40
|
+
display: flex;
|
|
41
|
+
padding: 6px
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.text_editor_label {
|
|
45
|
+
height: max-content;
|
|
46
|
+
width: max-content;
|
|
47
|
+
margin: var(--margin);
|
|
48
|
+
font-size: var(--font_labels_size);
|
|
49
|
+
font-weight:500;
|
|
50
|
+
color: var(--text_color)
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
chui_editor_text_input p {
|
|
54
|
+
margin: 5px 0
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
p img {
|
|
58
|
+
margin: 0;
|
|
59
|
+
padding: 0;
|
|
60
|
+
width: auto;
|
|
61
|
+
height: auto;
|
|
62
|
+
border: 2px solid transparent;
|
|
63
|
+
border-radius: var(--border_radius)
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/* chUiJS_TextEditorButtons */
|
|
67
|
+
chui_button_format {
|
|
68
|
+
height: max-content;
|
|
69
|
+
width: max-content;
|
|
70
|
+
border-radius: var(--border_radius);
|
|
71
|
+
padding: 6px;
|
|
72
|
+
margin: 0 3px;
|
|
73
|
+
font-size: 11pt;
|
|
74
|
+
font-weight: 500;
|
|
75
|
+
color: var(--text_color)
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
chui_button_format:hover {
|
|
79
|
+
background: var(--blue_prime_background);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/* chUiJS_TextEditorSelects */
|
|
83
|
+
chui_text_editor_select_box {
|
|
84
|
+
display: flex;
|
|
85
|
+
flex-direction: column;
|
|
86
|
+
align-items: baseline;
|
|
87
|
+
height: max-content;
|
|
88
|
+
width: auto
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
text_editor_select_box {
|
|
92
|
+
position: relative;
|
|
93
|
+
display:flex;
|
|
94
|
+
outline: none;
|
|
95
|
+
height: max-content;
|
|
96
|
+
width: -webkit-fill-available;
|
|
97
|
+
border-radius: var(--border_radius);
|
|
98
|
+
padding: 0;
|
|
99
|
+
margin: 0 3px;
|
|
100
|
+
font-size: var(--font_default_size);
|
|
101
|
+
color: var(--text_color);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
text_editor_select_box:hover {
|
|
105
|
+
background: var(--blue_prime_background);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.text_editor_selectbox_input {
|
|
109
|
+
width:100%;
|
|
110
|
+
display: block;
|
|
111
|
+
outline: none;
|
|
112
|
+
margin: 0;
|
|
113
|
+
padding: 6px 0 6px 6px;
|
|
114
|
+
background: transparent;
|
|
115
|
+
color: var(--text_color);
|
|
116
|
+
text-align: start;
|
|
117
|
+
border: none;
|
|
118
|
+
font-size: var(--font_default_size);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
text_editor_div_value {
|
|
122
|
+
width:100%;
|
|
123
|
+
display: block;
|
|
124
|
+
outline: none;
|
|
125
|
+
margin: 0;
|
|
126
|
+
padding: 6px 0 6px 6px;
|
|
127
|
+
background: transparent;
|
|
128
|
+
color: var(--text_color);
|
|
129
|
+
text-align: start;
|
|
130
|
+
border: none;
|
|
131
|
+
font-size: var(--font_default_size);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
text_editor_selectbox_dropdown {
|
|
135
|
+
overflow: overlay;
|
|
136
|
+
background: var(--header_background);
|
|
137
|
+
backdrop-filter: var(--global_blur);
|
|
138
|
+
-webkit-backdrop-filter: var(--global_blur);
|
|
139
|
+
color: var(--text_color);
|
|
140
|
+
outline: none;
|
|
141
|
+
position:absolute;
|
|
142
|
+
display:none;
|
|
143
|
+
height: max-content;
|
|
144
|
+
width: max-content;
|
|
145
|
+
border-radius: var(--border_radius);
|
|
146
|
+
margin-top: 0;
|
|
147
|
+
padding: 6px;
|
|
148
|
+
font-size: var(--font_default_size);
|
|
149
|
+
flex-direction: column;
|
|
150
|
+
z-index: 1;
|
|
151
|
+
border: 1px solid var(--border_color);
|
|
152
|
+
box-shadow: var(--box_shadow_drop);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
text_editor_select_button_open {
|
|
156
|
+
outline: none;
|
|
157
|
+
padding: 6px 6px 6px 3px;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
text_editor_selectbox_option {
|
|
161
|
+
text-align: start;
|
|
162
|
+
padding: 6px 12px;
|
|
163
|
+
border-radius: var(--border_radius)
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
text_editor_selectbox_option:hover {
|
|
167
|
+
background: var(--blue_prime_background)
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
text_editor_selectbox_option:hover font {
|
|
171
|
+
color: var(--text_color_hover);
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/* chUiJS_TextEditorPanel */
|
|
175
|
+
text_editor_panel {
|
|
176
|
+
height: max-content;
|
|
177
|
+
width: -webkit-fill-available;
|
|
178
|
+
display: flex;
|
|
179
|
+
flex-wrap: wrap;
|
|
180
|
+
justify-content: center;
|
|
181
|
+
align-items: center
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
text_editor_block {
|
|
185
|
+
height: max-content;
|
|
186
|
+
width: max-content;
|
|
187
|
+
display: flex;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.text_editor_table {
|
|
191
|
+
display: table;
|
|
192
|
+
border-radius: 0;
|
|
193
|
+
width: -webkit-fill-available;
|
|
194
|
+
border-collapse: collapse;
|
|
195
|
+
border: 1px solid var(--blue_prime_background);
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.text_editor_table_body {
|
|
199
|
+
border: 1px solid var(--blue_prime_background);
|
|
200
|
+
width: auto
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.text_editor_table_row {
|
|
204
|
+
width: auto;
|
|
205
|
+
display: table-row
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.text_editor_table_cell {
|
|
209
|
+
height: max-content;
|
|
210
|
+
width: auto;
|
|
211
|
+
display: table-cell;
|
|
212
|
+
border: 1px solid var(--blue_prime_background)
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
pre {
|
|
216
|
+
font-family: 'chui_mono';
|
|
217
|
+
font-weight: 400
|
|
218
218
|
}
|