jodit 4.8.10 → 4.9.5
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/CHANGELOG.md +44 -0
- package/es2015/jodit.css +1663 -1663
- package/es2015/jodit.fat.min.css +1 -1
- package/es2015/jodit.fat.min.js +14 -14
- package/es2015/jodit.js +499 -382
- package/es2015/jodit.min.css +1 -1
- package/es2015/jodit.min.js +14 -14
- package/es2015/plugins/debug/debug.css +1 -1
- package/es2015/plugins/debug/debug.js +1 -1
- package/es2015/plugins/debug/debug.min.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2018/jodit.fat.min.css +1 -1
- package/es2018/jodit.fat.min.js +25 -25
- package/es2018/jodit.min.css +1 -1
- package/es2018/jodit.min.js +14 -14
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021/jodit.css +1663 -1663
- package/es2021/jodit.fat.min.css +1 -1
- package/es2021/jodit.fat.min.js +19 -19
- package/es2021/jodit.js +499 -382
- package/es2021/jodit.min.css +1 -1
- package/es2021/jodit.min.js +19 -19
- package/es2021/plugins/debug/debug.css +1 -1
- package/es2021/plugins/debug/debug.js +1 -1
- package/es2021/plugins/debug/debug.min.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021.en/jodit.css +1663 -1663
- package/es2021.en/jodit.fat.min.css +1 -1
- package/es2021.en/jodit.fat.min.js +19 -19
- package/es2021.en/jodit.js +499 -382
- package/es2021.en/jodit.min.css +1 -1
- package/es2021.en/jodit.min.js +29 -29
- package/es2021.en/plugins/debug/debug.css +1 -1
- package/es2021.en/plugins/debug/debug.js +1 -1
- package/es2021.en/plugins/debug/debug.min.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es5/jodit.css +2009 -2009
- package/es5/jodit.fat.min.css +1 -1
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +509 -391
- package/es5/jodit.min.css +3 -3
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.css +1 -1
- package/es5/plugins/debug/debug.js +1 -1
- package/es5/plugins/debug/debug.min.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es5/polyfills.fat.min.js +1 -1
- package/es5/polyfills.js +1 -1
- package/es5/polyfills.min.js +1 -1
- package/esm/core/constants.js +1 -1
- package/esm/core/decorators/component/component.d.ts +4 -3
- package/esm/core/decorators/component/component.js +11 -0
- package/esm/core/decorators/watch/watch.d.ts +1 -2
- package/esm/core/decorators/watch/watch.js +1 -8
- package/esm/core/dom/dom.d.ts +5 -0
- package/esm/core/dom/dom.js +24 -5
- package/esm/core/dom/lazy-walker.js +1 -1
- package/esm/core/event-emitter/global.d.ts +2 -0
- package/esm/core/event-emitter/global.js +2 -0
- package/esm/core/event-emitter/observable.js +1 -1
- package/esm/core/global.d.ts +2 -2
- package/esm/core/global.js +7 -4
- package/esm/core/helpers/checker/is-marker.d.ts +1 -0
- package/esm/core/helpers/checker/is-marker.js +2 -4
- package/esm/core/helpers/utils/attr.js +3 -1
- package/esm/core/helpers/utils/css.d.ts +1 -0
- package/esm/core/helpers/utils/css.js +3 -1
- package/esm/core/helpers/utils/error/errors/abort-error.d.ts +0 -5
- package/esm/core/helpers/utils/error/errors/abort-error.js +0 -8
- package/esm/core/helpers/utils/selector.js +2 -1
- package/esm/core/helpers/utils/utils.d.ts +2 -1
- package/esm/core/helpers/utils/utils.js +8 -0
- package/esm/core/plugin/helpers/init-instance.d.ts +2 -2
- package/esm/core/plugin/helpers/init-instance.js +2 -3
- package/esm/core/plugin/plugin-system.d.ts +5 -1
- package/esm/core/plugin/plugin-system.js +8 -5
- package/esm/core/selection/style/api/list/wrap-list.js +3 -2
- package/esm/core/selection/style/transactions.js +1 -1
- package/esm/core/ui/button/button/button.js +6 -3
- package/esm/core/ui/element.d.ts +2 -3
- package/esm/core/ui/group/list.d.ts +0 -1
- package/esm/core/ui/group/list.js +8 -6
- package/esm/modules/file-browser/builders/context-menu.js +3 -2
- package/esm/modules/file-browser/builders/utils.d.ts +12 -0
- package/esm/modules/file-browser/builders/utils.js +12 -0
- package/esm/modules/file-browser/listeners/native-listeners.d.ts +1 -12
- package/esm/modules/file-browser/listeners/native-listeners.js +3 -13
- package/esm/modules/history/command.d.ts +2 -3
- package/esm/modules/history/history.d.ts +1 -1
- package/esm/modules/history/history.js +2 -2
- package/esm/modules/toolbar/button/button.d.ts +0 -5
- package/esm/modules/toolbar/button/button.js +21 -11
- package/esm/modules/toolbar/collection/collection.d.ts +1 -2
- package/esm/modules/toolbar/collection/collection.js +6 -3
- package/esm/modules/toolbar/factory.js +8 -6
- package/esm/plugins/about/about.js +2 -2
- package/package.json +1 -1
- package/types/core/decorators/component/component.d.ts +4 -3
- package/types/core/decorators/watch/watch.d.ts +1 -2
- package/types/core/dom/dom.d.ts +5 -0
- package/types/core/event-emitter/global.d.ts +2 -0
- package/types/core/global.d.ts +2 -2
- package/types/core/helpers/checker/is-marker.d.ts +1 -0
- package/types/core/helpers/utils/css.d.ts +1 -0
- package/types/core/helpers/utils/error/errors/abort-error.d.ts +0 -5
- package/types/core/helpers/utils/utils.d.ts +2 -1
- package/types/core/plugin/helpers/init-instance.d.ts +2 -2
- package/types/core/plugin/plugin-system.d.ts +5 -1
- package/types/core/ui/element.d.ts +2 -3
- package/types/core/ui/group/list.d.ts +0 -1
- package/types/modules/file-browser/builders/utils.d.ts +12 -0
- package/types/modules/file-browser/listeners/native-listeners.d.ts +1 -12
- package/types/modules/history/command.d.ts +2 -3
- package/types/modules/history/history.d.ts +1 -1
- package/types/modules/toolbar/button/button.d.ts +0 -5
- package/types/modules/toolbar/collection/collection.d.ts +1 -2
package/es2015/jodit.css
CHANGED
|
@@ -1,83 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
|
|
3
3
|
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
4
|
-
* Version: v4.
|
|
4
|
+
* Version: v4.9.5
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
/*!
|
|
10
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
13
|
-
*/
|
|
14
|
-
.jodit-ui-group {
|
|
15
|
-
display: inline-flex;
|
|
16
|
-
max-width: 100%;
|
|
17
|
-
flex: 0 0 auto;
|
|
18
|
-
flex-shrink: 0;
|
|
19
|
-
flex-wrap: wrap;
|
|
20
|
-
}
|
|
21
|
-
.jodit-ui-group_line_true {
|
|
22
|
-
display: flex;
|
|
23
|
-
justify-content: stretch;
|
|
24
|
-
}
|
|
25
|
-
.jodit-ui-group_separated_true:not(:last-child):not(.jodit-ui-group_before-spacer_true)::after {
|
|
26
|
-
content: '';
|
|
27
|
-
padding: 0;
|
|
28
|
-
border-right: 1px solid var(--jd-color-border);
|
|
29
|
-
border-left: 0;
|
|
30
|
-
margin: 2px;
|
|
31
|
-
cursor: default;
|
|
32
|
-
}
|
|
33
|
-
.jodit-ui-group:last-child {
|
|
34
|
-
border-bottom: 0;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
/*!
|
|
38
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
39
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
41
|
-
*/
|
|
42
|
-
.jodit-ui-list {
|
|
43
|
-
display: flex;
|
|
44
|
-
flex-direction: column;
|
|
45
|
-
}
|
|
46
|
-
.jodit-ui-list_mode_vertical .jodit-ui-group {
|
|
47
|
-
flex-direction: column;
|
|
48
|
-
border: 0;
|
|
49
|
-
background-color: transparent;
|
|
50
|
-
}
|
|
51
|
-
.jodit-ui-list_mode_vertical .jodit-toolbar-button {
|
|
52
|
-
height: auto;
|
|
53
|
-
min-height: var(--jd-button-size);
|
|
54
|
-
}
|
|
55
|
-
.jodit-ui-list_mode_vertical .jodit-toolbar-button__button {
|
|
56
|
-
width: 100%;
|
|
57
|
-
height: auto;
|
|
58
|
-
min-height: var(--jd-button-size);
|
|
59
|
-
cursor: pointer;
|
|
60
|
-
}
|
|
61
|
-
.jodit-ui-list_mode_vertical .jodit-toolbar-button__text:not(:empty) {
|
|
62
|
-
justify-content: left;
|
|
63
|
-
}
|
|
64
|
-
.jodit-ui-separator {
|
|
65
|
-
padding: 0;
|
|
66
|
-
border-right: 1px solid var(--jd-color-border);
|
|
67
|
-
border-left: 0;
|
|
68
|
-
margin: 2px;
|
|
69
|
-
cursor: default;
|
|
70
|
-
}
|
|
71
|
-
.jodit-ui-break {
|
|
72
|
-
width: 0;
|
|
73
|
-
height: 0 !important;
|
|
74
|
-
flex-basis: 100%;
|
|
75
|
-
border-top: 1px solid var(--jd-color-border);
|
|
76
|
-
}
|
|
77
|
-
.jodit-ui-spacer {
|
|
78
|
-
flex: 1;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
9
|
/*!
|
|
82
10
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
83
11
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -715,6 +643,34 @@
|
|
|
715
643
|
outline: 1px dashed #bd2130;
|
|
716
644
|
}
|
|
717
645
|
|
|
646
|
+
/*!
|
|
647
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
648
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
649
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
650
|
+
*/
|
|
651
|
+
.jodit-ui-group {
|
|
652
|
+
display: inline-flex;
|
|
653
|
+
max-width: 100%;
|
|
654
|
+
flex: 0 0 auto;
|
|
655
|
+
flex-shrink: 0;
|
|
656
|
+
flex-wrap: wrap;
|
|
657
|
+
}
|
|
658
|
+
.jodit-ui-group_line_true {
|
|
659
|
+
display: flex;
|
|
660
|
+
justify-content: stretch;
|
|
661
|
+
}
|
|
662
|
+
.jodit-ui-group_separated_true:not(:last-child):not(.jodit-ui-group_before-spacer_true)::after {
|
|
663
|
+
content: '';
|
|
664
|
+
padding: 0;
|
|
665
|
+
border-right: 1px solid var(--jd-color-border);
|
|
666
|
+
border-left: 0;
|
|
667
|
+
margin: 2px;
|
|
668
|
+
cursor: default;
|
|
669
|
+
}
|
|
670
|
+
.jodit-ui-group:last-child {
|
|
671
|
+
border-bottom: 0;
|
|
672
|
+
}
|
|
673
|
+
|
|
718
674
|
.jodit-ui-button-group {
|
|
719
675
|
margin-bottom: var(--jd-padding-default);
|
|
720
676
|
}
|
|
@@ -1236,6 +1192,50 @@
|
|
|
1236
1192
|
opacity: 0;
|
|
1237
1193
|
}
|
|
1238
1194
|
|
|
1195
|
+
/*!
|
|
1196
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1197
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1198
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1199
|
+
*/
|
|
1200
|
+
.jodit-ui-list {
|
|
1201
|
+
display: flex;
|
|
1202
|
+
flex-direction: column;
|
|
1203
|
+
}
|
|
1204
|
+
.jodit-ui-list_mode_vertical .jodit-ui-group {
|
|
1205
|
+
flex-direction: column;
|
|
1206
|
+
border: 0;
|
|
1207
|
+
background-color: transparent;
|
|
1208
|
+
}
|
|
1209
|
+
.jodit-ui-list_mode_vertical .jodit-toolbar-button {
|
|
1210
|
+
height: auto;
|
|
1211
|
+
min-height: var(--jd-button-size);
|
|
1212
|
+
}
|
|
1213
|
+
.jodit-ui-list_mode_vertical .jodit-toolbar-button__button {
|
|
1214
|
+
width: 100%;
|
|
1215
|
+
height: auto;
|
|
1216
|
+
min-height: var(--jd-button-size);
|
|
1217
|
+
cursor: pointer;
|
|
1218
|
+
}
|
|
1219
|
+
.jodit-ui-list_mode_vertical .jodit-toolbar-button__text:not(:empty) {
|
|
1220
|
+
justify-content: left;
|
|
1221
|
+
}
|
|
1222
|
+
.jodit-ui-separator {
|
|
1223
|
+
padding: 0;
|
|
1224
|
+
border-right: 1px solid var(--jd-color-border);
|
|
1225
|
+
border-left: 0;
|
|
1226
|
+
margin: 2px;
|
|
1227
|
+
cursor: default;
|
|
1228
|
+
}
|
|
1229
|
+
.jodit-ui-break {
|
|
1230
|
+
width: 0;
|
|
1231
|
+
height: 0 !important;
|
|
1232
|
+
flex-basis: 100%;
|
|
1233
|
+
border-top: 1px solid var(--jd-color-border);
|
|
1234
|
+
}
|
|
1235
|
+
.jodit-ui-spacer {
|
|
1236
|
+
flex: 1;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
1239
|
/*!
|
|
1240
1240
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1241
1241
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -1408,848 +1408,1009 @@
|
|
|
1408
1408
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1409
1409
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1410
1410
|
*/
|
|
1411
|
-
.jodit-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
.jodit-toolbar-collection_mode_horizontal,
|
|
1417
|
-
.jodit-toolbar-editor-collection_mode_horizontal {
|
|
1418
|
-
position: relative;
|
|
1419
|
-
background-image: repeating-linear-gradient(transparent 0, transparent calc(var(--jd-button-size) - 1px), var(--jd-color-border) var(--jd-button-size));
|
|
1420
|
-
}
|
|
1421
|
-
.jodit-toolbar-collection_mode_horizontal::after,
|
|
1422
|
-
.jodit-toolbar-editor-collection_mode_horizontal::after {
|
|
1423
|
-
position: absolute;
|
|
1424
|
-
bottom: 0;
|
|
1425
|
-
left: 0;
|
|
1426
|
-
display: block;
|
|
1427
|
-
width: 100%;
|
|
1428
|
-
height: 1px;
|
|
1411
|
+
.jodit-toolbar__box:not(:empty) {
|
|
1412
|
+
--jd-color-background-default: var(--jd-color-panel);
|
|
1413
|
+
overflow: hidden;
|
|
1414
|
+
border-radius: var(--jd-border-radius-default) var(--jd-border-radius-default) 0 0;
|
|
1415
|
+
border-bottom: 1px solid var(--jd-color-border);
|
|
1429
1416
|
background-color: var(--jd-color-background-default);
|
|
1430
|
-
content: '';
|
|
1431
1417
|
}
|
|
1432
|
-
.jodit-toolbar-
|
|
1433
|
-
|
|
1434
|
-
--jd-button-icon-size: 8px;
|
|
1435
|
-
}
|
|
1436
|
-
.jodit-toolbar-collection_size_tiny.jodit-toolbar-collection_mode_horizontal,
|
|
1437
|
-
.jodit-toolbar-editor-collection_size_tiny.jodit-toolbar-collection_mode_horizontal,
|
|
1438
|
-
.jodit-toolbar-collection_size_tiny.jodit-toolbar-editor-collection_mode_horizontal,
|
|
1439
|
-
.jodit-toolbar-editor-collection_size_tiny.jodit-toolbar-editor-collection_mode_horizontal {
|
|
1440
|
-
background-image: repeating-linear-gradient(transparent 0, transparent 19px, var(--jd-color-border) 20px);
|
|
1418
|
+
.jodit-toolbar__box:not(:empty) .jodit-toolbar-editor-collection::after {
|
|
1419
|
+
background-color: var(--jd-color-panel);
|
|
1441
1420
|
}
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1421
|
+
|
|
1422
|
+
/*!
|
|
1423
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1424
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1425
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1426
|
+
*/
|
|
1427
|
+
.jodit-dialog {
|
|
1428
|
+
font-family: var(--jd-font-default);
|
|
1429
|
+
font-size: var(--jd-font-size-default);
|
|
1430
|
+
position: absolute;
|
|
1431
|
+
display: none;
|
|
1432
|
+
width: 0;
|
|
1433
|
+
height: 0;
|
|
1434
|
+
box-sizing: border-box;
|
|
1435
|
+
border: 0;
|
|
1436
|
+
will-change: left, top, width, height;
|
|
1445
1437
|
}
|
|
1446
|
-
.jodit-
|
|
1447
|
-
|
|
1448
|
-
.jodit-toolbar-collection_size_xsmall.jodit-toolbar-editor-collection_mode_horizontal,
|
|
1449
|
-
.jodit-toolbar-editor-collection_size_xsmall.jodit-toolbar-editor-collection_mode_horizontal {
|
|
1450
|
-
background-image: repeating-linear-gradient(transparent 0, transparent 25px, var(--jd-color-border) 26px);
|
|
1438
|
+
.jodit-dialog_moved_true {
|
|
1439
|
+
user-select: none;
|
|
1451
1440
|
}
|
|
1452
|
-
.jodit-
|
|
1453
|
-
|
|
1454
|
-
--jd-button-icon-size: 12px;
|
|
1441
|
+
.jodit-dialog * {
|
|
1442
|
+
box-sizing: border-box;
|
|
1455
1443
|
}
|
|
1456
|
-
.jodit-
|
|
1457
|
-
.jodit-
|
|
1458
|
-
|
|
1459
|
-
.jodit-toolbar-editor-collection_size_small.jodit-toolbar-editor-collection_mode_horizontal {
|
|
1460
|
-
background-image: repeating-linear-gradient(transparent 0, transparent 31px, var(--jd-color-border) 32px);
|
|
1444
|
+
.jodit-dialog .jodit_elfinder,
|
|
1445
|
+
.jodit-dialog .jodit_elfinder * {
|
|
1446
|
+
box-sizing: initial;
|
|
1461
1447
|
}
|
|
1462
|
-
.jodit-
|
|
1463
|
-
|
|
1464
|
-
--jd-
|
|
1448
|
+
.jodit-dialog__overlay {
|
|
1449
|
+
position: fixed;
|
|
1450
|
+
z-index: var(--jd-z-index-dialog-overlay);
|
|
1451
|
+
top: 0;
|
|
1452
|
+
left: 0;
|
|
1453
|
+
display: none;
|
|
1454
|
+
overflow: auto;
|
|
1455
|
+
width: 100%;
|
|
1456
|
+
height: 100%;
|
|
1457
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
1458
|
+
text-align: center;
|
|
1459
|
+
white-space: nowrap;
|
|
1465
1460
|
}
|
|
1466
|
-
.jodit-
|
|
1467
|
-
|
|
1468
|
-
.jodit-toolbar-collection_size_middle.jodit-toolbar-editor-collection_mode_horizontal,
|
|
1469
|
-
.jodit-toolbar-editor-collection_size_middle.jodit-toolbar-editor-collection_mode_horizontal {
|
|
1470
|
-
background-image: repeating-linear-gradient(transparent 0, transparent 37px, var(--jd-color-border) 38px);
|
|
1461
|
+
.jodit-dialog_static_true .jodit-dialog__overlay {
|
|
1462
|
+
display: none;
|
|
1471
1463
|
}
|
|
1472
|
-
.jodit-
|
|
1473
|
-
|
|
1474
|
-
--jd-button-icon-size: 16px;
|
|
1464
|
+
.jodit-dialog_modal_true .jodit-dialog__overlay {
|
|
1465
|
+
display: block;
|
|
1475
1466
|
}
|
|
1476
|
-
.jodit-
|
|
1477
|
-
|
|
1478
|
-
.jodit-toolbar-collection_size_large.jodit-toolbar-editor-collection_mode_horizontal,
|
|
1479
|
-
.jodit-toolbar-editor-collection_size_large.jodit-toolbar-editor-collection_mode_horizontal {
|
|
1480
|
-
background-image: repeating-linear-gradient(transparent 0, transparent 43px, var(--jd-color-border) 44px);
|
|
1467
|
+
.jodit-dialog_active_true {
|
|
1468
|
+
display: block;
|
|
1481
1469
|
}
|
|
1482
|
-
.jodit-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1470
|
+
.jodit-dialog__panel {
|
|
1471
|
+
position: fixed;
|
|
1472
|
+
z-index: var(--jd-z-index-dialog);
|
|
1473
|
+
top: 0;
|
|
1474
|
+
left: 0;
|
|
1475
|
+
display: flex;
|
|
1476
|
+
min-width: 200px;
|
|
1477
|
+
max-width: 100%;
|
|
1478
|
+
min-height: 100px;
|
|
1479
|
+
max-height: 100%;
|
|
1480
|
+
flex-flow: column nowrap;
|
|
1481
|
+
background-color: #fff;
|
|
1482
|
+
--jd-box-shadow-blur: calc(var(--jd-padding-default) * 2);
|
|
1483
|
+
--jd-box-shadow-1: 0 var(--jd-padding-default) var(--jd-box-shadow-blur) rgba(0, 0, 0, 0.19);
|
|
1484
|
+
box-shadow: var(--jd-box-shadow-1), 0 6px 6px rgba(0, 0, 0, 0.23);
|
|
1485
|
+
text-align: left;
|
|
1486
|
+
white-space: normal;
|
|
1487
1487
|
}
|
|
1488
|
-
|
|
1489
|
-
.jodit-
|
|
1490
|
-
|
|
1491
|
-
|
|
1488
|
+
@media (max-width: 480px) {
|
|
1489
|
+
.jodit-dialog:not(.jodit-dialog_adaptive_false) .jodit-dialog__panel {
|
|
1490
|
+
top: 0 !important;
|
|
1491
|
+
left: 0 !important;
|
|
1492
|
+
width: 100% !important;
|
|
1493
|
+
max-width: 100%;
|
|
1494
|
+
height: 100% !important;
|
|
1495
|
+
}
|
|
1492
1496
|
}
|
|
1493
|
-
.jodit-
|
|
1494
|
-
|
|
1495
|
-
|
|
1497
|
+
.jodit-dialog_static_true {
|
|
1498
|
+
position: relative;
|
|
1499
|
+
z-index: inherit;
|
|
1500
|
+
display: block;
|
|
1501
|
+
width: auto;
|
|
1496
1502
|
height: auto;
|
|
1497
|
-
|
|
1498
|
-
cursor: pointer;
|
|
1499
|
-
}
|
|
1500
|
-
.jodit-toolbar-collection_mode_vertical .jodit-toolbar-button__text:not(:empty),
|
|
1501
|
-
.jodit-toolbar-editor-collection_mode_vertical .jodit-toolbar-button__text:not(:empty) {
|
|
1502
|
-
justify-content: left;
|
|
1503
|
+
box-sizing: border-box;
|
|
1503
1504
|
}
|
|
1504
|
-
.jodit-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1505
|
+
.jodit-dialog_static_true .jodit-dialog__panel {
|
|
1506
|
+
position: relative;
|
|
1507
|
+
z-index: inherit;
|
|
1508
|
+
top: auto !important;
|
|
1509
|
+
left: auto !important;
|
|
1510
|
+
width: 100% !important;
|
|
1511
|
+
border: 1px solid var(--jd-color-border);
|
|
1512
|
+
box-shadow: none;
|
|
1512
1513
|
}
|
|
1513
|
-
.jodit-
|
|
1514
|
-
.jodit-
|
|
1515
|
-
background-
|
|
1514
|
+
.jodit-dialog_theme_dark,
|
|
1515
|
+
.jodit-dialog_theme_dark .jodit-dialog__panel {
|
|
1516
|
+
background-color: var(--jd-dark-background-darknes);
|
|
1517
|
+
color: var(--jd-dark-text-color);
|
|
1516
1518
|
}
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
:
|
|
1524
|
-
--jd-button-trigger-size: 14px;
|
|
1519
|
+
.jodit-dialog__header {
|
|
1520
|
+
display: flex;
|
|
1521
|
+
min-height: 50px;
|
|
1522
|
+
justify-content: space-between;
|
|
1523
|
+
border-bottom: 1px solid var(--jd-color-border);
|
|
1524
|
+
cursor: move;
|
|
1525
|
+
text-align: left;
|
|
1525
1526
|
}
|
|
1526
|
-
.jodit-toolbar
|
|
1527
|
+
.jodit-dialog__header-toolbar,
|
|
1528
|
+
.jodit-dialog__header-title {
|
|
1527
1529
|
display: flex;
|
|
1528
|
-
|
|
1530
|
+
flex-shrink: 3;
|
|
1529
1531
|
align-items: center;
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
height:
|
|
1532
|
+
padding: 0 var(--jd-padding-default);
|
|
1533
|
+
margin: 0;
|
|
1534
|
+
font-size: 18px;
|
|
1535
|
+
font-weight: 400;
|
|
1536
|
+
line-height: 48px;
|
|
1537
|
+
vertical-align: top;
|
|
1535
1538
|
}
|
|
1536
|
-
|
|
1537
|
-
|
|
1539
|
+
@media (max-width: 480px) {
|
|
1540
|
+
.jodit-dialog__header-toolbar {
|
|
1541
|
+
padding-left: 0;
|
|
1542
|
+
}
|
|
1538
1543
|
}
|
|
1539
|
-
.jodit-
|
|
1540
|
-
|
|
1544
|
+
.jodit-dialog__header-button {
|
|
1545
|
+
height: 48px;
|
|
1546
|
+
flex-basis: 48px;
|
|
1547
|
+
color: #222;
|
|
1548
|
+
font-size: 28px;
|
|
1549
|
+
line-height: 48px;
|
|
1550
|
+
text-align: center;
|
|
1551
|
+
text-decoration: none;
|
|
1552
|
+
transition: background-color 0.2s ease 0s;
|
|
1541
1553
|
}
|
|
1542
|
-
.jodit-
|
|
1543
|
-
|
|
1554
|
+
.jodit-dialog__header-button:hover {
|
|
1555
|
+
background-color: var(--jd-color-background-button-hover);
|
|
1544
1556
|
}
|
|
1545
|
-
.jodit-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
flex-grow: 1;
|
|
1550
|
-
justify-content: center;
|
|
1551
|
-
text-overflow: ellipsis;
|
|
1552
|
-
overflow: hidden;
|
|
1557
|
+
.jodit-dialog__header .jodit_toolbar {
|
|
1558
|
+
border: 0;
|
|
1559
|
+
background: transparent;
|
|
1560
|
+
box-shadow: none;
|
|
1553
1561
|
}
|
|
1554
|
-
.jodit-
|
|
1555
|
-
|
|
1556
|
-
justify-content: left;
|
|
1562
|
+
.jodit-dialog__header .jodit_toolbar > li.jodit-toolbar-button .jodit-input {
|
|
1563
|
+
width: auto;
|
|
1557
1564
|
padding-left: var(--jd-padding-default);
|
|
1558
1565
|
}
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
height: 35px;
|
|
1564
|
-
border-left: 1px solid var(--jd-color-border);
|
|
1565
|
-
content: '';
|
|
1566
|
+
@media (max-width: 480px) {
|
|
1567
|
+
.jodit-dialog:not(.jodit-dialog_adaptive_false) .jodit-dialog__header {
|
|
1568
|
+
flex-direction: column;
|
|
1569
|
+
}
|
|
1566
1570
|
}
|
|
1567
|
-
.jodit-
|
|
1568
|
-
|
|
1571
|
+
.jodit-dialog_slim_true .jodit-dialog__header {
|
|
1572
|
+
min-height: 10px;
|
|
1569
1573
|
}
|
|
1570
|
-
.jodit-
|
|
1571
|
-
|
|
1574
|
+
.jodit-dialog_slim_true .jodit-dialog__header-toolbar,
|
|
1575
|
+
.jodit-dialog_slim_true .jodit-dialog__header-title {
|
|
1576
|
+
padding: 0 calc(var(--jd-padding-default) / 4);
|
|
1572
1577
|
}
|
|
1573
|
-
.jodit-
|
|
1574
|
-
|
|
1578
|
+
.jodit-dialog_theme_dark .jodit-dialog__header {
|
|
1579
|
+
border-color: var(--jd-color-dark);
|
|
1575
1580
|
}
|
|
1576
|
-
.jodit-
|
|
1577
|
-
|
|
1578
|
-
height: 14px;
|
|
1581
|
+
.jodit-dialog_fullsize_true .jodit-dialog__header {
|
|
1582
|
+
cursor: default;
|
|
1579
1583
|
}
|
|
1580
|
-
.jodit-
|
|
1581
|
-
|
|
1582
|
-
height:
|
|
1583
|
-
|
|
1584
|
-
appearance: none;
|
|
1584
|
+
.jodit-dialog__content {
|
|
1585
|
+
overflow: auto;
|
|
1586
|
+
min-height: 100px;
|
|
1587
|
+
flex: 1;
|
|
1585
1588
|
}
|
|
1586
|
-
.jodit-
|
|
1589
|
+
.jodit-dialog__content .jodit-form__group {
|
|
1587
1590
|
padding: 0 var(--jd-padding-default);
|
|
1591
|
+
margin-bottom: calc(var(--jd-padding-default) * 1.5);
|
|
1588
1592
|
}
|
|
1589
|
-
.jodit-
|
|
1590
|
-
|
|
1591
|
-
height: 16px;
|
|
1593
|
+
.jodit-dialog__content .jodit-form__group:first-child {
|
|
1594
|
+
margin-top: var(--jd-padding-default);
|
|
1592
1595
|
}
|
|
1593
|
-
.jodit-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
+
.jodit-dialog__content .jodit-form__group .jodit-input_group {
|
|
1597
|
+
display: table;
|
|
1598
|
+
width: 100%;
|
|
1599
|
+
border-collapse: separate;
|
|
1596
1600
|
}
|
|
1597
|
-
.jodit-
|
|
1598
|
-
|
|
1599
|
-
height:
|
|
1600
|
-
|
|
1601
|
-
appearance: none;
|
|
1601
|
+
.jodit-dialog__content .jodit-form__group .jodit-input_group > * {
|
|
1602
|
+
display: table-cell;
|
|
1603
|
+
height: 34px;
|
|
1604
|
+
vertical-align: middle;
|
|
1602
1605
|
}
|
|
1603
|
-
.jodit-
|
|
1604
|
-
|
|
1606
|
+
.jodit-dialog__content .jodit-form__group .jodit-input_group > input {
|
|
1607
|
+
margin: 0 !important;
|
|
1605
1608
|
}
|
|
1606
|
-
.jodit-
|
|
1607
|
-
|
|
1608
|
-
height: 22px;
|
|
1609
|
+
.jodit-dialog__content .jodit-form__group .jodit-input_group > input:not([class*='col-']) {
|
|
1610
|
+
width: 100%;
|
|
1609
1611
|
}
|
|
1610
|
-
.jodit-
|
|
1611
|
-
width:
|
|
1612
|
-
|
|
1612
|
+
.jodit-dialog__content .jodit-form__group .jodit-input_group-buttons {
|
|
1613
|
+
width: 1%;
|
|
1614
|
+
font-size: 0;
|
|
1615
|
+
vertical-align: middle;
|
|
1616
|
+
white-space: nowrap;
|
|
1613
1617
|
}
|
|
1614
|
-
.jodit-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1618
|
+
.jodit-dialog__content .jodit-form__group .jodit-input_group-buttons > .jodit-button {
|
|
1619
|
+
height: 34px;
|
|
1620
|
+
border: 1px solid var(--jd-color-border);
|
|
1621
|
+
border-radius: 0;
|
|
1622
|
+
margin-left: -1px;
|
|
1623
|
+
line-height: 34px;
|
|
1619
1624
|
}
|
|
1620
|
-
.jodit-
|
|
1621
|
-
|
|
1625
|
+
.jodit-dialog__footer {
|
|
1626
|
+
display: none;
|
|
1627
|
+
flex-wrap: nowrap;
|
|
1628
|
+
justify-content: space-between;
|
|
1629
|
+
padding: var(--jd-padding-default);
|
|
1622
1630
|
}
|
|
1623
|
-
.jodit-
|
|
1624
|
-
|
|
1625
|
-
height: 28px;
|
|
1631
|
+
.jodit-dialog__footer button {
|
|
1632
|
+
margin-right: calc(var(--jd-padding-default) / 2);
|
|
1626
1633
|
}
|
|
1627
|
-
.jodit-
|
|
1628
|
-
|
|
1629
|
-
height: 12px;
|
|
1634
|
+
.jodit-dialog__footer button:last-child {
|
|
1635
|
+
margin-right: 0;
|
|
1630
1636
|
}
|
|
1631
|
-
.jodit-
|
|
1632
|
-
|
|
1633
|
-
height: 28px;
|
|
1634
|
-
padding: 0;
|
|
1635
|
-
appearance: none;
|
|
1637
|
+
.jodit-dialog__column {
|
|
1638
|
+
display: flex;
|
|
1636
1639
|
}
|
|
1637
|
-
.jodit-
|
|
1638
|
-
|
|
1640
|
+
.jodit-dialog__resizer {
|
|
1641
|
+
display: none;
|
|
1642
|
+
position: relative;
|
|
1639
1643
|
}
|
|
1640
|
-
.jodit-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
width:
|
|
1646
|
-
height:
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
height: 40px;
|
|
1651
|
-
padding: 0;
|
|
1652
|
-
appearance: none;
|
|
1653
|
-
}
|
|
1654
|
-
.jodit-toolbar-button_size_large_text-icons_true button {
|
|
1655
|
-
padding: 0 var(--jd-padding-default);
|
|
1644
|
+
.jodit-dialog__resizer svg {
|
|
1645
|
+
position: absolute;
|
|
1646
|
+
right: 0;
|
|
1647
|
+
bottom: 0;
|
|
1648
|
+
overflow: hidden;
|
|
1649
|
+
width: 12px;
|
|
1650
|
+
height: 12px;
|
|
1651
|
+
cursor: nwse-resize;
|
|
1652
|
+
fill: var(--jd-color-gray-dark);
|
|
1653
|
+
user-select: none;
|
|
1656
1654
|
}
|
|
1657
|
-
.jodit-
|
|
1658
|
-
|
|
1655
|
+
.jodit-dialog_resizable_true .jodit-dialog__resizer {
|
|
1656
|
+
display: block;
|
|
1659
1657
|
}
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1658
|
+
@media (max-width: 480px) {
|
|
1659
|
+
.jodit-dialog__resizer {
|
|
1660
|
+
display: none;
|
|
1661
|
+
}
|
|
1663
1662
|
}
|
|
1664
|
-
.jodit-
|
|
1665
|
-
|
|
1666
|
-
|
|
1663
|
+
.jodit-dialog_prompt {
|
|
1664
|
+
min-width: 200px;
|
|
1665
|
+
max-width: 300px;
|
|
1666
|
+
padding: var(--jd-padding-default);
|
|
1667
|
+
word-break: break-all;
|
|
1667
1668
|
}
|
|
1668
|
-
.jodit-
|
|
1669
|
-
|
|
1669
|
+
.jodit-dialog_prompt label {
|
|
1670
|
+
display: block;
|
|
1671
|
+
margin-bottom: calc(var(--jd-padding-default) / 2);
|
|
1670
1672
|
}
|
|
1671
|
-
.jodit-
|
|
1672
|
-
|
|
1673
|
-
|
|
1673
|
+
.jodit-dialog_alert {
|
|
1674
|
+
min-width: 200px;
|
|
1675
|
+
max-width: 300px;
|
|
1676
|
+
padding: var(--jd-padding-default);
|
|
1677
|
+
word-break: break-all;
|
|
1674
1678
|
}
|
|
1675
|
-
.jodit-
|
|
1676
|
-
|
|
1677
|
-
stroke: #212529;
|
|
1679
|
+
.jodit-dialog_footer_true .jodit-dialog__footer {
|
|
1680
|
+
display: flex;
|
|
1678
1681
|
}
|
|
1679
|
-
.jodit-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
+
.jodit_fullsize .jodit-dialog__panel {
|
|
1683
|
+
width: 100% !important;
|
|
1684
|
+
height: 100% !important;
|
|
1685
|
+
inset: 0 !important;
|
|
1682
1686
|
}
|
|
1683
|
-
.jodit-
|
|
1684
|
-
|
|
1685
|
-
stroke: #212529;
|
|
1687
|
+
.jodit_fullsize .jodit-dialog__panel .jodit-dialog__resizer {
|
|
1688
|
+
display: none;
|
|
1686
1689
|
}
|
|
1687
|
-
.jodit-
|
|
1688
|
-
|
|
1690
|
+
.jodit-dialog .jodit-ui-messages {
|
|
1691
|
+
z-index: var(--jd-z-index-dialog);
|
|
1689
1692
|
}
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
+
|
|
1694
|
+
/*!
|
|
1695
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1696
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1697
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1698
|
+
*/
|
|
1699
|
+
.jodit-context-menu {
|
|
1700
|
+
position: static;
|
|
1701
|
+
width: auto;
|
|
1702
|
+
max-width: none;
|
|
1703
|
+
height: auto;
|
|
1704
|
+
padding: 0;
|
|
1705
|
+
border: 0;
|
|
1706
|
+
margin: 0;
|
|
1707
|
+
background: 0 0;
|
|
1708
|
+
float: none;
|
|
1709
|
+
outline: 0;
|
|
1710
|
+
position: fixed;
|
|
1711
|
+
z-index: var(--jd-z-index-popup);
|
|
1712
|
+
display: inline-block;
|
|
1713
|
+
box-shadow: var(--jd-popup-box-shadow);
|
|
1714
|
+
transform: translate3d(0, 0, 0);
|
|
1715
|
+
z-index: var(--jd-z-index-context-menu);
|
|
1716
|
+
font-family: var(--jd-font-default);
|
|
1717
|
+
font-size: var(--jd-font-size-default);
|
|
1693
1718
|
}
|
|
1694
|
-
.jodit-
|
|
1695
|
-
|
|
1696
|
-
|
|
1719
|
+
.jodit-context-menu__content {
|
|
1720
|
+
font-family: var(--jd-font-default);
|
|
1721
|
+
font-size: var(--jd-font-size-default);
|
|
1722
|
+
overflow: auto;
|
|
1723
|
+
max-height: var(--jd-popup-max-height, 400px);
|
|
1724
|
+
padding: var(--jd-padding-default);
|
|
1725
|
+
background: var(--jd-color-background-default);
|
|
1726
|
+
overflow-scrolling: touch;
|
|
1697
1727
|
}
|
|
1698
|
-
.jodit-
|
|
1699
|
-
|
|
1728
|
+
.jodit-context-menu_padding_false .jodit-context-menu__content {
|
|
1729
|
+
padding: 0;
|
|
1700
1730
|
}
|
|
1701
|
-
.jodit-
|
|
1702
|
-
|
|
1703
|
-
color: #fff;
|
|
1731
|
+
.jodit-context-menu_max-height_false .jodit-context-menu__content {
|
|
1732
|
+
max-height: fit-content;
|
|
1704
1733
|
}
|
|
1705
|
-
.jodit-
|
|
1706
|
-
|
|
1707
|
-
stroke: #fff;
|
|
1734
|
+
.jodit-context-menu .jodit-ui-button {
|
|
1735
|
+
display: flex;
|
|
1708
1736
|
}
|
|
1709
|
-
.jodit-
|
|
1710
|
-
|
|
1711
|
-
color: #fff;
|
|
1737
|
+
.jodit-context-menu button {
|
|
1738
|
+
width: 100%;
|
|
1712
1739
|
}
|
|
1713
|
-
.jodit-
|
|
1714
|
-
|
|
1715
|
-
stroke: #fff;
|
|
1740
|
+
.jodit-context-menu_theme_dark {
|
|
1741
|
+
background-color: var(--jd-dark-background-color);
|
|
1716
1742
|
}
|
|
1717
|
-
|
|
1718
|
-
|
|
1743
|
+
|
|
1744
|
+
/*!
|
|
1745
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1746
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1747
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1748
|
+
*/
|
|
1749
|
+
:root {
|
|
1750
|
+
--jd-image-editor-resizer-border-color: #05ff00;
|
|
1751
|
+
--jd-image-editor-resizer-target-size: padding-default;
|
|
1752
|
+
--jd-image-editor-resizer-target-border-color: #383838;
|
|
1753
|
+
--jd-image-editor-resizer-target-bg-color: #8c7878;
|
|
1719
1754
|
}
|
|
1720
|
-
.jodit-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1755
|
+
.jodit-image-editor {
|
|
1756
|
+
overflow: hidden;
|
|
1757
|
+
width: 100%;
|
|
1758
|
+
height: 100%;
|
|
1759
|
+
padding: var(--jd-padding-default);
|
|
1724
1760
|
}
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1761
|
+
@media (max-width: 768px) {
|
|
1762
|
+
.jodit-image-editor {
|
|
1763
|
+
height: auto;
|
|
1764
|
+
}
|
|
1728
1765
|
}
|
|
1729
|
-
.jodit-
|
|
1730
|
-
|
|
1766
|
+
.jodit-image-editor > div,
|
|
1767
|
+
.jodit-image-editor > div > div {
|
|
1768
|
+
height: 100%;
|
|
1731
1769
|
}
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1770
|
+
@media (max-width: 768px) {
|
|
1771
|
+
.jodit-image-editor > div,
|
|
1772
|
+
.jodit-image-editor > div > div {
|
|
1773
|
+
height: auto;
|
|
1774
|
+
min-height: 200px;
|
|
1775
|
+
}
|
|
1735
1776
|
}
|
|
1736
|
-
.jodit-
|
|
1737
|
-
|
|
1738
|
-
stroke: #212529;
|
|
1777
|
+
.jodit-image-editor * {
|
|
1778
|
+
box-sizing: border-box;
|
|
1739
1779
|
}
|
|
1740
|
-
.jodit-
|
|
1741
|
-
|
|
1742
|
-
|
|
1780
|
+
.jodit-image-editor .jodit-image-editor__slider-title {
|
|
1781
|
+
padding: 0.8em 1em;
|
|
1782
|
+
border-bottom: 1px solid rgba(158, 158, 158, 0.31);
|
|
1783
|
+
background-color: #f9f9f9;
|
|
1784
|
+
color: #333333;
|
|
1785
|
+
cursor: pointer;
|
|
1786
|
+
font-weight: bold;
|
|
1787
|
+
line-height: 1em;
|
|
1788
|
+
text-overflow: ellipsis;
|
|
1789
|
+
text-shadow: #f3f3f3 0 1px 0;
|
|
1790
|
+
user-select: none;
|
|
1791
|
+
white-space: nowrap;
|
|
1743
1792
|
}
|
|
1744
|
-
.jodit-
|
|
1745
|
-
|
|
1746
|
-
|
|
1793
|
+
.jodit-image-editor .jodit-image-editor__slider-title svg {
|
|
1794
|
+
display: inline-block;
|
|
1795
|
+
width: 16px;
|
|
1796
|
+
margin-right: var(--jd-padding-default);
|
|
1797
|
+
vertical-align: middle;
|
|
1747
1798
|
}
|
|
1748
|
-
.jodit-
|
|
1749
|
-
|
|
1799
|
+
.jodit-image-editor .jodit-image-editor__slider-content {
|
|
1800
|
+
display: none;
|
|
1750
1801
|
}
|
|
1751
|
-
.jodit-
|
|
1752
|
-
background-color: #
|
|
1802
|
+
.jodit-image-editor .jodit-image-editor__slider.jodit-image-editor_active .jodit-image-editor__slider-title {
|
|
1803
|
+
background-color: #5d5d5d;
|
|
1753
1804
|
color: #fff;
|
|
1805
|
+
text-shadow: #000 0 1px 0;
|
|
1754
1806
|
}
|
|
1755
|
-
.jodit-
|
|
1756
|
-
fill:
|
|
1757
|
-
stroke: #fff;
|
|
1758
|
-
}
|
|
1759
|
-
.jodit-toolbar-button_variant_success [disabled] {
|
|
1760
|
-
opacity: 0.7;
|
|
1807
|
+
.jodit-image-editor .jodit-image-editor__slider.jodit-image-editor_active .jodit-image-editor__slider-title svg {
|
|
1808
|
+
fill: white;
|
|
1761
1809
|
}
|
|
1762
|
-
.jodit-
|
|
1763
|
-
|
|
1764
|
-
color: #fff;
|
|
1810
|
+
.jodit-image-editor .jodit-image-editor__slider.jodit-image-editor_active .jodit-image-editor__slider-content {
|
|
1811
|
+
display: block;
|
|
1765
1812
|
}
|
|
1766
|
-
.jodit-
|
|
1767
|
-
|
|
1768
|
-
|
|
1813
|
+
.jodit-image-editor__area {
|
|
1814
|
+
position: relative;
|
|
1815
|
+
display: none;
|
|
1816
|
+
overflow: hidden;
|
|
1817
|
+
width: 100%;
|
|
1818
|
+
height: 100%;
|
|
1819
|
+
background-color: #eee;
|
|
1820
|
+
background-image: linear-gradient(45deg, var(--jd-color-border) 25%, transparent 25%, transparent 75%, var(--jd-color-border) 75%, var(--jd-color-border)), linear-gradient(45deg, var(--jd-color-border) 25%, transparent 25%, transparent 75%, var(--jd-color-border) 75%, var(--jd-color-border));
|
|
1821
|
+
background-position: 0 0,
|
|
1822
|
+
15px 15px;
|
|
1823
|
+
background-size: 30px 30px;
|
|
1824
|
+
user-select: none;
|
|
1769
1825
|
}
|
|
1770
|
-
.jodit-
|
|
1771
|
-
|
|
1772
|
-
color: #fff;
|
|
1826
|
+
.jodit-image-editor__area.jodit-image-editor_active {
|
|
1827
|
+
display: block;
|
|
1773
1828
|
}
|
|
1774
|
-
.jodit-
|
|
1775
|
-
|
|
1776
|
-
|
|
1829
|
+
.jodit-image-editor__area .jodit-image-editor__box {
|
|
1830
|
+
position: relative;
|
|
1831
|
+
z-index: 1;
|
|
1832
|
+
overflow: hidden;
|
|
1833
|
+
height: 100%;
|
|
1834
|
+
pointer-events: none;
|
|
1777
1835
|
}
|
|
1778
|
-
.jodit-
|
|
1779
|
-
|
|
1836
|
+
.jodit-image-editor__area .jodit-image-editor__box img {
|
|
1837
|
+
max-width: 100%;
|
|
1838
|
+
max-height: 100%;
|
|
1839
|
+
user-select: none;
|
|
1780
1840
|
}
|
|
1781
|
-
.jodit-
|
|
1782
|
-
|
|
1783
|
-
|
|
1841
|
+
.jodit-image-editor__area .jodit-image-editor__croper,
|
|
1842
|
+
.jodit-image-editor__area .jodit-image-editor__resizer {
|
|
1843
|
+
position: absolute;
|
|
1844
|
+
z-index: 2;
|
|
1845
|
+
top: var(--jd-padding-default);
|
|
1846
|
+
left: 20px;
|
|
1847
|
+
width: 100px;
|
|
1848
|
+
height: 100px;
|
|
1849
|
+
border: 1px solid #fff;
|
|
1850
|
+
background-repeat: no-repeat;
|
|
1851
|
+
box-shadow: 0 0 11px #000;
|
|
1852
|
+
pointer-events: none;
|
|
1784
1853
|
}
|
|
1785
|
-
.jodit-
|
|
1786
|
-
|
|
1787
|
-
|
|
1854
|
+
.jodit-image-editor__area .jodit-image-editor__croper i.jodit_bottomright,
|
|
1855
|
+
.jodit-image-editor__area .jodit-image-editor__resizer i.jodit_bottomright {
|
|
1856
|
+
position: absolute;
|
|
1857
|
+
z-index: 4;
|
|
1858
|
+
right: calc(var(--jd-padding-default) * -1);
|
|
1859
|
+
bottom: calc(var(--jd-padding-default) * -1);
|
|
1860
|
+
display: inline-block;
|
|
1861
|
+
width: 20px;
|
|
1862
|
+
height: 20px;
|
|
1863
|
+
border: 1px solid var(--jd-image-editor-resizer-target-border-color);
|
|
1864
|
+
border-radius: 50%;
|
|
1865
|
+
background-color: var(--jd-image-editor-resizer-target-bg-color);
|
|
1866
|
+
box-shadow: 0 0 11px #000;
|
|
1867
|
+
cursor: se-resize;
|
|
1868
|
+
pointer-events: all;
|
|
1788
1869
|
}
|
|
1789
|
-
.jodit-
|
|
1790
|
-
|
|
1870
|
+
.jodit-image-editor__area .jodit-image-editor__croper i.jodit_bottomright:active,
|
|
1871
|
+
.jodit-image-editor__area .jodit-image-editor__resizer i.jodit_bottomright:active {
|
|
1872
|
+
border: 1px solid yellow;
|
|
1791
1873
|
}
|
|
1792
|
-
.jodit-
|
|
1793
|
-
|
|
1794
|
-
|
|
1874
|
+
.jodit-image-editor__area.jodit-image-editor__area_crop {
|
|
1875
|
+
position: relative;
|
|
1876
|
+
height: 100%;
|
|
1877
|
+
background: #eee;
|
|
1878
|
+
line-height: 100%;
|
|
1879
|
+
text-align: center;
|
|
1795
1880
|
}
|
|
1796
|
-
.jodit-
|
|
1797
|
-
|
|
1798
|
-
|
|
1881
|
+
.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box {
|
|
1882
|
+
overflow: visible;
|
|
1883
|
+
height: 100%;
|
|
1884
|
+
line-height: 100%;
|
|
1885
|
+
pointer-events: all;
|
|
1886
|
+
text-align: left;
|
|
1799
1887
|
}
|
|
1800
|
-
.jodit-
|
|
1801
|
-
|
|
1802
|
-
|
|
1888
|
+
.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box img {
|
|
1889
|
+
width: 100%;
|
|
1890
|
+
max-width: 100%;
|
|
1891
|
+
height: 100%;
|
|
1892
|
+
max-height: 100%;
|
|
1803
1893
|
}
|
|
1804
|
-
.jodit-
|
|
1805
|
-
|
|
1806
|
-
|
|
1894
|
+
.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box::after {
|
|
1895
|
+
position: absolute;
|
|
1896
|
+
z-index: 1;
|
|
1897
|
+
margin: auto;
|
|
1898
|
+
background: rgba(255, 255, 255, 0.3);
|
|
1899
|
+
content: '';
|
|
1900
|
+
inset: 0;
|
|
1807
1901
|
}
|
|
1808
|
-
.jodit-
|
|
1809
|
-
|
|
1902
|
+
.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box .jodit-image-editor__croper {
|
|
1903
|
+
cursor: move;
|
|
1904
|
+
pointer-events: all;
|
|
1810
1905
|
}
|
|
1811
|
-
.jodit-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
background: 0 0;
|
|
1819
|
-
|
|
1820
|
-
font-
|
|
1821
|
-
outline: 0;
|
|
1906
|
+
.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box .jodit-image-editor__croper i.jodit-image-editor__sizes {
|
|
1907
|
+
position: absolute;
|
|
1908
|
+
bottom: -30px;
|
|
1909
|
+
left: 100%;
|
|
1910
|
+
display: block;
|
|
1911
|
+
padding: 9px 6px;
|
|
1912
|
+
border-radius: 0.4em;
|
|
1913
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1914
|
+
color: #ffffff;
|
|
1915
|
+
font-size: 12px;
|
|
1822
1916
|
text-align: center;
|
|
1823
|
-
text-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1917
|
+
text-shadow: none;
|
|
1918
|
+
white-space: pre;
|
|
1919
|
+
}
|
|
1920
|
+
.jodit-image-editor__area.jodit-image-editor__area_crop.jodit-image-editor_active {
|
|
1921
|
+
display: flex;
|
|
1827
1922
|
align-items: center;
|
|
1828
1923
|
justify-content: center;
|
|
1829
|
-
padding: 0 var(--jd-padding-default);
|
|
1830
|
-
border-radius: var(--jd-border-radius-default);
|
|
1831
|
-
color: var(--jd-color-text-icons);
|
|
1832
|
-
}
|
|
1833
|
-
.jodit-toolbar-button__button:hover:not([disabled]),
|
|
1834
|
-
.jodit-toolbar-button__button:focus-visible:not([disabled]) {
|
|
1835
|
-
background-color: var(--jd-color-button-background-hover);
|
|
1836
|
-
opacity: 1;
|
|
1837
|
-
outline: 0;
|
|
1838
|
-
}
|
|
1839
|
-
.jodit-toolbar-button__button:active:not([disabled]),
|
|
1840
|
-
.jodit-toolbar-button__button[aria-pressed='true']:not([disabled]) {
|
|
1841
|
-
background-color: var(--jd-color-button-background-hover-opacity40);
|
|
1842
|
-
outline: 0;
|
|
1843
1924
|
}
|
|
1844
|
-
|
|
1845
|
-
|
|
1925
|
+
|
|
1926
|
+
.jodit-file-browser-files {
|
|
1927
|
+
position: relative;
|
|
1928
|
+
display: none;
|
|
1929
|
+
height: 100%;
|
|
1930
|
+
vertical-align: top;
|
|
1931
|
+
overflow-anchor: auto;
|
|
1846
1932
|
}
|
|
1847
|
-
.jodit-
|
|
1848
|
-
|
|
1849
|
-
pointer-events: none;
|
|
1933
|
+
.jodit-file-browser-files .jodit-button {
|
|
1934
|
+
border-radius: 0;
|
|
1850
1935
|
}
|
|
1851
|
-
.jodit-
|
|
1852
|
-
|
|
1936
|
+
.jodit-file-browser-files_loading_true::before {
|
|
1937
|
+
position: absolute;
|
|
1938
|
+
top: 0;
|
|
1939
|
+
left: 0;
|
|
1940
|
+
width: 100%;
|
|
1853
1941
|
height: 100%;
|
|
1854
|
-
|
|
1855
|
-
justify-content: center;
|
|
1856
|
-
border-radius: 0 var(--jd-border-radius-default) var(--jd-border-radius-default) 0;
|
|
1857
|
-
opacity: 0.4;
|
|
1858
|
-
cursor: pointer;
|
|
1859
|
-
--jd-button-trigger-size: 14px;
|
|
1860
|
-
width: calc(var(--jd-button-trigger-size, 14px) + 2px);
|
|
1942
|
+
content: '';
|
|
1861
1943
|
}
|
|
1862
|
-
.jodit-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1944
|
+
.jodit-file-browser-files_loading_true::after {
|
|
1945
|
+
position: absolute;
|
|
1946
|
+
top: 50%;
|
|
1947
|
+
left: 50%;
|
|
1948
|
+
margin-top: calc(var(--jd-icon-loader-size) / -2);
|
|
1949
|
+
margin-left: calc(var(--jd-icon-loader-size) / -2);
|
|
1950
|
+
content: '';
|
|
1951
|
+
opacity: 0.7;
|
|
1952
|
+
display: inline-block;
|
|
1953
|
+
width: var(--jd-icon-loader-size);
|
|
1954
|
+
height: var(--jd-icon-loader-size);
|
|
1955
|
+
animation: rotate 2s ease-out 0s infinite;
|
|
1956
|
+
background: url(data:image/png;base64,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) no-repeat center;
|
|
1957
|
+
background-size: 100% 100%;
|
|
1958
|
+
vertical-align: middle;
|
|
1959
|
+
will-change: transform;
|
|
1867
1960
|
}
|
|
1868
|
-
.jodit-
|
|
1869
|
-
|
|
1870
|
-
background-color: var(--jd-color-button-background-hover-opacity40);
|
|
1871
|
-
outline: 0;
|
|
1961
|
+
.jodit-file-browser-files::-webkit-scrollbar {
|
|
1962
|
+
width: calc(var(--jd-padding-default) / 2);
|
|
1872
1963
|
}
|
|
1873
|
-
.jodit-
|
|
1874
|
-
|
|
1964
|
+
.jodit-file-browser-files::-webkit-scrollbar-track {
|
|
1965
|
+
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
1875
1966
|
}
|
|
1876
|
-
.jodit-
|
|
1877
|
-
|
|
1878
|
-
|
|
1967
|
+
.jodit-file-browser-files::-webkit-scrollbar-thumb {
|
|
1968
|
+
background-color: darkgrey;
|
|
1969
|
+
outline: 1px solid slategrey;
|
|
1879
1970
|
}
|
|
1880
|
-
.jodit-
|
|
1881
|
-
|
|
1971
|
+
.jodit-file-browser-files_active_true {
|
|
1972
|
+
display: flex;
|
|
1973
|
+
width: 100%;
|
|
1974
|
+
flex-wrap: wrap;
|
|
1975
|
+
align-content: flex-start;
|
|
1976
|
+
padding: calc(var(--jd-padding-default) / 2);
|
|
1977
|
+
overflow-y: auto;
|
|
1882
1978
|
}
|
|
1883
|
-
.jodit-
|
|
1884
|
-
|
|
1885
|
-
|
|
1979
|
+
.jodit-file-browser-files__item {
|
|
1980
|
+
position: relative;
|
|
1981
|
+
display: flex;
|
|
1982
|
+
overflow: hidden;
|
|
1983
|
+
width: var(--jd-col-size);
|
|
1984
|
+
height: var(--jd-col-size);
|
|
1985
|
+
align-items: center;
|
|
1986
|
+
justify-content: center;
|
|
1987
|
+
border: 1px solid var(--jd-color-border);
|
|
1988
|
+
margin: calc(var(--jd-padding-default) / 2);
|
|
1989
|
+
font-size: 0;
|
|
1990
|
+
text-align: center;
|
|
1991
|
+
transition: border 0.1s linear, bottom 0.1s linear;
|
|
1886
1992
|
}
|
|
1887
|
-
|
|
1888
|
-
|
|
1993
|
+
@media (max-width: 480px) {
|
|
1994
|
+
.jodit-file-browser-files__item {
|
|
1995
|
+
width: calc(50% - var(--jd-padding-default));
|
|
1996
|
+
}
|
|
1889
1997
|
}
|
|
1890
|
-
.jodit-
|
|
1891
|
-
|
|
1892
|
-
width: calc(var(--jd-button-trigger-size, 10px) + 2px);
|
|
1998
|
+
.jodit-file-browser-files__item img {
|
|
1999
|
+
max-width: 100%;
|
|
1893
2000
|
}
|
|
1894
|
-
.jodit-
|
|
1895
|
-
|
|
2001
|
+
.jodit-file-browser-files__item:hover {
|
|
2002
|
+
border-color: #433b5c;
|
|
1896
2003
|
}
|
|
1897
|
-
.jodit-
|
|
1898
|
-
--jd-
|
|
1899
|
-
|
|
2004
|
+
.jodit-file-browser-files__item_active_true {
|
|
2005
|
+
border-color: var(--jd-color-border-selected);
|
|
2006
|
+
background-color: var(--jd-color-border-active);
|
|
1900
2007
|
}
|
|
1901
|
-
.jodit-
|
|
1902
|
-
|
|
2008
|
+
.jodit-file-browser-files__item_active_true .jodit-file-browser-files__item-info {
|
|
2009
|
+
background-color: var(--jd-color-border-active);
|
|
2010
|
+
color: white;
|
|
2011
|
+
text-shadow: none;
|
|
1903
2012
|
}
|
|
1904
|
-
.jodit-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
/*!
|
|
1922
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1923
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1924
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1925
|
-
*/
|
|
1926
|
-
.jodit-toolbar-content {
|
|
1927
|
-
position: relative;
|
|
1928
|
-
box-sizing: border-box;
|
|
1929
|
-
border: 0;
|
|
1930
|
-
appearance: none;
|
|
1931
|
-
background: 0 0;
|
|
1932
|
-
box-shadow: none;
|
|
1933
|
-
font-style: normal;
|
|
1934
|
-
outline: 0;
|
|
1935
|
-
text-align: center;
|
|
1936
|
-
text-decoration: none;
|
|
1937
|
-
text-transform: none;
|
|
1938
|
-
user-select: none;
|
|
1939
|
-
display: inline-flex;
|
|
1940
|
-
align-items: center;
|
|
1941
|
-
justify-content: center;
|
|
1942
|
-
padding: 0 var(--jd-padding-default);
|
|
1943
|
-
border-radius: var(--jd-border-radius-default);
|
|
1944
|
-
color: var(--jd-color-text-icons);
|
|
1945
|
-
cursor: pointer;
|
|
1946
|
-
min-width: 34px;
|
|
1947
|
-
height: 34px;
|
|
1948
|
-
padding: 0;
|
|
1949
|
-
border: 1px solid transparent;
|
|
1950
|
-
}
|
|
1951
|
-
.jodit-toolbar-content:hover:not([disabled]),
|
|
1952
|
-
.jodit-toolbar-content:focus-visible:not([disabled]) {
|
|
1953
|
-
background-color: var(--jd-color-button-background-hover);
|
|
1954
|
-
opacity: 1;
|
|
1955
|
-
outline: 0;
|
|
1956
|
-
}
|
|
1957
|
-
.jodit-toolbar-content:active:not([disabled]),
|
|
1958
|
-
.jodit-toolbar-content[aria-pressed='true']:not([disabled]) {
|
|
1959
|
-
background-color: var(--jd-color-button-background-hover-opacity40);
|
|
1960
|
-
outline: 0;
|
|
1961
|
-
}
|
|
1962
|
-
.jodit-toolbar-content[aria-pressed='true']:hover:not([disabled]) {
|
|
1963
|
-
background-color: var(--jd-color-button-background-hover-opacity60);
|
|
1964
|
-
}
|
|
1965
|
-
.jodit-toolbar-content[disabled] {
|
|
1966
|
-
opacity: 0.3;
|
|
1967
|
-
pointer-events: none;
|
|
2013
|
+
.jodit-file-browser-files__item-info {
|
|
2014
|
+
position: absolute;
|
|
2015
|
+
right: 0;
|
|
2016
|
+
bottom: 0;
|
|
2017
|
+
left: 0;
|
|
2018
|
+
overflow: visible;
|
|
2019
|
+
padding: 0.3em 0.6em;
|
|
2020
|
+
background-color: var(--jd-info-background);
|
|
2021
|
+
color: #333333;
|
|
2022
|
+
font-size: 14px;
|
|
2023
|
+
line-height: 16px;
|
|
2024
|
+
opacity: 0.85;
|
|
2025
|
+
text-align: left;
|
|
2026
|
+
text-shadow: #eeeeee 0 1px 0;
|
|
2027
|
+
transition: opacity 400ms ease;
|
|
2028
|
+
white-space: normal;
|
|
1968
2029
|
}
|
|
1969
|
-
.jodit-
|
|
1970
|
-
|
|
1971
|
-
|
|
2030
|
+
.jodit-file-browser-files__item-info > span {
|
|
2031
|
+
display: block;
|
|
2032
|
+
overflow: hidden;
|
|
2033
|
+
font-size: 0.75em;
|
|
2034
|
+
text-overflow: ellipsis;
|
|
2035
|
+
white-space: nowrap;
|
|
1972
2036
|
}
|
|
1973
|
-
.jodit-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
padding: 0;
|
|
1977
|
-
appearance: none;
|
|
2037
|
+
.jodit-file-browser-files__item-info > span.jodit-file-browser-files__item-info-filename {
|
|
2038
|
+
font-size: 0.9em;
|
|
2039
|
+
font-weight: bold;
|
|
1978
2040
|
}
|
|
1979
|
-
.jodit-
|
|
1980
|
-
|
|
2041
|
+
.jodit-file-browser-files__item:hover:not(.jodit-file-browser-files__item_active_true) .jodit-file-browser-files__item-info {
|
|
2042
|
+
bottom: -100px;
|
|
1981
2043
|
}
|
|
1982
|
-
.jodit-
|
|
1983
|
-
|
|
1984
|
-
height: 16px;
|
|
2044
|
+
.jodit-file-browser-files_view_list {
|
|
2045
|
+
scroll-behavior: smooth;
|
|
1985
2046
|
}
|
|
1986
|
-
.jodit-
|
|
1987
|
-
|
|
1988
|
-
|
|
2047
|
+
.jodit-file-browser-files_view_list a {
|
|
2048
|
+
display: block;
|
|
2049
|
+
width: 100%;
|
|
2050
|
+
height: 26px;
|
|
2051
|
+
border-width: 0 0 1px;
|
|
2052
|
+
margin: 0;
|
|
2053
|
+
line-height: 26px;
|
|
2054
|
+
text-align: left;
|
|
2055
|
+
white-space: nowrap;
|
|
1989
2056
|
}
|
|
1990
|
-
.jodit-
|
|
2057
|
+
.jodit-file-browser-files_view_list a img {
|
|
2058
|
+
display: inline-block;
|
|
1991
2059
|
min-width: 16px;
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
}
|
|
1996
|
-
.jodit-toolbar-content_size_tiny_text-icons_true button {
|
|
1997
|
-
padding: 0 var(--jd-padding-default);
|
|
1998
|
-
}
|
|
1999
|
-
.jodit-toolbar-content_size_xsmall {
|
|
2000
|
-
min-width: 22px;
|
|
2001
|
-
height: 22px;
|
|
2002
|
-
}
|
|
2003
|
-
.jodit-toolbar-content_size_xsmall .jodit-icon {
|
|
2004
|
-
width: 10px;
|
|
2005
|
-
height: 10px;
|
|
2060
|
+
max-width: 16px;
|
|
2061
|
+
margin-left: 4px;
|
|
2062
|
+
vertical-align: middle;
|
|
2006
2063
|
}
|
|
2007
|
-
.jodit-
|
|
2008
|
-
|
|
2009
|
-
|
|
2064
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info {
|
|
2065
|
+
position: static;
|
|
2066
|
+
display: inline-block;
|
|
2067
|
+
width: calc(100% - 20px);
|
|
2068
|
+
height: 100%;
|
|
2010
2069
|
padding: 0;
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
.jodit-toolbar-content_size_small {
|
|
2017
|
-
min-width: 28px;
|
|
2018
|
-
height: 28px;
|
|
2019
|
-
}
|
|
2020
|
-
.jodit-toolbar-content_size_small .jodit-icon {
|
|
2021
|
-
width: 12px;
|
|
2022
|
-
height: 12px;
|
|
2070
|
+
margin-left: 4px;
|
|
2071
|
+
background-color: transparent;
|
|
2072
|
+
font-size: 0;
|
|
2073
|
+
line-height: inherit;
|
|
2074
|
+
vertical-align: middle;
|
|
2023
2075
|
}
|
|
2024
|
-
.jodit-
|
|
2025
|
-
|
|
2026
|
-
height:
|
|
2027
|
-
|
|
2028
|
-
appearance: none;
|
|
2076
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info > span {
|
|
2077
|
+
display: inline-block;
|
|
2078
|
+
height: 100%;
|
|
2079
|
+
font-size: 12px;
|
|
2029
2080
|
}
|
|
2030
|
-
.jodit-
|
|
2031
|
-
|
|
2081
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filename {
|
|
2082
|
+
width: 50%;
|
|
2032
2083
|
}
|
|
2033
|
-
.jodit-
|
|
2034
|
-
|
|
2035
|
-
height: 40px;
|
|
2084
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filesize {
|
|
2085
|
+
width: 25%;
|
|
2036
2086
|
}
|
|
2037
|
-
.jodit-
|
|
2038
|
-
width:
|
|
2039
|
-
height: 16px;
|
|
2087
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filechanged {
|
|
2088
|
+
width: 25%;
|
|
2040
2089
|
}
|
|
2041
|
-
.jodit-
|
|
2042
|
-
|
|
2043
|
-
height: 40px;
|
|
2044
|
-
padding: 0;
|
|
2045
|
-
appearance: none;
|
|
2090
|
+
.jodit-file-browser-files_view_list a:hover {
|
|
2091
|
+
background-color: #433b5c;
|
|
2046
2092
|
}
|
|
2047
|
-
.jodit-
|
|
2048
|
-
|
|
2093
|
+
.jodit-file-browser-files_view_list a:hover .jodit-file-browser-files__item-info {
|
|
2094
|
+
color: #fff;
|
|
2095
|
+
text-shadow: none;
|
|
2049
2096
|
}
|
|
2050
|
-
.jodit-
|
|
2051
|
-
display:
|
|
2097
|
+
.jodit-file-browser-files_view_list a::before {
|
|
2098
|
+
display: inline-block;
|
|
2099
|
+
height: 100%;
|
|
2100
|
+
content: '';
|
|
2101
|
+
vertical-align: middle;
|
|
2052
2102
|
}
|
|
2053
|
-
|
|
2054
|
-
|
|
2103
|
+
|
|
2104
|
+
:root {
|
|
2105
|
+
--jd-color-folder-title: #b1b1b1;
|
|
2055
2106
|
}
|
|
2056
|
-
.jodit-
|
|
2107
|
+
.jodit-file-browser-tree {
|
|
2108
|
+
--jd-color-background-filebrowser-folders: #3f3f3f;
|
|
2109
|
+
position: relative;
|
|
2057
2110
|
display: none;
|
|
2111
|
+
height: 100%;
|
|
2112
|
+
vertical-align: top;
|
|
2113
|
+
overflow-anchor: auto;
|
|
2058
2114
|
}
|
|
2059
|
-
.jodit-
|
|
2060
|
-
|
|
2061
|
-
font-size: var(--jd-font-size-default);
|
|
2062
|
-
display: inline-flex;
|
|
2063
|
-
flex-grow: 1;
|
|
2064
|
-
justify-content: center;
|
|
2065
|
-
text-overflow: ellipsis;
|
|
2066
|
-
overflow: hidden;
|
|
2067
|
-
}
|
|
2068
|
-
.jodit-toolbar-content_context_menu .jodit-toolbar-content__text {
|
|
2069
|
-
position: relative;
|
|
2070
|
-
justify-content: left;
|
|
2071
|
-
padding-left: var(--jd-padding-default);
|
|
2115
|
+
.jodit-file-browser-tree .jodit-button {
|
|
2116
|
+
border-radius: 0;
|
|
2072
2117
|
}
|
|
2073
|
-
.jodit-
|
|
2118
|
+
.jodit-file-browser-tree_loading_true::before {
|
|
2074
2119
|
position: absolute;
|
|
2075
|
-
top:
|
|
2120
|
+
top: 0;
|
|
2076
2121
|
left: 0;
|
|
2077
|
-
|
|
2078
|
-
|
|
2122
|
+
width: 100%;
|
|
2123
|
+
height: 100%;
|
|
2079
2124
|
content: '';
|
|
2080
2125
|
}
|
|
2081
|
-
.jodit-
|
|
2082
|
-
|
|
2126
|
+
.jodit-file-browser-tree_loading_true::after {
|
|
2127
|
+
position: absolute;
|
|
2128
|
+
top: 50%;
|
|
2129
|
+
left: 50%;
|
|
2130
|
+
margin-top: calc(var(--jd-icon-loader-size) / -2);
|
|
2131
|
+
margin-left: calc(var(--jd-icon-loader-size) / -2);
|
|
2132
|
+
content: '';
|
|
2133
|
+
opacity: 0.7;
|
|
2134
|
+
display: inline-block;
|
|
2135
|
+
width: var(--jd-icon-loader-size);
|
|
2136
|
+
height: var(--jd-icon-loader-size);
|
|
2137
|
+
animation: rotate 2s ease-out 0s infinite;
|
|
2138
|
+
background: url(data:image/png;base64,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) no-repeat center;
|
|
2139
|
+
background-size: 100% 100%;
|
|
2140
|
+
vertical-align: middle;
|
|
2141
|
+
will-change: transform;
|
|
2083
2142
|
}
|
|
2084
|
-
.jodit-
|
|
2085
|
-
|
|
2143
|
+
.jodit-file-browser-tree::-webkit-scrollbar {
|
|
2144
|
+
width: calc(var(--jd-padding-default) / 2);
|
|
2086
2145
|
}
|
|
2087
|
-
.jodit-
|
|
2088
|
-
|
|
2146
|
+
.jodit-file-browser-tree::-webkit-scrollbar-track {
|
|
2147
|
+
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
2089
2148
|
}
|
|
2090
|
-
.jodit-
|
|
2091
|
-
|
|
2149
|
+
.jodit-file-browser-tree::-webkit-scrollbar-thumb {
|
|
2150
|
+
background-color: darkgrey;
|
|
2151
|
+
outline: 1px solid slategrey;
|
|
2092
2152
|
}
|
|
2093
|
-
.jodit-
|
|
2094
|
-
|
|
2095
|
-
|
|
2153
|
+
.jodit-file-browser-tree_active_true {
|
|
2154
|
+
z-index: 2;
|
|
2155
|
+
display: flex;
|
|
2156
|
+
width: var(--jd-first-column);
|
|
2157
|
+
min-width: 200px;
|
|
2158
|
+
max-width: 290px;
|
|
2159
|
+
flex-direction: column;
|
|
2160
|
+
background-color: var(--jd-color-background-filebrowser-folders);
|
|
2161
|
+
overflow-y: auto;
|
|
2096
2162
|
}
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2163
|
+
@media (max-width: 480px) {
|
|
2164
|
+
.jodit-file-browser-tree_active_true {
|
|
2165
|
+
width: auto;
|
|
2166
|
+
max-width: 100%;
|
|
2167
|
+
height: 100px;
|
|
2168
|
+
}
|
|
2100
2169
|
}
|
|
2101
|
-
.jodit-
|
|
2102
|
-
|
|
2170
|
+
.jodit-file-browser-tree_active_true::-webkit-scrollbar {
|
|
2171
|
+
width: calc(var(--jd-padding-default) / 2);
|
|
2103
2172
|
}
|
|
2104
|
-
.jodit-
|
|
2105
|
-
|
|
2106
|
-
color: #212529;
|
|
2173
|
+
.jodit-file-browser-tree_active_true::-webkit-scrollbar-track {
|
|
2174
|
+
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
2107
2175
|
}
|
|
2108
|
-
.jodit-
|
|
2109
|
-
|
|
2110
|
-
|
|
2176
|
+
.jodit-file-browser-tree_active_true::-webkit-scrollbar-thumb {
|
|
2177
|
+
background-color: rgba(127, 127, 127, 0.5);
|
|
2178
|
+
outline: 1px solid slategrey;
|
|
2111
2179
|
}
|
|
2112
|
-
.jodit-
|
|
2113
|
-
|
|
2114
|
-
|
|
2180
|
+
.jodit-file-browser-tree__item {
|
|
2181
|
+
position: relative;
|
|
2182
|
+
display: flex;
|
|
2183
|
+
min-height: 38px;
|
|
2184
|
+
align-items: center;
|
|
2185
|
+
justify-content: space-between;
|
|
2186
|
+
padding: calc(var(--jd-padding-default) / 2) var(--jd-padding-default);
|
|
2187
|
+
border-bottom: 1px solid #474747;
|
|
2188
|
+
color: var(--jd-color-folder-title);
|
|
2189
|
+
text-decoration: none;
|
|
2190
|
+
transition: background-color 0.2s ease 0s;
|
|
2191
|
+
word-break: break-all;
|
|
2115
2192
|
}
|
|
2116
|
-
.jodit-
|
|
2117
|
-
|
|
2118
|
-
|
|
2193
|
+
.jodit-file-browser-tree__item-title {
|
|
2194
|
+
flex: 1;
|
|
2195
|
+
color: var(--jd-color-folder-title);
|
|
2119
2196
|
}
|
|
2120
|
-
.jodit-
|
|
2121
|
-
|
|
2197
|
+
.jodit-file-browser-tree__item .jodit-icon_folder {
|
|
2198
|
+
display: flex;
|
|
2199
|
+
width: calc(var(--jd-icon-size) + 4px);
|
|
2200
|
+
height: calc(var(--jd-icon-size) + 4px);
|
|
2201
|
+
align-items: center;
|
|
2202
|
+
justify-content: center;
|
|
2203
|
+
margin-left: calc(var(--jd-padding-default) / 2);
|
|
2204
|
+
opacity: 0.3;
|
|
2122
2205
|
}
|
|
2123
|
-
.jodit-
|
|
2124
|
-
|
|
2125
|
-
|
|
2206
|
+
.jodit-file-browser-tree__item .jodit-icon_folder svg {
|
|
2207
|
+
width: var(--jd-icon-size);
|
|
2208
|
+
height: var(--jd-icon-size);
|
|
2209
|
+
fill: var(--jd-color-folder-title) !important;
|
|
2210
|
+
stroke: var(--jd-color-folder-title) !important;
|
|
2126
2211
|
}
|
|
2127
|
-
.jodit-
|
|
2128
|
-
|
|
2129
|
-
stroke: #fff;
|
|
2212
|
+
.jodit-file-browser-tree__item .jodit-icon_folder:hover {
|
|
2213
|
+
background: #696969;
|
|
2130
2214
|
}
|
|
2131
|
-
.jodit-
|
|
2132
|
-
|
|
2215
|
+
.jodit-file-browser-tree__item:hover {
|
|
2216
|
+
background-color: var(--jd-color-background-button-hover);
|
|
2133
2217
|
}
|
|
2134
|
-
.jodit-
|
|
2135
|
-
|
|
2136
|
-
color: #fff;
|
|
2218
|
+
.jodit-file-browser-tree__item:hover-title {
|
|
2219
|
+
color: var(--jd-color-text);
|
|
2137
2220
|
}
|
|
2138
|
-
.jodit-
|
|
2139
|
-
|
|
2140
|
-
stroke: #fff;
|
|
2221
|
+
.jodit-file-browser-tree__item:hover i.jodit-icon_folder {
|
|
2222
|
+
opacity: 0.6;
|
|
2141
2223
|
}
|
|
2142
|
-
.jodit-
|
|
2143
|
-
|
|
2144
|
-
|
|
2224
|
+
.jodit-file-browser-tree__source-title {
|
|
2225
|
+
position: relative;
|
|
2226
|
+
display: block;
|
|
2227
|
+
padding: 2px 4px;
|
|
2228
|
+
border-bottom: 1px solid #484848;
|
|
2229
|
+
background: #5a5a5a;
|
|
2230
|
+
color: #969696;
|
|
2231
|
+
font-size: 12px;
|
|
2232
|
+
user-select: none;
|
|
2233
|
+
word-break: break-all;
|
|
2145
2234
|
}
|
|
2146
|
-
.jodit-
|
|
2147
|
-
|
|
2148
|
-
stroke: #fff;
|
|
2235
|
+
a + .jodit-file-browser-tree__source-title {
|
|
2236
|
+
margin-top: var(--jd-padding-default);
|
|
2149
2237
|
}
|
|
2150
|
-
|
|
2151
|
-
|
|
2238
|
+
|
|
2239
|
+
/*!
|
|
2240
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2241
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2242
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
2243
|
+
*/
|
|
2244
|
+
/*!
|
|
2245
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2246
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2247
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
2248
|
+
*/
|
|
2249
|
+
:root {
|
|
2250
|
+
--jd-first-column: 31%;
|
|
2251
|
+
--jd-cols: 4;
|
|
2252
|
+
--jd-info-background: #e9e9e9;
|
|
2253
|
+
--jd-icon-size: 12px;
|
|
2254
|
+
--jd-col-size: 150px;
|
|
2152
2255
|
}
|
|
2153
|
-
.jodit-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2256
|
+
.jodit-file-browser {
|
|
2257
|
+
display: flex;
|
|
2258
|
+
height: 100%;
|
|
2259
|
+
font-family: var(--jd-font-default);
|
|
2157
2260
|
}
|
|
2158
|
-
.jodit-
|
|
2159
|
-
|
|
2160
|
-
stroke: #212529;
|
|
2261
|
+
.jodit-file-browser_no-files_true {
|
|
2262
|
+
padding: var(--jd-padding-default);
|
|
2161
2263
|
}
|
|
2162
|
-
|
|
2163
|
-
|
|
2264
|
+
@media (max-width: 480px) {
|
|
2265
|
+
.jodit-file-browser {
|
|
2266
|
+
flex-flow: column-reverse;
|
|
2267
|
+
}
|
|
2164
2268
|
}
|
|
2165
|
-
.jodit-
|
|
2166
|
-
|
|
2167
|
-
|
|
2269
|
+
.jodit-dialog .jodit-dialog__header-title.jodit-file-browser__title-box {
|
|
2270
|
+
display: flex;
|
|
2271
|
+
align-items: center;
|
|
2272
|
+
padding-left: var(--jd-padding-default);
|
|
2168
2273
|
}
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2274
|
+
/*!
|
|
2275
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2276
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2277
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
2278
|
+
*/
|
|
2279
|
+
.jodit-file-browser-preview {
|
|
2280
|
+
position: relative;
|
|
2281
|
+
display: flex;
|
|
2282
|
+
min-width: 400px;
|
|
2283
|
+
max-width: min(100%, 1000px);
|
|
2284
|
+
height: 100%;
|
|
2285
|
+
min-height: min(100%, 500px);
|
|
2286
|
+
max-height: 100%;
|
|
2287
|
+
align-items: center;
|
|
2288
|
+
justify-content: center;
|
|
2289
|
+
margin: auto;
|
|
2290
|
+
text-align: center;
|
|
2172
2291
|
}
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2292
|
+
@media (max-width: 768px) {
|
|
2293
|
+
.jodit-file-browser-preview {
|
|
2294
|
+
min-width: auto;
|
|
2295
|
+
max-width: 100%;
|
|
2296
|
+
height: 100%;
|
|
2297
|
+
min-height: auto;
|
|
2298
|
+
max-height: 100%;
|
|
2299
|
+
}
|
|
2176
2300
|
}
|
|
2177
|
-
.jodit-
|
|
2178
|
-
|
|
2179
|
-
|
|
2301
|
+
.jodit-file-browser-preview__box {
|
|
2302
|
+
display: flex;
|
|
2303
|
+
flex-grow: 1;
|
|
2304
|
+
align-items: center;
|
|
2305
|
+
justify-content: center;
|
|
2180
2306
|
}
|
|
2181
|
-
.jodit-
|
|
2182
|
-
|
|
2307
|
+
.jodit-file-browser-preview__navigation {
|
|
2308
|
+
position: absolute;
|
|
2309
|
+
top: 0;
|
|
2310
|
+
left: 0;
|
|
2311
|
+
height: 100%;
|
|
2312
|
+
cursor: pointer;
|
|
2183
2313
|
}
|
|
2184
|
-
.jodit-
|
|
2185
|
-
|
|
2186
|
-
|
|
2314
|
+
.jodit-file-browser-preview__navigation_arrow_next {
|
|
2315
|
+
right: 0;
|
|
2316
|
+
left: auto;
|
|
2187
2317
|
}
|
|
2188
|
-
.jodit-
|
|
2189
|
-
|
|
2190
|
-
|
|
2318
|
+
.jodit-file-browser-preview__navigation svg {
|
|
2319
|
+
position: relative;
|
|
2320
|
+
top: 50%;
|
|
2321
|
+
width: 45px;
|
|
2322
|
+
height: 45px;
|
|
2323
|
+
fill: #9e9ba7;
|
|
2324
|
+
transform: translateY(-50%);
|
|
2325
|
+
transition: fill 0.3s linear;
|
|
2191
2326
|
}
|
|
2192
|
-
.jodit-
|
|
2193
|
-
|
|
2327
|
+
.jodit-file-browser-preview__navigation:hover svg {
|
|
2328
|
+
fill: #000;
|
|
2194
2329
|
}
|
|
2195
|
-
.jodit-
|
|
2196
|
-
|
|
2197
|
-
|
|
2330
|
+
.jodit-file-browser-preview img {
|
|
2331
|
+
max-width: 100%;
|
|
2332
|
+
max-height: 100%;
|
|
2198
2333
|
}
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2334
|
+
|
|
2335
|
+
/*!
|
|
2336
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2337
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2338
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
2339
|
+
*/
|
|
2340
|
+
.jodit-status-bar {
|
|
2341
|
+
display: flex;
|
|
2342
|
+
overflow: hidden;
|
|
2343
|
+
height: 20px;
|
|
2344
|
+
align-items: center;
|
|
2345
|
+
justify-content: flex-start;
|
|
2346
|
+
padding: 0 calc(var(--jd-padding-default) / 2);
|
|
2347
|
+
border-radius: 0 0 var(--jd-border-radius-default) var(--jd-border-radius-default);
|
|
2348
|
+
background-color: var(--jd-color-panel);
|
|
2349
|
+
color: var(--jd-color-text-icons);
|
|
2350
|
+
font-size: var(--jd-font-size-small);
|
|
2351
|
+
text-transform: uppercase;
|
|
2202
2352
|
}
|
|
2203
|
-
.jodit-
|
|
2204
|
-
|
|
2205
|
-
color: #fff;
|
|
2353
|
+
.jodit-status-bar_resize-handle_true {
|
|
2354
|
+
padding-right: 14px;
|
|
2206
2355
|
}
|
|
2207
|
-
.jodit-
|
|
2208
|
-
|
|
2209
|
-
|
|
2356
|
+
.jodit-status-bar::before {
|
|
2357
|
+
flex: auto;
|
|
2358
|
+
order: 1;
|
|
2359
|
+
content: '';
|
|
2210
2360
|
}
|
|
2211
|
-
.jodit-
|
|
2212
|
-
|
|
2361
|
+
.jodit-status-bar .jodit-status-bar__item {
|
|
2362
|
+
order: 0;
|
|
2363
|
+
padding: 0;
|
|
2364
|
+
margin: 0 var(--jd-padding-default) 0 0;
|
|
2365
|
+
line-height: 1.5714em;
|
|
2213
2366
|
}
|
|
2214
|
-
.jodit-
|
|
2215
|
-
|
|
2216
|
-
|
|
2367
|
+
.jodit-status-bar .jodit-status-bar__item,
|
|
2368
|
+
.jodit-status-bar .jodit-status-bar__item > span {
|
|
2369
|
+
font-family: var(--jd-font-default);
|
|
2370
|
+
font-size: var(--jd-font-size-default);
|
|
2371
|
+
font-size: var(--jd-font-size-small);
|
|
2217
2372
|
}
|
|
2218
|
-
.jodit-
|
|
2219
|
-
|
|
2220
|
-
|
|
2373
|
+
.jodit-status-bar .jodit-status-bar__item.jodit-status-bar__item-right {
|
|
2374
|
+
order: 2;
|
|
2375
|
+
margin: 0 0 0 var(--jd-padding-default);
|
|
2221
2376
|
}
|
|
2222
|
-
.jodit-
|
|
2223
|
-
|
|
2377
|
+
.jodit-status-bar .jodit-status-bar__item a {
|
|
2378
|
+
border-radius: 3px;
|
|
2379
|
+
cursor: default;
|
|
2380
|
+
text-decoration: none;
|
|
2224
2381
|
}
|
|
2225
|
-
.jodit-
|
|
2226
|
-
background-color:
|
|
2227
|
-
|
|
2382
|
+
.jodit-status-bar .jodit-status-bar__item a:hover {
|
|
2383
|
+
background-color: var(--jd-color-background-gray);
|
|
2384
|
+
text-decoration: none;
|
|
2228
2385
|
}
|
|
2229
|
-
.jodit-
|
|
2230
|
-
|
|
2231
|
-
stroke: #fff;
|
|
2386
|
+
.jodit-status-bar a.jodit-status-bar-link {
|
|
2387
|
+
cursor: pointer;
|
|
2232
2388
|
}
|
|
2233
|
-
.jodit-
|
|
2234
|
-
|
|
2235
|
-
|
|
2389
|
+
.jodit-status-bar a.jodit-status-bar-link,
|
|
2390
|
+
.jodit-status-bar a.jodit-status-bar-link:hover,
|
|
2391
|
+
.jodit-status-bar a.jodit-status-bar-link:visited {
|
|
2392
|
+
background-color: transparent;
|
|
2393
|
+
color: var(--jd-color-text-icons);
|
|
2236
2394
|
}
|
|
2237
|
-
.jodit-
|
|
2238
|
-
|
|
2239
|
-
stroke: #fff;
|
|
2395
|
+
.jodit-status-bar a.jodit-status-bar-link:hover {
|
|
2396
|
+
text-decoration: underline;
|
|
2240
2397
|
}
|
|
2241
|
-
.jodit-
|
|
2242
|
-
|
|
2398
|
+
.jodit-status-bar:not(:empty) {
|
|
2399
|
+
border-top: 1px solid var(--jd-color-border);
|
|
2243
2400
|
}
|
|
2244
|
-
.jodit-
|
|
2245
|
-
|
|
2246
|
-
opacity: 1;
|
|
2247
|
-
outline: 0;
|
|
2401
|
+
.jodit_disabled .jodit-status-bar {
|
|
2402
|
+
opacity: 0.4;
|
|
2248
2403
|
}
|
|
2249
2404
|
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2405
|
+
/*!
|
|
2406
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2407
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2408
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
2409
|
+
*/
|
|
2410
|
+
:root {
|
|
2411
|
+
--jd-button-trigger-size: 14px;
|
|
2412
|
+
}
|
|
2413
|
+
.jodit-toolbar-button {
|
|
2253
2414
|
display: flex;
|
|
2254
2415
|
overflow: hidden;
|
|
2255
2416
|
align-items: center;
|
|
@@ -2258,20 +2419,17 @@
|
|
|
2258
2419
|
border-radius: var(--jd-border-radius-default);
|
|
2259
2420
|
min-width: 34px;
|
|
2260
2421
|
height: 34px;
|
|
2261
|
-
justify-content: space-between;
|
|
2262
|
-
cursor: pointer;
|
|
2263
|
-
min-width: 100px;
|
|
2264
2422
|
}
|
|
2265
|
-
.jodit-toolbar-
|
|
2423
|
+
.jodit-toolbar-button__icon {
|
|
2266
2424
|
display: none;
|
|
2267
2425
|
}
|
|
2268
|
-
.jodit-toolbar-
|
|
2426
|
+
.jodit-toolbar-button__icon:not(:empty) {
|
|
2269
2427
|
display: inline-flex;
|
|
2270
2428
|
}
|
|
2271
|
-
.jodit-toolbar-
|
|
2429
|
+
.jodit-toolbar-button__text {
|
|
2272
2430
|
display: none;
|
|
2273
2431
|
}
|
|
2274
|
-
.jodit-toolbar-
|
|
2432
|
+
.jodit-toolbar-button__text:not(:empty) {
|
|
2275
2433
|
font-family: var(--jd-font-default);
|
|
2276
2434
|
font-size: var(--jd-font-size-default);
|
|
2277
2435
|
display: inline-flex;
|
|
@@ -2280,12 +2438,12 @@
|
|
|
2280
2438
|
text-overflow: ellipsis;
|
|
2281
2439
|
overflow: hidden;
|
|
2282
2440
|
}
|
|
2283
|
-
.jodit-toolbar-
|
|
2441
|
+
.jodit-toolbar-button_context_menu .jodit-toolbar-button__text {
|
|
2284
2442
|
position: relative;
|
|
2285
2443
|
justify-content: left;
|
|
2286
2444
|
padding-left: var(--jd-padding-default);
|
|
2287
2445
|
}
|
|
2288
|
-
.jodit-toolbar-
|
|
2446
|
+
.jodit-toolbar-button_context_menu .jodit-toolbar-button__text::before {
|
|
2289
2447
|
position: absolute;
|
|
2290
2448
|
top: calc(var(--jd-padding-default) * -1);
|
|
2291
2449
|
left: 0;
|
|
@@ -2293,251 +2451,251 @@
|
|
|
2293
2451
|
border-left: 1px solid var(--jd-color-border);
|
|
2294
2452
|
content: '';
|
|
2295
2453
|
}
|
|
2296
|
-
.jodit-toolbar-
|
|
2454
|
+
.jodit-toolbar-button__icon:not(:empty) + .jodit-toolbar-button__text:not(:empty) {
|
|
2297
2455
|
margin-left: var(--jd-padding-default);
|
|
2298
2456
|
}
|
|
2299
|
-
.jodit-toolbar-
|
|
2457
|
+
.jodit-toolbar-button__icon:empty + .jodit-toolbar-button__text:not(:empty) {
|
|
2300
2458
|
padding: 0 var(--jd-padding-default);
|
|
2301
2459
|
}
|
|
2302
|
-
.jodit-toolbar-
|
|
2460
|
+
.jodit-toolbar-button__icon:empty + .jodit-toolbar-button__text:not(:empty) {
|
|
2303
2461
|
padding: 0;
|
|
2304
2462
|
}
|
|
2305
|
-
.jodit-toolbar-
|
|
2463
|
+
.jodit-toolbar-button .jodit-icon {
|
|
2306
2464
|
width: 14px;
|
|
2307
2465
|
height: 14px;
|
|
2308
2466
|
}
|
|
2309
|
-
.jodit-toolbar-
|
|
2467
|
+
.jodit-toolbar-button button {
|
|
2310
2468
|
min-width: 34px;
|
|
2311
2469
|
height: 34px;
|
|
2312
2470
|
padding: 0;
|
|
2313
2471
|
appearance: none;
|
|
2314
2472
|
}
|
|
2315
|
-
.jodit-toolbar-
|
|
2473
|
+
.jodit-toolbar-button_text-icons_true button {
|
|
2316
2474
|
padding: 0 var(--jd-padding-default);
|
|
2317
2475
|
}
|
|
2318
|
-
.jodit-toolbar-
|
|
2476
|
+
.jodit-toolbar-button_size_tiny {
|
|
2319
2477
|
min-width: 16px;
|
|
2320
2478
|
height: 16px;
|
|
2321
2479
|
}
|
|
2322
|
-
.jodit-toolbar-
|
|
2480
|
+
.jodit-toolbar-button_size_tiny .jodit-icon {
|
|
2323
2481
|
width: 8px;
|
|
2324
2482
|
height: 8px;
|
|
2325
2483
|
}
|
|
2326
|
-
.jodit-toolbar-
|
|
2484
|
+
.jodit-toolbar-button_size_tiny button {
|
|
2327
2485
|
min-width: 16px;
|
|
2328
2486
|
height: 16px;
|
|
2329
2487
|
padding: 0;
|
|
2330
2488
|
appearance: none;
|
|
2331
2489
|
}
|
|
2332
|
-
.jodit-toolbar-
|
|
2490
|
+
.jodit-toolbar-button_size_tiny_text-icons_true button {
|
|
2333
2491
|
padding: 0 var(--jd-padding-default);
|
|
2334
2492
|
}
|
|
2335
|
-
.jodit-toolbar-
|
|
2493
|
+
.jodit-toolbar-button_size_xsmall {
|
|
2336
2494
|
min-width: 22px;
|
|
2337
2495
|
height: 22px;
|
|
2338
2496
|
}
|
|
2339
|
-
.jodit-toolbar-
|
|
2497
|
+
.jodit-toolbar-button_size_xsmall .jodit-icon {
|
|
2340
2498
|
width: 10px;
|
|
2341
2499
|
height: 10px;
|
|
2342
2500
|
}
|
|
2343
|
-
.jodit-toolbar-
|
|
2501
|
+
.jodit-toolbar-button_size_xsmall button {
|
|
2344
2502
|
min-width: 22px;
|
|
2345
2503
|
height: 22px;
|
|
2346
2504
|
padding: 0;
|
|
2347
2505
|
appearance: none;
|
|
2348
2506
|
}
|
|
2349
|
-
.jodit-toolbar-
|
|
2507
|
+
.jodit-toolbar-button_size_xsmall_text-icons_true button {
|
|
2350
2508
|
padding: 0 var(--jd-padding-default);
|
|
2351
2509
|
}
|
|
2352
|
-
.jodit-toolbar-
|
|
2510
|
+
.jodit-toolbar-button_size_small {
|
|
2353
2511
|
min-width: 28px;
|
|
2354
2512
|
height: 28px;
|
|
2355
2513
|
}
|
|
2356
|
-
.jodit-toolbar-
|
|
2514
|
+
.jodit-toolbar-button_size_small .jodit-icon {
|
|
2357
2515
|
width: 12px;
|
|
2358
2516
|
height: 12px;
|
|
2359
2517
|
}
|
|
2360
|
-
.jodit-toolbar-
|
|
2518
|
+
.jodit-toolbar-button_size_small button {
|
|
2361
2519
|
min-width: 28px;
|
|
2362
2520
|
height: 28px;
|
|
2363
2521
|
padding: 0;
|
|
2364
2522
|
appearance: none;
|
|
2365
2523
|
}
|
|
2366
|
-
.jodit-toolbar-
|
|
2524
|
+
.jodit-toolbar-button_size_small_text-icons_true button {
|
|
2367
2525
|
padding: 0 var(--jd-padding-default);
|
|
2368
2526
|
}
|
|
2369
|
-
.jodit-toolbar-
|
|
2527
|
+
.jodit-toolbar-button_size_large {
|
|
2370
2528
|
min-width: 40px;
|
|
2371
2529
|
height: 40px;
|
|
2372
2530
|
}
|
|
2373
|
-
.jodit-toolbar-
|
|
2531
|
+
.jodit-toolbar-button_size_large .jodit-icon {
|
|
2374
2532
|
width: 16px;
|
|
2375
2533
|
height: 16px;
|
|
2376
2534
|
}
|
|
2377
|
-
.jodit-toolbar-
|
|
2535
|
+
.jodit-toolbar-button_size_large button {
|
|
2378
2536
|
min-width: 40px;
|
|
2379
2537
|
height: 40px;
|
|
2380
2538
|
padding: 0;
|
|
2381
2539
|
appearance: none;
|
|
2382
2540
|
}
|
|
2383
|
-
.jodit-toolbar-
|
|
2541
|
+
.jodit-toolbar-button_size_large_text-icons_true button {
|
|
2384
2542
|
padding: 0 var(--jd-padding-default);
|
|
2385
2543
|
}
|
|
2386
|
-
.jodit-toolbar-
|
|
2544
|
+
.jodit-toolbar-button_variant_outline {
|
|
2387
2545
|
border: 1px solid var(--jd-color-border);
|
|
2388
2546
|
}
|
|
2389
|
-
.jodit-toolbar-
|
|
2547
|
+
.jodit-toolbar-button_variant_default {
|
|
2390
2548
|
background-color: #e3e3e3;
|
|
2391
2549
|
color: #212529;
|
|
2392
2550
|
}
|
|
2393
|
-
.jodit-toolbar-
|
|
2551
|
+
.jodit-toolbar-button_variant_default svg {
|
|
2394
2552
|
fill: #212529;
|
|
2395
2553
|
stroke: #212529;
|
|
2396
2554
|
}
|
|
2397
|
-
.jodit-toolbar-
|
|
2555
|
+
.jodit-toolbar-button_variant_default [disabled] {
|
|
2398
2556
|
opacity: 0.7;
|
|
2399
2557
|
}
|
|
2400
|
-
.jodit-toolbar-
|
|
2558
|
+
.jodit-toolbar-button_variant_default:hover:not([disabled]) {
|
|
2401
2559
|
background-color: #c9cdd1;
|
|
2402
2560
|
color: #212529;
|
|
2403
2561
|
}
|
|
2404
|
-
.jodit-toolbar-
|
|
2562
|
+
.jodit-toolbar-button_variant_default:hover:not([disabled]) svg {
|
|
2405
2563
|
fill: #212529;
|
|
2406
2564
|
stroke: #212529;
|
|
2407
2565
|
}
|
|
2408
|
-
.jodit-toolbar-
|
|
2566
|
+
.jodit-toolbar-button_variant_default:active:not([disabled]) {
|
|
2409
2567
|
background-color: #dae0e5;
|
|
2410
2568
|
color: #212529;
|
|
2411
2569
|
}
|
|
2412
|
-
.jodit-toolbar-
|
|
2570
|
+
.jodit-toolbar-button_variant_default:active:not([disabled]) svg {
|
|
2413
2571
|
fill: #212529;
|
|
2414
2572
|
stroke: #212529;
|
|
2415
2573
|
}
|
|
2416
|
-
.jodit-toolbar-
|
|
2574
|
+
.jodit-toolbar-button_variant_default:focus:not([disabled]) {
|
|
2417
2575
|
outline: 1px dashed #dae0e5;
|
|
2418
2576
|
}
|
|
2419
|
-
.jodit-toolbar-
|
|
2577
|
+
.jodit-toolbar-button_variant_primary {
|
|
2420
2578
|
background-color: #007bff;
|
|
2421
2579
|
color: #fff;
|
|
2422
2580
|
}
|
|
2423
|
-
.jodit-toolbar-
|
|
2581
|
+
.jodit-toolbar-button_variant_primary svg {
|
|
2424
2582
|
fill: #fff;
|
|
2425
2583
|
stroke: #fff;
|
|
2426
2584
|
}
|
|
2427
|
-
.jodit-toolbar-
|
|
2585
|
+
.jodit-toolbar-button_variant_primary [disabled] {
|
|
2428
2586
|
opacity: 0.7;
|
|
2429
2587
|
}
|
|
2430
|
-
.jodit-toolbar-
|
|
2588
|
+
.jodit-toolbar-button_variant_primary:hover:not([disabled]) {
|
|
2431
2589
|
background-color: #0069d9;
|
|
2432
2590
|
color: #fff;
|
|
2433
2591
|
}
|
|
2434
|
-
.jodit-toolbar-
|
|
2592
|
+
.jodit-toolbar-button_variant_primary:hover:not([disabled]) svg {
|
|
2435
2593
|
fill: #fff;
|
|
2436
2594
|
stroke: #fff;
|
|
2437
2595
|
}
|
|
2438
|
-
.jodit-toolbar-
|
|
2596
|
+
.jodit-toolbar-button_variant_primary:active:not([disabled]) {
|
|
2439
2597
|
background-color: #0062cc;
|
|
2440
2598
|
color: #fff;
|
|
2441
2599
|
}
|
|
2442
|
-
.jodit-toolbar-
|
|
2600
|
+
.jodit-toolbar-button_variant_primary:active:not([disabled]) svg {
|
|
2443
2601
|
fill: #fff;
|
|
2444
2602
|
stroke: #fff;
|
|
2445
2603
|
}
|
|
2446
|
-
.jodit-toolbar-
|
|
2604
|
+
.jodit-toolbar-button_variant_primary:focus:not([disabled]) {
|
|
2447
2605
|
outline: 1px dashed #0062cc;
|
|
2448
2606
|
}
|
|
2449
|
-
.jodit-toolbar-
|
|
2607
|
+
.jodit-toolbar-button_variant_secondary {
|
|
2450
2608
|
background-color: #d8d8d8;
|
|
2451
2609
|
color: #212529;
|
|
2452
2610
|
border-radius: 0;
|
|
2453
2611
|
}
|
|
2454
|
-
.jodit-toolbar-
|
|
2612
|
+
.jodit-toolbar-button_variant_secondary svg {
|
|
2455
2613
|
fill: #212529;
|
|
2456
2614
|
stroke: #212529;
|
|
2457
2615
|
}
|
|
2458
|
-
.jodit-toolbar-
|
|
2616
|
+
.jodit-toolbar-button_variant_secondary [disabled] {
|
|
2459
2617
|
opacity: 0.7;
|
|
2460
2618
|
}
|
|
2461
|
-
.jodit-toolbar-
|
|
2619
|
+
.jodit-toolbar-button_variant_secondary:hover:not([disabled]) {
|
|
2462
2620
|
background-color: #c9cdd1;
|
|
2463
2621
|
color: #212529;
|
|
2464
2622
|
}
|
|
2465
|
-
.jodit-toolbar-
|
|
2623
|
+
.jodit-toolbar-button_variant_secondary:hover:not([disabled]) svg {
|
|
2466
2624
|
fill: #212529;
|
|
2467
2625
|
stroke: #212529;
|
|
2468
2626
|
}
|
|
2469
|
-
.jodit-toolbar-
|
|
2627
|
+
.jodit-toolbar-button_variant_secondary:active:not([disabled]) {
|
|
2470
2628
|
background-color: #dae0e5;
|
|
2471
2629
|
color: #212529;
|
|
2472
2630
|
}
|
|
2473
|
-
.jodit-toolbar-
|
|
2631
|
+
.jodit-toolbar-button_variant_secondary:active:not([disabled]) svg {
|
|
2474
2632
|
fill: #212529;
|
|
2475
2633
|
stroke: #212529;
|
|
2476
2634
|
}
|
|
2477
|
-
.jodit-toolbar-
|
|
2635
|
+
.jodit-toolbar-button_variant_secondary:focus:not([disabled]) {
|
|
2478
2636
|
outline: 1px dashed #dae0e5;
|
|
2479
2637
|
}
|
|
2480
|
-
.jodit-toolbar-
|
|
2638
|
+
.jodit-toolbar-button_variant_success {
|
|
2481
2639
|
background-color: #28a745;
|
|
2482
2640
|
color: #fff;
|
|
2483
2641
|
}
|
|
2484
|
-
.jodit-toolbar-
|
|
2642
|
+
.jodit-toolbar-button_variant_success svg {
|
|
2485
2643
|
fill: #fff;
|
|
2486
2644
|
stroke: #fff;
|
|
2487
2645
|
}
|
|
2488
|
-
.jodit-toolbar-
|
|
2646
|
+
.jodit-toolbar-button_variant_success [disabled] {
|
|
2489
2647
|
opacity: 0.7;
|
|
2490
2648
|
}
|
|
2491
|
-
.jodit-toolbar-
|
|
2649
|
+
.jodit-toolbar-button_variant_success:hover:not([disabled]) {
|
|
2492
2650
|
background-color: #218838;
|
|
2493
2651
|
color: #fff;
|
|
2494
2652
|
}
|
|
2495
|
-
.jodit-toolbar-
|
|
2653
|
+
.jodit-toolbar-button_variant_success:hover:not([disabled]) svg {
|
|
2496
2654
|
fill: #fff;
|
|
2497
2655
|
stroke: #fff;
|
|
2498
2656
|
}
|
|
2499
|
-
.jodit-toolbar-
|
|
2657
|
+
.jodit-toolbar-button_variant_success:active:not([disabled]) {
|
|
2500
2658
|
background-color: #1e7e34;
|
|
2501
2659
|
color: #fff;
|
|
2502
2660
|
}
|
|
2503
|
-
.jodit-toolbar-
|
|
2661
|
+
.jodit-toolbar-button_variant_success:active:not([disabled]) svg {
|
|
2504
2662
|
fill: #fff;
|
|
2505
2663
|
stroke: #fff;
|
|
2506
2664
|
}
|
|
2507
|
-
.jodit-toolbar-
|
|
2665
|
+
.jodit-toolbar-button_variant_success:focus:not([disabled]) {
|
|
2508
2666
|
outline: 1px dashed #1e7e34;
|
|
2509
2667
|
}
|
|
2510
|
-
.jodit-toolbar-
|
|
2668
|
+
.jodit-toolbar-button_variant_danger {
|
|
2511
2669
|
background-color: #dc3545;
|
|
2512
2670
|
color: #fff;
|
|
2513
2671
|
}
|
|
2514
|
-
.jodit-toolbar-
|
|
2672
|
+
.jodit-toolbar-button_variant_danger svg {
|
|
2515
2673
|
fill: #fff;
|
|
2516
2674
|
stroke: #fff;
|
|
2517
2675
|
}
|
|
2518
|
-
.jodit-toolbar-
|
|
2676
|
+
.jodit-toolbar-button_variant_danger [disabled] {
|
|
2519
2677
|
opacity: 0.7;
|
|
2520
2678
|
}
|
|
2521
|
-
.jodit-toolbar-
|
|
2679
|
+
.jodit-toolbar-button_variant_danger:hover:not([disabled]) {
|
|
2522
2680
|
background-color: #c82333;
|
|
2523
2681
|
color: #fff;
|
|
2524
2682
|
}
|
|
2525
|
-
.jodit-toolbar-
|
|
2683
|
+
.jodit-toolbar-button_variant_danger:hover:not([disabled]) svg {
|
|
2526
2684
|
fill: #fff;
|
|
2527
2685
|
stroke: #fff;
|
|
2528
2686
|
}
|
|
2529
|
-
.jodit-toolbar-
|
|
2687
|
+
.jodit-toolbar-button_variant_danger:active:not([disabled]) {
|
|
2530
2688
|
background-color: #bd2130;
|
|
2531
2689
|
color: #fff;
|
|
2532
2690
|
}
|
|
2533
|
-
.jodit-toolbar-
|
|
2691
|
+
.jodit-toolbar-button_variant_danger:active:not([disabled]) svg {
|
|
2534
2692
|
fill: #fff;
|
|
2535
2693
|
stroke: #fff;
|
|
2536
2694
|
}
|
|
2537
|
-
.jodit-toolbar-
|
|
2695
|
+
.jodit-toolbar-button_variant_danger:focus:not([disabled]) {
|
|
2538
2696
|
outline: 1px dashed #bd2130;
|
|
2539
2697
|
}
|
|
2540
|
-
.jodit-toolbar-
|
|
2698
|
+
.jodit-toolbar-button__button {
|
|
2541
2699
|
cursor: pointer;
|
|
2542
2700
|
position: relative;
|
|
2543
2701
|
box-sizing: border-box;
|
|
@@ -2559,25 +2717,25 @@
|
|
|
2559
2717
|
border-radius: var(--jd-border-radius-default);
|
|
2560
2718
|
color: var(--jd-color-text-icons);
|
|
2561
2719
|
}
|
|
2562
|
-
.jodit-toolbar-
|
|
2563
|
-
.jodit-toolbar-
|
|
2720
|
+
.jodit-toolbar-button__button:hover:not([disabled]),
|
|
2721
|
+
.jodit-toolbar-button__button:focus-visible:not([disabled]) {
|
|
2564
2722
|
background-color: var(--jd-color-button-background-hover);
|
|
2565
2723
|
opacity: 1;
|
|
2566
2724
|
outline: 0;
|
|
2567
2725
|
}
|
|
2568
|
-
.jodit-toolbar-
|
|
2569
|
-
.jodit-toolbar-
|
|
2726
|
+
.jodit-toolbar-button__button:active:not([disabled]),
|
|
2727
|
+
.jodit-toolbar-button__button[aria-pressed='true']:not([disabled]) {
|
|
2570
2728
|
background-color: var(--jd-color-button-background-hover-opacity40);
|
|
2571
2729
|
outline: 0;
|
|
2572
2730
|
}
|
|
2573
|
-
.jodit-toolbar-
|
|
2731
|
+
.jodit-toolbar-button__button[aria-pressed='true']:hover:not([disabled]) {
|
|
2574
2732
|
background-color: var(--jd-color-button-background-hover-opacity60);
|
|
2575
2733
|
}
|
|
2576
|
-
.jodit-toolbar-
|
|
2734
|
+
.jodit-toolbar-button__button[disabled] {
|
|
2577
2735
|
opacity: 0.3;
|
|
2578
2736
|
pointer-events: none;
|
|
2579
2737
|
}
|
|
2580
|
-
.jodit-toolbar-
|
|
2738
|
+
.jodit-toolbar-button__trigger {
|
|
2581
2739
|
display: flex;
|
|
2582
2740
|
height: 100%;
|
|
2583
2741
|
align-items: center;
|
|
@@ -2588,1086 +2746,928 @@
|
|
|
2588
2746
|
--jd-button-trigger-size: 14px;
|
|
2589
2747
|
width: calc(var(--jd-button-trigger-size, 14px) + 2px);
|
|
2590
2748
|
}
|
|
2591
|
-
.jodit-toolbar-
|
|
2592
|
-
.jodit-toolbar-
|
|
2749
|
+
.jodit-toolbar-button__trigger:hover:not([disabled]),
|
|
2750
|
+
.jodit-toolbar-button__trigger:focus-visible:not([disabled]) {
|
|
2593
2751
|
background-color: var(--jd-color-button-background-hover);
|
|
2594
2752
|
opacity: 1;
|
|
2595
2753
|
outline: 0;
|
|
2596
2754
|
}
|
|
2597
|
-
.jodit-toolbar-
|
|
2598
|
-
.jodit-toolbar-
|
|
2755
|
+
.jodit-toolbar-button__trigger:active:not([disabled]),
|
|
2756
|
+
.jodit-toolbar-button__trigger[aria-pressed='true']:not([disabled]) {
|
|
2599
2757
|
background-color: var(--jd-color-button-background-hover-opacity40);
|
|
2600
2758
|
outline: 0;
|
|
2601
2759
|
}
|
|
2602
|
-
.jodit-toolbar-
|
|
2760
|
+
.jodit-toolbar-button__trigger[aria-pressed='true']:hover:not([disabled]) {
|
|
2603
2761
|
background-color: var(--jd-color-button-background-hover-opacity60);
|
|
2604
2762
|
}
|
|
2605
|
-
.jodit-toolbar-
|
|
2763
|
+
.jodit-toolbar-button__trigger[disabled] {
|
|
2606
2764
|
opacity: 0.3;
|
|
2607
2765
|
pointer-events: none;
|
|
2608
2766
|
}
|
|
2609
|
-
.jodit-toolbar-
|
|
2767
|
+
.jodit-toolbar-button__trigger svg {
|
|
2610
2768
|
width: calc(var(--jd-button-trigger-size, 14px) - 4px);
|
|
2611
2769
|
}
|
|
2612
|
-
.jodit-toolbar-
|
|
2770
|
+
.jodit-toolbar-button_size_tiny .jodit-toolbar-button__trigger {
|
|
2613
2771
|
--jd-button-trigger-size: 8px;
|
|
2614
2772
|
width: calc(var(--jd-button-trigger-size, 8px) + 2px);
|
|
2615
2773
|
}
|
|
2616
|
-
.jodit-toolbar-
|
|
2774
|
+
.jodit-toolbar-button_size_tiny .jodit-toolbar-button__trigger svg {
|
|
2617
2775
|
width: calc(var(--jd-button-trigger-size, 8px) - 4px);
|
|
2618
2776
|
}
|
|
2619
|
-
.jodit-toolbar-
|
|
2777
|
+
.jodit-toolbar-button_size_xsmall .jodit-toolbar-button__trigger {
|
|
2620
2778
|
--jd-button-trigger-size: 10px;
|
|
2621
2779
|
width: calc(var(--jd-button-trigger-size, 10px) + 2px);
|
|
2622
2780
|
}
|
|
2623
|
-
.jodit-toolbar-
|
|
2781
|
+
.jodit-toolbar-button_size_xsmall .jodit-toolbar-button__trigger svg {
|
|
2624
2782
|
width: calc(var(--jd-button-trigger-size, 10px) - 4px);
|
|
2625
2783
|
}
|
|
2626
|
-
.jodit-toolbar-
|
|
2784
|
+
.jodit-toolbar-button_size_small .jodit-toolbar-button__trigger {
|
|
2627
2785
|
--jd-button-trigger-size: 12px;
|
|
2628
2786
|
width: calc(var(--jd-button-trigger-size, 12px) + 2px);
|
|
2629
2787
|
}
|
|
2630
|
-
.jodit-toolbar-
|
|
2788
|
+
.jodit-toolbar-button_size_small .jodit-toolbar-button__trigger svg {
|
|
2631
2789
|
width: calc(var(--jd-button-trigger-size, 12px) - 4px);
|
|
2632
2790
|
}
|
|
2633
|
-
.jodit-toolbar-
|
|
2791
|
+
.jodit-toolbar-button_size_large .jodit-toolbar-button__trigger {
|
|
2634
2792
|
--jd-button-trigger-size: 16px;
|
|
2635
2793
|
width: calc(var(--jd-button-trigger-size, 16px) + 2px);
|
|
2636
2794
|
}
|
|
2637
|
-
.jodit-toolbar-
|
|
2795
|
+
.jodit-toolbar-button_size_large .jodit-toolbar-button__trigger svg {
|
|
2638
2796
|
width: calc(var(--jd-button-trigger-size, 16px) - 4px);
|
|
2639
2797
|
}
|
|
2640
|
-
.jodit-toolbar-
|
|
2798
|
+
.jodit-toolbar-button_with-trigger_true .jodit-toolbar-button__button {
|
|
2641
2799
|
border-radius: var(--jd-border-radius-default) 0 0 var(--jd-border-radius-default);
|
|
2642
2800
|
}
|
|
2643
|
-
.jodit-toolbar-
|
|
2801
|
+
.jodit-toolbar-button_with-trigger_true:hover:not([disabled]) {
|
|
2644
2802
|
border-color: var(--jd-color-border);
|
|
2645
2803
|
}
|
|
2646
|
-
.jodit-toolbar-
|
|
2804
|
+
.jodit-toolbar-button_stroke_false svg {
|
|
2647
2805
|
stroke: none;
|
|
2648
2806
|
}
|
|
2649
|
-
|
|
2650
|
-
|
|
2807
|
+
|
|
2808
|
+
/*!
|
|
2809
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2810
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2811
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
2812
|
+
*/
|
|
2813
|
+
.jodit-toolbar-content {
|
|
2814
|
+
position: relative;
|
|
2815
|
+
box-sizing: border-box;
|
|
2816
|
+
border: 0;
|
|
2817
|
+
appearance: none;
|
|
2818
|
+
background: 0 0;
|
|
2819
|
+
box-shadow: none;
|
|
2820
|
+
font-style: normal;
|
|
2821
|
+
outline: 0;
|
|
2822
|
+
text-align: center;
|
|
2823
|
+
text-decoration: none;
|
|
2824
|
+
text-transform: none;
|
|
2825
|
+
user-select: none;
|
|
2826
|
+
display: inline-flex;
|
|
2827
|
+
align-items: center;
|
|
2828
|
+
justify-content: center;
|
|
2829
|
+
padding: 0 var(--jd-padding-default);
|
|
2830
|
+
border-radius: var(--jd-border-radius-default);
|
|
2831
|
+
color: var(--jd-color-text-icons);
|
|
2832
|
+
cursor: pointer;
|
|
2833
|
+
min-width: 34px;
|
|
2834
|
+
height: 34px;
|
|
2835
|
+
padding: 0;
|
|
2836
|
+
border: 1px solid transparent;
|
|
2837
|
+
}
|
|
2838
|
+
.jodit-toolbar-content:hover:not([disabled]),
|
|
2839
|
+
.jodit-toolbar-content:focus-visible:not([disabled]) {
|
|
2651
2840
|
background-color: var(--jd-color-button-background-hover);
|
|
2652
2841
|
opacity: 1;
|
|
2653
2842
|
outline: 0;
|
|
2654
2843
|
}
|
|
2655
|
-
.jodit-toolbar-
|
|
2656
|
-
.jodit-toolbar-
|
|
2844
|
+
.jodit-toolbar-content:active:not([disabled]),
|
|
2845
|
+
.jodit-toolbar-content[aria-pressed='true']:not([disabled]) {
|
|
2657
2846
|
background-color: var(--jd-color-button-background-hover-opacity40);
|
|
2658
2847
|
outline: 0;
|
|
2659
2848
|
}
|
|
2660
|
-
.jodit-toolbar-
|
|
2849
|
+
.jodit-toolbar-content[aria-pressed='true']:hover:not([disabled]) {
|
|
2661
2850
|
background-color: var(--jd-color-button-background-hover-opacity60);
|
|
2662
2851
|
}
|
|
2663
|
-
.jodit-toolbar-
|
|
2852
|
+
.jodit-toolbar-content[disabled] {
|
|
2664
2853
|
opacity: 0.3;
|
|
2665
2854
|
pointer-events: none;
|
|
2666
2855
|
}
|
|
2667
|
-
.jodit-toolbar-
|
|
2668
|
-
|
|
2856
|
+
.jodit-toolbar-content .jodit-icon {
|
|
2857
|
+
width: 14px;
|
|
2858
|
+
height: 14px;
|
|
2669
2859
|
}
|
|
2670
|
-
.jodit-toolbar-
|
|
2671
|
-
|
|
2860
|
+
.jodit-toolbar-content button {
|
|
2861
|
+
min-width: 34px;
|
|
2862
|
+
height: 34px;
|
|
2863
|
+
padding: 0;
|
|
2864
|
+
appearance: none;
|
|
2672
2865
|
}
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2676
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2677
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
2678
|
-
*/
|
|
2679
|
-
.jodit-toolbar__box:not(:empty) {
|
|
2680
|
-
--jd-color-background-default: var(--jd-color-panel);
|
|
2681
|
-
overflow: hidden;
|
|
2682
|
-
border-radius: var(--jd-border-radius-default) var(--jd-border-radius-default) 0 0;
|
|
2683
|
-
border-bottom: 1px solid var(--jd-color-border);
|
|
2684
|
-
background-color: var(--jd-color-background-default);
|
|
2866
|
+
.jodit-toolbar-content_text-icons_true button {
|
|
2867
|
+
padding: 0 var(--jd-padding-default);
|
|
2685
2868
|
}
|
|
2686
|
-
.jodit-
|
|
2687
|
-
|
|
2869
|
+
.jodit-toolbar-content_size_tiny {
|
|
2870
|
+
min-width: 16px;
|
|
2871
|
+
height: 16px;
|
|
2688
2872
|
}
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2693
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
2694
|
-
*/
|
|
2695
|
-
.jodit-dialog {
|
|
2696
|
-
font-family: var(--jd-font-default);
|
|
2697
|
-
font-size: var(--jd-font-size-default);
|
|
2698
|
-
position: absolute;
|
|
2699
|
-
display: none;
|
|
2700
|
-
width: 0;
|
|
2701
|
-
height: 0;
|
|
2702
|
-
box-sizing: border-box;
|
|
2703
|
-
border: 0;
|
|
2704
|
-
will-change: left, top, width, height;
|
|
2873
|
+
.jodit-toolbar-content_size_tiny .jodit-icon {
|
|
2874
|
+
width: 8px;
|
|
2875
|
+
height: 8px;
|
|
2705
2876
|
}
|
|
2706
|
-
.jodit-
|
|
2707
|
-
|
|
2877
|
+
.jodit-toolbar-content_size_tiny button {
|
|
2878
|
+
min-width: 16px;
|
|
2879
|
+
height: 16px;
|
|
2880
|
+
padding: 0;
|
|
2881
|
+
appearance: none;
|
|
2708
2882
|
}
|
|
2709
|
-
.jodit-
|
|
2710
|
-
|
|
2883
|
+
.jodit-toolbar-content_size_tiny_text-icons_true button {
|
|
2884
|
+
padding: 0 var(--jd-padding-default);
|
|
2711
2885
|
}
|
|
2712
|
-
.jodit-
|
|
2713
|
-
|
|
2714
|
-
|
|
2886
|
+
.jodit-toolbar-content_size_xsmall {
|
|
2887
|
+
min-width: 22px;
|
|
2888
|
+
height: 22px;
|
|
2715
2889
|
}
|
|
2716
|
-
.jodit-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2890
|
+
.jodit-toolbar-content_size_xsmall .jodit-icon {
|
|
2891
|
+
width: 10px;
|
|
2892
|
+
height: 10px;
|
|
2893
|
+
}
|
|
2894
|
+
.jodit-toolbar-content_size_xsmall button {
|
|
2895
|
+
min-width: 22px;
|
|
2896
|
+
height: 22px;
|
|
2897
|
+
padding: 0;
|
|
2898
|
+
appearance: none;
|
|
2899
|
+
}
|
|
2900
|
+
.jodit-toolbar-content_size_xsmall_text-icons_true button {
|
|
2901
|
+
padding: 0 var(--jd-padding-default);
|
|
2902
|
+
}
|
|
2903
|
+
.jodit-toolbar-content_size_small {
|
|
2904
|
+
min-width: 28px;
|
|
2905
|
+
height: 28px;
|
|
2906
|
+
}
|
|
2907
|
+
.jodit-toolbar-content_size_small .jodit-icon {
|
|
2908
|
+
width: 12px;
|
|
2909
|
+
height: 12px;
|
|
2910
|
+
}
|
|
2911
|
+
.jodit-toolbar-content_size_small button {
|
|
2912
|
+
min-width: 28px;
|
|
2913
|
+
height: 28px;
|
|
2914
|
+
padding: 0;
|
|
2915
|
+
appearance: none;
|
|
2916
|
+
}
|
|
2917
|
+
.jodit-toolbar-content_size_small_text-icons_true button {
|
|
2918
|
+
padding: 0 var(--jd-padding-default);
|
|
2919
|
+
}
|
|
2920
|
+
.jodit-toolbar-content_size_large {
|
|
2921
|
+
min-width: 40px;
|
|
2922
|
+
height: 40px;
|
|
2923
|
+
}
|
|
2924
|
+
.jodit-toolbar-content_size_large .jodit-icon {
|
|
2925
|
+
width: 16px;
|
|
2926
|
+
height: 16px;
|
|
2927
|
+
}
|
|
2928
|
+
.jodit-toolbar-content_size_large button {
|
|
2929
|
+
min-width: 40px;
|
|
2930
|
+
height: 40px;
|
|
2931
|
+
padding: 0;
|
|
2932
|
+
appearance: none;
|
|
2933
|
+
}
|
|
2934
|
+
.jodit-toolbar-content_size_large_text-icons_true button {
|
|
2935
|
+
padding: 0 var(--jd-padding-default);
|
|
2936
|
+
}
|
|
2937
|
+
.jodit-toolbar-content__icon {
|
|
2721
2938
|
display: none;
|
|
2722
|
-
overflow: auto;
|
|
2723
|
-
width: 100%;
|
|
2724
|
-
height: 100%;
|
|
2725
|
-
background-color: rgba(0, 0, 0, 0.5);
|
|
2726
|
-
text-align: center;
|
|
2727
|
-
white-space: nowrap;
|
|
2728
2939
|
}
|
|
2729
|
-
.jodit-
|
|
2940
|
+
.jodit-toolbar-content__icon:not(:empty) {
|
|
2941
|
+
display: inline-flex;
|
|
2942
|
+
}
|
|
2943
|
+
.jodit-toolbar-content__text {
|
|
2730
2944
|
display: none;
|
|
2731
2945
|
}
|
|
2732
|
-
.jodit-
|
|
2733
|
-
|
|
2946
|
+
.jodit-toolbar-content__text:not(:empty) {
|
|
2947
|
+
font-family: var(--jd-font-default);
|
|
2948
|
+
font-size: var(--jd-font-size-default);
|
|
2949
|
+
display: inline-flex;
|
|
2950
|
+
flex-grow: 1;
|
|
2951
|
+
justify-content: center;
|
|
2952
|
+
text-overflow: ellipsis;
|
|
2953
|
+
overflow: hidden;
|
|
2734
2954
|
}
|
|
2735
|
-
.jodit-
|
|
2736
|
-
|
|
2955
|
+
.jodit-toolbar-content_context_menu .jodit-toolbar-content__text {
|
|
2956
|
+
position: relative;
|
|
2957
|
+
justify-content: left;
|
|
2958
|
+
padding-left: var(--jd-padding-default);
|
|
2737
2959
|
}
|
|
2738
|
-
.jodit-
|
|
2739
|
-
position:
|
|
2740
|
-
|
|
2741
|
-
top: 0;
|
|
2960
|
+
.jodit-toolbar-content_context_menu .jodit-toolbar-content__text::before {
|
|
2961
|
+
position: absolute;
|
|
2962
|
+
top: calc(var(--jd-padding-default) * -1);
|
|
2742
2963
|
left: 0;
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
min-height: 100px;
|
|
2747
|
-
max-height: 100%;
|
|
2748
|
-
flex-flow: column nowrap;
|
|
2749
|
-
background-color: #fff;
|
|
2750
|
-
--jd-box-shadow-blur: calc(var(--jd-padding-default) * 2);
|
|
2751
|
-
--jd-box-shadow-1: 0 var(--jd-padding-default) var(--jd-box-shadow-blur) rgba(0, 0, 0, 0.19);
|
|
2752
|
-
box-shadow: var(--jd-box-shadow-1), 0 6px 6px rgba(0, 0, 0, 0.23);
|
|
2753
|
-
text-align: left;
|
|
2754
|
-
white-space: normal;
|
|
2964
|
+
height: 35px;
|
|
2965
|
+
border-left: 1px solid var(--jd-color-border);
|
|
2966
|
+
content: '';
|
|
2755
2967
|
}
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
top: 0 !important;
|
|
2759
|
-
left: 0 !important;
|
|
2760
|
-
width: 100% !important;
|
|
2761
|
-
max-width: 100%;
|
|
2762
|
-
height: 100% !important;
|
|
2763
|
-
}
|
|
2968
|
+
.jodit-toolbar-content__icon:not(:empty) + .jodit-toolbar-content__text:not(:empty) {
|
|
2969
|
+
margin-left: var(--jd-padding-default);
|
|
2764
2970
|
}
|
|
2765
|
-
.jodit-
|
|
2766
|
-
|
|
2767
|
-
z-index: inherit;
|
|
2768
|
-
display: block;
|
|
2769
|
-
width: auto;
|
|
2770
|
-
height: auto;
|
|
2771
|
-
box-sizing: border-box;
|
|
2971
|
+
.jodit-toolbar-content__icon:empty + .jodit-toolbar-content__text:not(:empty) {
|
|
2972
|
+
padding: 0 var(--jd-padding-default);
|
|
2772
2973
|
}
|
|
2773
|
-
.jodit-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
left: auto !important;
|
|
2778
|
-
width: 100% !important;
|
|
2974
|
+
.jodit-toolbar-content:focus:not([disabled]) {
|
|
2975
|
+
outline: 1px dashed var(--jd-color-background-selection);
|
|
2976
|
+
}
|
|
2977
|
+
.jodit-toolbar-content_variant_outline {
|
|
2779
2978
|
border: 1px solid var(--jd-color-border);
|
|
2780
|
-
box-shadow: none;
|
|
2781
2979
|
}
|
|
2782
|
-
.jodit-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
color: var(--jd-dark-text-color);
|
|
2980
|
+
.jodit-toolbar-content_variant_default {
|
|
2981
|
+
background-color: #e3e3e3;
|
|
2982
|
+
color: #212529;
|
|
2786
2983
|
}
|
|
2787
|
-
.jodit-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
justify-content: space-between;
|
|
2791
|
-
border-bottom: 1px solid var(--jd-color-border);
|
|
2792
|
-
cursor: move;
|
|
2793
|
-
text-align: left;
|
|
2984
|
+
.jodit-toolbar-content_variant_default svg {
|
|
2985
|
+
fill: #212529;
|
|
2986
|
+
stroke: #212529;
|
|
2794
2987
|
}
|
|
2795
|
-
.jodit-
|
|
2796
|
-
.
|
|
2797
|
-
display: flex;
|
|
2798
|
-
flex-shrink: 3;
|
|
2799
|
-
align-items: center;
|
|
2800
|
-
padding: 0 var(--jd-padding-default);
|
|
2801
|
-
margin: 0;
|
|
2802
|
-
font-size: 18px;
|
|
2803
|
-
font-weight: 400;
|
|
2804
|
-
line-height: 48px;
|
|
2805
|
-
vertical-align: top;
|
|
2988
|
+
.jodit-toolbar-content_variant_default [disabled] {
|
|
2989
|
+
opacity: 0.7;
|
|
2806
2990
|
}
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
}
|
|
2991
|
+
.jodit-toolbar-content_variant_default:hover:not([disabled]) {
|
|
2992
|
+
background-color: #c9cdd1;
|
|
2993
|
+
color: #212529;
|
|
2811
2994
|
}
|
|
2812
|
-
.jodit-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
color: #222;
|
|
2816
|
-
font-size: 28px;
|
|
2817
|
-
line-height: 48px;
|
|
2818
|
-
text-align: center;
|
|
2819
|
-
text-decoration: none;
|
|
2820
|
-
transition: background-color 0.2s ease 0s;
|
|
2995
|
+
.jodit-toolbar-content_variant_default:hover:not([disabled]) svg {
|
|
2996
|
+
fill: #212529;
|
|
2997
|
+
stroke: #212529;
|
|
2821
2998
|
}
|
|
2822
|
-
.jodit-
|
|
2823
|
-
background-color:
|
|
2999
|
+
.jodit-toolbar-content_variant_default:active:not([disabled]) {
|
|
3000
|
+
background-color: #dae0e5;
|
|
3001
|
+
color: #212529;
|
|
2824
3002
|
}
|
|
2825
|
-
.jodit-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
box-shadow: none;
|
|
3003
|
+
.jodit-toolbar-content_variant_default:active:not([disabled]) svg {
|
|
3004
|
+
fill: #212529;
|
|
3005
|
+
stroke: #212529;
|
|
2829
3006
|
}
|
|
2830
|
-
.jodit-
|
|
2831
|
-
|
|
2832
|
-
padding-left: var(--jd-padding-default);
|
|
3007
|
+
.jodit-toolbar-content_variant_default:focus:not([disabled]) {
|
|
3008
|
+
outline: 1px dashed #dae0e5;
|
|
2833
3009
|
}
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
}
|
|
3010
|
+
.jodit-toolbar-content_variant_primary {
|
|
3011
|
+
background-color: #007bff;
|
|
3012
|
+
color: #fff;
|
|
2838
3013
|
}
|
|
2839
|
-
.jodit-
|
|
2840
|
-
|
|
3014
|
+
.jodit-toolbar-content_variant_primary svg {
|
|
3015
|
+
fill: #fff;
|
|
3016
|
+
stroke: #fff;
|
|
2841
3017
|
}
|
|
2842
|
-
.jodit-
|
|
2843
|
-
|
|
2844
|
-
padding: 0 calc(var(--jd-padding-default) / 4);
|
|
3018
|
+
.jodit-toolbar-content_variant_primary [disabled] {
|
|
3019
|
+
opacity: 0.7;
|
|
2845
3020
|
}
|
|
2846
|
-
.jodit-
|
|
2847
|
-
|
|
3021
|
+
.jodit-toolbar-content_variant_primary:hover:not([disabled]) {
|
|
3022
|
+
background-color: #0069d9;
|
|
3023
|
+
color: #fff;
|
|
2848
3024
|
}
|
|
2849
|
-
.jodit-
|
|
2850
|
-
|
|
3025
|
+
.jodit-toolbar-content_variant_primary:hover:not([disabled]) svg {
|
|
3026
|
+
fill: #fff;
|
|
3027
|
+
stroke: #fff;
|
|
2851
3028
|
}
|
|
2852
|
-
.jodit-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
flex: 1;
|
|
3029
|
+
.jodit-toolbar-content_variant_primary:active:not([disabled]) {
|
|
3030
|
+
background-color: #0062cc;
|
|
3031
|
+
color: #fff;
|
|
2856
3032
|
}
|
|
2857
|
-
.jodit-
|
|
2858
|
-
|
|
2859
|
-
|
|
3033
|
+
.jodit-toolbar-content_variant_primary:active:not([disabled]) svg {
|
|
3034
|
+
fill: #fff;
|
|
3035
|
+
stroke: #fff;
|
|
2860
3036
|
}
|
|
2861
|
-
.jodit-
|
|
2862
|
-
|
|
3037
|
+
.jodit-toolbar-content_variant_primary:focus:not([disabled]) {
|
|
3038
|
+
outline: 1px dashed #0062cc;
|
|
2863
3039
|
}
|
|
2864
|
-
.jodit-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
border-
|
|
3040
|
+
.jodit-toolbar-content_variant_secondary {
|
|
3041
|
+
background-color: #d8d8d8;
|
|
3042
|
+
color: #212529;
|
|
3043
|
+
border-radius: 0;
|
|
2868
3044
|
}
|
|
2869
|
-
.jodit-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
vertical-align: middle;
|
|
3045
|
+
.jodit-toolbar-content_variant_secondary svg {
|
|
3046
|
+
fill: #212529;
|
|
3047
|
+
stroke: #212529;
|
|
2873
3048
|
}
|
|
2874
|
-
.jodit-
|
|
2875
|
-
|
|
3049
|
+
.jodit-toolbar-content_variant_secondary [disabled] {
|
|
3050
|
+
opacity: 0.7;
|
|
2876
3051
|
}
|
|
2877
|
-
.jodit-
|
|
2878
|
-
|
|
3052
|
+
.jodit-toolbar-content_variant_secondary:hover:not([disabled]) {
|
|
3053
|
+
background-color: #c9cdd1;
|
|
3054
|
+
color: #212529;
|
|
2879
3055
|
}
|
|
2880
|
-
.jodit-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
vertical-align: middle;
|
|
2884
|
-
white-space: nowrap;
|
|
3056
|
+
.jodit-toolbar-content_variant_secondary:hover:not([disabled]) svg {
|
|
3057
|
+
fill: #212529;
|
|
3058
|
+
stroke: #212529;
|
|
2885
3059
|
}
|
|
2886
|
-
.jodit-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
border-radius: 0;
|
|
2890
|
-
margin-left: -1px;
|
|
2891
|
-
line-height: 34px;
|
|
3060
|
+
.jodit-toolbar-content_variant_secondary:active:not([disabled]) {
|
|
3061
|
+
background-color: #dae0e5;
|
|
3062
|
+
color: #212529;
|
|
2892
3063
|
}
|
|
2893
|
-
.jodit-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
justify-content: space-between;
|
|
2897
|
-
padding: var(--jd-padding-default);
|
|
3064
|
+
.jodit-toolbar-content_variant_secondary:active:not([disabled]) svg {
|
|
3065
|
+
fill: #212529;
|
|
3066
|
+
stroke: #212529;
|
|
2898
3067
|
}
|
|
2899
|
-
.jodit-
|
|
2900
|
-
|
|
3068
|
+
.jodit-toolbar-content_variant_secondary:focus:not([disabled]) {
|
|
3069
|
+
outline: 1px dashed #dae0e5;
|
|
2901
3070
|
}
|
|
2902
|
-
.jodit-
|
|
2903
|
-
|
|
3071
|
+
.jodit-toolbar-content_variant_success {
|
|
3072
|
+
background-color: #28a745;
|
|
3073
|
+
color: #fff;
|
|
2904
3074
|
}
|
|
2905
|
-
.jodit-
|
|
2906
|
-
|
|
3075
|
+
.jodit-toolbar-content_variant_success svg {
|
|
3076
|
+
fill: #fff;
|
|
3077
|
+
stroke: #fff;
|
|
2907
3078
|
}
|
|
2908
|
-
.jodit-
|
|
2909
|
-
|
|
2910
|
-
position: relative;
|
|
3079
|
+
.jodit-toolbar-content_variant_success [disabled] {
|
|
3080
|
+
opacity: 0.7;
|
|
2911
3081
|
}
|
|
2912
|
-
.jodit-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
bottom: 0;
|
|
2916
|
-
overflow: hidden;
|
|
2917
|
-
width: 12px;
|
|
2918
|
-
height: 12px;
|
|
2919
|
-
cursor: nwse-resize;
|
|
2920
|
-
fill: var(--jd-color-gray-dark);
|
|
2921
|
-
user-select: none;
|
|
3082
|
+
.jodit-toolbar-content_variant_success:hover:not([disabled]) {
|
|
3083
|
+
background-color: #218838;
|
|
3084
|
+
color: #fff;
|
|
2922
3085
|
}
|
|
2923
|
-
.jodit-
|
|
2924
|
-
|
|
3086
|
+
.jodit-toolbar-content_variant_success:hover:not([disabled]) svg {
|
|
3087
|
+
fill: #fff;
|
|
3088
|
+
stroke: #fff;
|
|
2925
3089
|
}
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
}
|
|
3090
|
+
.jodit-toolbar-content_variant_success:active:not([disabled]) {
|
|
3091
|
+
background-color: #1e7e34;
|
|
3092
|
+
color: #fff;
|
|
2930
3093
|
}
|
|
2931
|
-
.jodit-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
padding: var(--jd-padding-default);
|
|
2935
|
-
word-break: break-all;
|
|
3094
|
+
.jodit-toolbar-content_variant_success:active:not([disabled]) svg {
|
|
3095
|
+
fill: #fff;
|
|
3096
|
+
stroke: #fff;
|
|
2936
3097
|
}
|
|
2937
|
-
.jodit-
|
|
2938
|
-
|
|
2939
|
-
margin-bottom: calc(var(--jd-padding-default) / 2);
|
|
3098
|
+
.jodit-toolbar-content_variant_success:focus:not([disabled]) {
|
|
3099
|
+
outline: 1px dashed #1e7e34;
|
|
2940
3100
|
}
|
|
2941
|
-
.jodit-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
padding: var(--jd-padding-default);
|
|
2945
|
-
word-break: break-all;
|
|
3101
|
+
.jodit-toolbar-content_variant_danger {
|
|
3102
|
+
background-color: #dc3545;
|
|
3103
|
+
color: #fff;
|
|
2946
3104
|
}
|
|
2947
|
-
.jodit-
|
|
2948
|
-
|
|
3105
|
+
.jodit-toolbar-content_variant_danger svg {
|
|
3106
|
+
fill: #fff;
|
|
3107
|
+
stroke: #fff;
|
|
2949
3108
|
}
|
|
2950
|
-
.
|
|
2951
|
-
|
|
2952
|
-
height: 100% !important;
|
|
2953
|
-
inset: 0 !important;
|
|
3109
|
+
.jodit-toolbar-content_variant_danger [disabled] {
|
|
3110
|
+
opacity: 0.7;
|
|
2954
3111
|
}
|
|
2955
|
-
.
|
|
2956
|
-
|
|
3112
|
+
.jodit-toolbar-content_variant_danger:hover:not([disabled]) {
|
|
3113
|
+
background-color: #c82333;
|
|
3114
|
+
color: #fff;
|
|
2957
3115
|
}
|
|
2958
|
-
.jodit-
|
|
2959
|
-
|
|
3116
|
+
.jodit-toolbar-content_variant_danger:hover:not([disabled]) svg {
|
|
3117
|
+
fill: #fff;
|
|
3118
|
+
stroke: #fff;
|
|
2960
3119
|
}
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2965
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
2966
|
-
*/
|
|
2967
|
-
.jodit-context-menu {
|
|
2968
|
-
position: static;
|
|
2969
|
-
width: auto;
|
|
2970
|
-
max-width: none;
|
|
2971
|
-
height: auto;
|
|
2972
|
-
padding: 0;
|
|
2973
|
-
border: 0;
|
|
2974
|
-
margin: 0;
|
|
2975
|
-
background: 0 0;
|
|
2976
|
-
float: none;
|
|
2977
|
-
outline: 0;
|
|
2978
|
-
position: fixed;
|
|
2979
|
-
z-index: var(--jd-z-index-popup);
|
|
2980
|
-
display: inline-block;
|
|
2981
|
-
box-shadow: var(--jd-popup-box-shadow);
|
|
2982
|
-
transform: translate3d(0, 0, 0);
|
|
2983
|
-
z-index: var(--jd-z-index-context-menu);
|
|
2984
|
-
font-family: var(--jd-font-default);
|
|
2985
|
-
font-size: var(--jd-font-size-default);
|
|
3120
|
+
.jodit-toolbar-content_variant_danger:active:not([disabled]) {
|
|
3121
|
+
background-color: #bd2130;
|
|
3122
|
+
color: #fff;
|
|
2986
3123
|
}
|
|
2987
|
-
.jodit-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
overflow: auto;
|
|
2991
|
-
max-height: var(--jd-popup-max-height, 400px);
|
|
2992
|
-
padding: var(--jd-padding-default);
|
|
2993
|
-
background: var(--jd-color-background-default);
|
|
2994
|
-
overflow-scrolling: touch;
|
|
3124
|
+
.jodit-toolbar-content_variant_danger:active:not([disabled]) svg {
|
|
3125
|
+
fill: #fff;
|
|
3126
|
+
stroke: #fff;
|
|
2995
3127
|
}
|
|
2996
|
-
.jodit-
|
|
2997
|
-
|
|
3128
|
+
.jodit-toolbar-content_variant_danger:focus:not([disabled]) {
|
|
3129
|
+
outline: 1px dashed #bd2130;
|
|
2998
3130
|
}
|
|
2999
|
-
.jodit-
|
|
3000
|
-
|
|
3131
|
+
.jodit-toolbar-content:hover:not([disabled]) {
|
|
3132
|
+
background-color: transparent;
|
|
3133
|
+
opacity: 1;
|
|
3134
|
+
outline: 0;
|
|
3001
3135
|
}
|
|
3002
|
-
|
|
3136
|
+
|
|
3137
|
+
.jodit-toolbar-select {
|
|
3138
|
+
--jd-color-button-background-hover-opacity40: rgba(220, 220, 220, 0.2);
|
|
3139
|
+
--jd-color-button-background-hover-opacity60: rgba(220, 220, 220, 0.1);
|
|
3003
3140
|
display: flex;
|
|
3141
|
+
overflow: hidden;
|
|
3142
|
+
align-items: center;
|
|
3143
|
+
justify-content: center;
|
|
3144
|
+
border: 1px solid transparent;
|
|
3145
|
+
border-radius: var(--jd-border-radius-default);
|
|
3146
|
+
min-width: 34px;
|
|
3147
|
+
height: 34px;
|
|
3148
|
+
justify-content: space-between;
|
|
3149
|
+
cursor: pointer;
|
|
3150
|
+
min-width: 100px;
|
|
3004
3151
|
}
|
|
3005
|
-
.jodit-
|
|
3006
|
-
|
|
3152
|
+
.jodit-toolbar-select__icon {
|
|
3153
|
+
display: none;
|
|
3007
3154
|
}
|
|
3008
|
-
.jodit-
|
|
3009
|
-
|
|
3155
|
+
.jodit-toolbar-select__icon:not(:empty) {
|
|
3156
|
+
display: inline-flex;
|
|
3010
3157
|
}
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3014
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3015
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3016
|
-
*/
|
|
3017
|
-
:root {
|
|
3018
|
-
--jd-image-editor-resizer-border-color: #05ff00;
|
|
3019
|
-
--jd-image-editor-resizer-target-size: padding-default;
|
|
3020
|
-
--jd-image-editor-resizer-target-border-color: #383838;
|
|
3021
|
-
--jd-image-editor-resizer-target-bg-color: #8c7878;
|
|
3158
|
+
.jodit-toolbar-select__text {
|
|
3159
|
+
display: none;
|
|
3022
3160
|
}
|
|
3023
|
-
.jodit-
|
|
3161
|
+
.jodit-toolbar-select__text:not(:empty) {
|
|
3162
|
+
font-family: var(--jd-font-default);
|
|
3163
|
+
font-size: var(--jd-font-size-default);
|
|
3164
|
+
display: inline-flex;
|
|
3165
|
+
flex-grow: 1;
|
|
3166
|
+
justify-content: center;
|
|
3167
|
+
text-overflow: ellipsis;
|
|
3024
3168
|
overflow: hidden;
|
|
3025
|
-
width: 100%;
|
|
3026
|
-
height: 100%;
|
|
3027
|
-
padding: var(--jd-padding-default);
|
|
3028
|
-
}
|
|
3029
|
-
@media (max-width: 768px) {
|
|
3030
|
-
.jodit-image-editor {
|
|
3031
|
-
height: auto;
|
|
3032
|
-
}
|
|
3033
3169
|
}
|
|
3034
|
-
.jodit-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
@media (max-width: 768px) {
|
|
3039
|
-
.jodit-image-editor > div,
|
|
3040
|
-
.jodit-image-editor > div > div {
|
|
3041
|
-
height: auto;
|
|
3042
|
-
min-height: 200px;
|
|
3043
|
-
}
|
|
3170
|
+
.jodit-toolbar-select_context_menu .jodit-toolbar-select__text {
|
|
3171
|
+
position: relative;
|
|
3172
|
+
justify-content: left;
|
|
3173
|
+
padding-left: var(--jd-padding-default);
|
|
3044
3174
|
}
|
|
3045
|
-
.jodit-
|
|
3046
|
-
|
|
3175
|
+
.jodit-toolbar-select_context_menu .jodit-toolbar-select__text::before {
|
|
3176
|
+
position: absolute;
|
|
3177
|
+
top: calc(var(--jd-padding-default) * -1);
|
|
3178
|
+
left: 0;
|
|
3179
|
+
height: 35px;
|
|
3180
|
+
border-left: 1px solid var(--jd-color-border);
|
|
3181
|
+
content: '';
|
|
3047
3182
|
}
|
|
3048
|
-
.jodit-
|
|
3049
|
-
|
|
3050
|
-
border-bottom: 1px solid rgba(158, 158, 158, 0.31);
|
|
3051
|
-
background-color: #f9f9f9;
|
|
3052
|
-
color: #333333;
|
|
3053
|
-
cursor: pointer;
|
|
3054
|
-
font-weight: bold;
|
|
3055
|
-
line-height: 1em;
|
|
3056
|
-
text-overflow: ellipsis;
|
|
3057
|
-
text-shadow: #f3f3f3 0 1px 0;
|
|
3058
|
-
user-select: none;
|
|
3059
|
-
white-space: nowrap;
|
|
3183
|
+
.jodit-toolbar-select__icon:not(:empty) + .jodit-toolbar-select__text:not(:empty) {
|
|
3184
|
+
margin-left: var(--jd-padding-default);
|
|
3060
3185
|
}
|
|
3061
|
-
.jodit-
|
|
3062
|
-
|
|
3063
|
-
width: 16px;
|
|
3064
|
-
margin-right: var(--jd-padding-default);
|
|
3065
|
-
vertical-align: middle;
|
|
3186
|
+
.jodit-toolbar-select__icon:empty + .jodit-toolbar-select__text:not(:empty) {
|
|
3187
|
+
padding: 0 var(--jd-padding-default);
|
|
3066
3188
|
}
|
|
3067
|
-
.jodit-
|
|
3068
|
-
|
|
3189
|
+
.jodit-toolbar-select__icon:empty + .jodit-toolbar-select__text:not(:empty) {
|
|
3190
|
+
padding: 0;
|
|
3069
3191
|
}
|
|
3070
|
-
.jodit-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
text-shadow: #000 0 1px 0;
|
|
3192
|
+
.jodit-toolbar-select .jodit-icon {
|
|
3193
|
+
width: 14px;
|
|
3194
|
+
height: 14px;
|
|
3074
3195
|
}
|
|
3075
|
-
.jodit-
|
|
3076
|
-
|
|
3196
|
+
.jodit-toolbar-select button {
|
|
3197
|
+
min-width: 34px;
|
|
3198
|
+
height: 34px;
|
|
3199
|
+
padding: 0;
|
|
3200
|
+
appearance: none;
|
|
3077
3201
|
}
|
|
3078
|
-
.jodit-
|
|
3079
|
-
|
|
3202
|
+
.jodit-toolbar-select_text-icons_true button {
|
|
3203
|
+
padding: 0 var(--jd-padding-default);
|
|
3080
3204
|
}
|
|
3081
|
-
.jodit-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
overflow: hidden;
|
|
3085
|
-
width: 100%;
|
|
3086
|
-
height: 100%;
|
|
3087
|
-
background-color: #eee;
|
|
3088
|
-
background-image: linear-gradient(45deg, var(--jd-color-border) 25%, transparent 25%, transparent 75%, var(--jd-color-border) 75%, var(--jd-color-border)), linear-gradient(45deg, var(--jd-color-border) 25%, transparent 25%, transparent 75%, var(--jd-color-border) 75%, var(--jd-color-border));
|
|
3089
|
-
background-position: 0 0,
|
|
3090
|
-
15px 15px;
|
|
3091
|
-
background-size: 30px 30px;
|
|
3092
|
-
user-select: none;
|
|
3205
|
+
.jodit-toolbar-select_size_tiny {
|
|
3206
|
+
min-width: 16px;
|
|
3207
|
+
height: 16px;
|
|
3093
3208
|
}
|
|
3094
|
-
.jodit-
|
|
3095
|
-
|
|
3209
|
+
.jodit-toolbar-select_size_tiny .jodit-icon {
|
|
3210
|
+
width: 8px;
|
|
3211
|
+
height: 8px;
|
|
3096
3212
|
}
|
|
3097
|
-
.jodit-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
pointer-events: none;
|
|
3213
|
+
.jodit-toolbar-select_size_tiny button {
|
|
3214
|
+
min-width: 16px;
|
|
3215
|
+
height: 16px;
|
|
3216
|
+
padding: 0;
|
|
3217
|
+
appearance: none;
|
|
3103
3218
|
}
|
|
3104
|
-
.jodit-
|
|
3105
|
-
|
|
3106
|
-
max-height: 100%;
|
|
3107
|
-
user-select: none;
|
|
3219
|
+
.jodit-toolbar-select_size_tiny_text-icons_true button {
|
|
3220
|
+
padding: 0 var(--jd-padding-default);
|
|
3108
3221
|
}
|
|
3109
|
-
.jodit-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
z-index: 2;
|
|
3113
|
-
top: var(--jd-padding-default);
|
|
3114
|
-
left: 20px;
|
|
3115
|
-
width: 100px;
|
|
3116
|
-
height: 100px;
|
|
3117
|
-
border: 1px solid #fff;
|
|
3118
|
-
background-repeat: no-repeat;
|
|
3119
|
-
box-shadow: 0 0 11px #000;
|
|
3120
|
-
pointer-events: none;
|
|
3222
|
+
.jodit-toolbar-select_size_xsmall {
|
|
3223
|
+
min-width: 22px;
|
|
3224
|
+
height: 22px;
|
|
3121
3225
|
}
|
|
3122
|
-
.jodit-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
z-index: 4;
|
|
3126
|
-
right: calc(var(--jd-padding-default) * -1);
|
|
3127
|
-
bottom: calc(var(--jd-padding-default) * -1);
|
|
3128
|
-
display: inline-block;
|
|
3129
|
-
width: 20px;
|
|
3130
|
-
height: 20px;
|
|
3131
|
-
border: 1px solid var(--jd-image-editor-resizer-target-border-color);
|
|
3132
|
-
border-radius: 50%;
|
|
3133
|
-
background-color: var(--jd-image-editor-resizer-target-bg-color);
|
|
3134
|
-
box-shadow: 0 0 11px #000;
|
|
3135
|
-
cursor: se-resize;
|
|
3136
|
-
pointer-events: all;
|
|
3226
|
+
.jodit-toolbar-select_size_xsmall .jodit-icon {
|
|
3227
|
+
width: 10px;
|
|
3228
|
+
height: 10px;
|
|
3137
3229
|
}
|
|
3138
|
-
.jodit-
|
|
3139
|
-
|
|
3140
|
-
|
|
3230
|
+
.jodit-toolbar-select_size_xsmall button {
|
|
3231
|
+
min-width: 22px;
|
|
3232
|
+
height: 22px;
|
|
3233
|
+
padding: 0;
|
|
3234
|
+
appearance: none;
|
|
3141
3235
|
}
|
|
3142
|
-
.jodit-
|
|
3143
|
-
|
|
3144
|
-
height: 100%;
|
|
3145
|
-
background: #eee;
|
|
3146
|
-
line-height: 100%;
|
|
3147
|
-
text-align: center;
|
|
3236
|
+
.jodit-toolbar-select_size_xsmall_text-icons_true button {
|
|
3237
|
+
padding: 0 var(--jd-padding-default);
|
|
3148
3238
|
}
|
|
3149
|
-
.jodit-
|
|
3150
|
-
|
|
3151
|
-
height:
|
|
3152
|
-
line-height: 100%;
|
|
3153
|
-
pointer-events: all;
|
|
3154
|
-
text-align: left;
|
|
3239
|
+
.jodit-toolbar-select_size_small {
|
|
3240
|
+
min-width: 28px;
|
|
3241
|
+
height: 28px;
|
|
3155
3242
|
}
|
|
3156
|
-
.jodit-
|
|
3157
|
-
width:
|
|
3158
|
-
|
|
3159
|
-
height: 100%;
|
|
3160
|
-
max-height: 100%;
|
|
3243
|
+
.jodit-toolbar-select_size_small .jodit-icon {
|
|
3244
|
+
width: 12px;
|
|
3245
|
+
height: 12px;
|
|
3161
3246
|
}
|
|
3162
|
-
.jodit-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
content: '';
|
|
3168
|
-
inset: 0;
|
|
3247
|
+
.jodit-toolbar-select_size_small button {
|
|
3248
|
+
min-width: 28px;
|
|
3249
|
+
height: 28px;
|
|
3250
|
+
padding: 0;
|
|
3251
|
+
appearance: none;
|
|
3169
3252
|
}
|
|
3170
|
-
.jodit-
|
|
3171
|
-
|
|
3172
|
-
pointer-events: all;
|
|
3253
|
+
.jodit-toolbar-select_size_small_text-icons_true button {
|
|
3254
|
+
padding: 0 var(--jd-padding-default);
|
|
3173
3255
|
}
|
|
3174
|
-
.jodit-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
left: 100%;
|
|
3178
|
-
display: block;
|
|
3179
|
-
padding: 9px 6px;
|
|
3180
|
-
border-radius: 0.4em;
|
|
3181
|
-
background: rgba(0, 0, 0, 0.2);
|
|
3182
|
-
color: #ffffff;
|
|
3183
|
-
font-size: 12px;
|
|
3184
|
-
text-align: center;
|
|
3185
|
-
text-shadow: none;
|
|
3186
|
-
white-space: pre;
|
|
3256
|
+
.jodit-toolbar-select_size_large {
|
|
3257
|
+
min-width: 40px;
|
|
3258
|
+
height: 40px;
|
|
3187
3259
|
}
|
|
3188
|
-
.jodit-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
justify-content: center;
|
|
3260
|
+
.jodit-toolbar-select_size_large .jodit-icon {
|
|
3261
|
+
width: 16px;
|
|
3262
|
+
height: 16px;
|
|
3192
3263
|
}
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
vertical-align: top;
|
|
3199
|
-
overflow-anchor: auto;
|
|
3264
|
+
.jodit-toolbar-select_size_large button {
|
|
3265
|
+
min-width: 40px;
|
|
3266
|
+
height: 40px;
|
|
3267
|
+
padding: 0;
|
|
3268
|
+
appearance: none;
|
|
3200
3269
|
}
|
|
3201
|
-
.jodit-
|
|
3202
|
-
|
|
3270
|
+
.jodit-toolbar-select_size_large_text-icons_true button {
|
|
3271
|
+
padding: 0 var(--jd-padding-default);
|
|
3203
3272
|
}
|
|
3204
|
-
.jodit-
|
|
3205
|
-
|
|
3206
|
-
top: 0;
|
|
3207
|
-
left: 0;
|
|
3208
|
-
width: 100%;
|
|
3209
|
-
height: 100%;
|
|
3210
|
-
content: '';
|
|
3273
|
+
.jodit-toolbar-select_variant_outline {
|
|
3274
|
+
border: 1px solid var(--jd-color-border);
|
|
3211
3275
|
}
|
|
3212
|
-
.jodit-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
left: 50%;
|
|
3216
|
-
margin-top: calc(var(--jd-icon-loader-size) / -2);
|
|
3217
|
-
margin-left: calc(var(--jd-icon-loader-size) / -2);
|
|
3218
|
-
content: '';
|
|
3219
|
-
opacity: 0.7;
|
|
3220
|
-
display: inline-block;
|
|
3221
|
-
width: var(--jd-icon-loader-size);
|
|
3222
|
-
height: var(--jd-icon-loader-size);
|
|
3223
|
-
animation: rotate 2s ease-out 0s infinite;
|
|
3224
|
-
background: url(data:image/png;base64,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) no-repeat center;
|
|
3225
|
-
background-size: 100% 100%;
|
|
3226
|
-
vertical-align: middle;
|
|
3227
|
-
will-change: transform;
|
|
3276
|
+
.jodit-toolbar-select_variant_default {
|
|
3277
|
+
background-color: #e3e3e3;
|
|
3278
|
+
color: #212529;
|
|
3228
3279
|
}
|
|
3229
|
-
.jodit-
|
|
3230
|
-
|
|
3280
|
+
.jodit-toolbar-select_variant_default svg {
|
|
3281
|
+
fill: #212529;
|
|
3282
|
+
stroke: #212529;
|
|
3231
3283
|
}
|
|
3232
|
-
.jodit-
|
|
3233
|
-
|
|
3284
|
+
.jodit-toolbar-select_variant_default [disabled] {
|
|
3285
|
+
opacity: 0.7;
|
|
3234
3286
|
}
|
|
3235
|
-
.jodit-
|
|
3236
|
-
background-color:
|
|
3237
|
-
|
|
3287
|
+
.jodit-toolbar-select_variant_default:hover:not([disabled]) {
|
|
3288
|
+
background-color: #c9cdd1;
|
|
3289
|
+
color: #212529;
|
|
3238
3290
|
}
|
|
3239
|
-
.jodit-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
flex-wrap: wrap;
|
|
3243
|
-
align-content: flex-start;
|
|
3244
|
-
padding: calc(var(--jd-padding-default) / 2);
|
|
3245
|
-
overflow-y: auto;
|
|
3291
|
+
.jodit-toolbar-select_variant_default:hover:not([disabled]) svg {
|
|
3292
|
+
fill: #212529;
|
|
3293
|
+
stroke: #212529;
|
|
3246
3294
|
}
|
|
3247
|
-
.jodit-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
overflow: hidden;
|
|
3251
|
-
width: var(--jd-col-size);
|
|
3252
|
-
height: var(--jd-col-size);
|
|
3253
|
-
align-items: center;
|
|
3254
|
-
justify-content: center;
|
|
3255
|
-
border: 1px solid var(--jd-color-border);
|
|
3256
|
-
margin: calc(var(--jd-padding-default) / 2);
|
|
3257
|
-
font-size: 0;
|
|
3258
|
-
text-align: center;
|
|
3259
|
-
transition: border 0.1s linear, bottom 0.1s linear;
|
|
3295
|
+
.jodit-toolbar-select_variant_default:active:not([disabled]) {
|
|
3296
|
+
background-color: #dae0e5;
|
|
3297
|
+
color: #212529;
|
|
3260
3298
|
}
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
}
|
|
3299
|
+
.jodit-toolbar-select_variant_default:active:not([disabled]) svg {
|
|
3300
|
+
fill: #212529;
|
|
3301
|
+
stroke: #212529;
|
|
3265
3302
|
}
|
|
3266
|
-
.jodit-
|
|
3267
|
-
|
|
3303
|
+
.jodit-toolbar-select_variant_default:focus:not([disabled]) {
|
|
3304
|
+
outline: 1px dashed #dae0e5;
|
|
3268
3305
|
}
|
|
3269
|
-
.jodit-
|
|
3270
|
-
|
|
3306
|
+
.jodit-toolbar-select_variant_primary {
|
|
3307
|
+
background-color: #007bff;
|
|
3308
|
+
color: #fff;
|
|
3271
3309
|
}
|
|
3272
|
-
.jodit-
|
|
3273
|
-
|
|
3274
|
-
|
|
3310
|
+
.jodit-toolbar-select_variant_primary svg {
|
|
3311
|
+
fill: #fff;
|
|
3312
|
+
stroke: #fff;
|
|
3275
3313
|
}
|
|
3276
|
-
.jodit-
|
|
3277
|
-
|
|
3278
|
-
color: white;
|
|
3279
|
-
text-shadow: none;
|
|
3314
|
+
.jodit-toolbar-select_variant_primary [disabled] {
|
|
3315
|
+
opacity: 0.7;
|
|
3280
3316
|
}
|
|
3281
|
-
.jodit-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
bottom: 0;
|
|
3285
|
-
left: 0;
|
|
3286
|
-
overflow: visible;
|
|
3287
|
-
padding: 0.3em 0.6em;
|
|
3288
|
-
background-color: var(--jd-info-background);
|
|
3289
|
-
color: #333333;
|
|
3290
|
-
font-size: 14px;
|
|
3291
|
-
line-height: 16px;
|
|
3292
|
-
opacity: 0.85;
|
|
3293
|
-
text-align: left;
|
|
3294
|
-
text-shadow: #eeeeee 0 1px 0;
|
|
3295
|
-
transition: opacity 400ms ease;
|
|
3296
|
-
white-space: normal;
|
|
3317
|
+
.jodit-toolbar-select_variant_primary:hover:not([disabled]) {
|
|
3318
|
+
background-color: #0069d9;
|
|
3319
|
+
color: #fff;
|
|
3297
3320
|
}
|
|
3298
|
-
.jodit-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
font-size: 0.75em;
|
|
3302
|
-
text-overflow: ellipsis;
|
|
3303
|
-
white-space: nowrap;
|
|
3321
|
+
.jodit-toolbar-select_variant_primary:hover:not([disabled]) svg {
|
|
3322
|
+
fill: #fff;
|
|
3323
|
+
stroke: #fff;
|
|
3304
3324
|
}
|
|
3305
|
-
.jodit-
|
|
3306
|
-
|
|
3307
|
-
|
|
3325
|
+
.jodit-toolbar-select_variant_primary:active:not([disabled]) {
|
|
3326
|
+
background-color: #0062cc;
|
|
3327
|
+
color: #fff;
|
|
3308
3328
|
}
|
|
3309
|
-
.jodit-
|
|
3310
|
-
|
|
3329
|
+
.jodit-toolbar-select_variant_primary:active:not([disabled]) svg {
|
|
3330
|
+
fill: #fff;
|
|
3331
|
+
stroke: #fff;
|
|
3311
3332
|
}
|
|
3312
|
-
.jodit-
|
|
3313
|
-
|
|
3333
|
+
.jodit-toolbar-select_variant_primary:focus:not([disabled]) {
|
|
3334
|
+
outline: 1px dashed #0062cc;
|
|
3314
3335
|
}
|
|
3315
|
-
.jodit-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
border-width: 0 0 1px;
|
|
3320
|
-
margin: 0;
|
|
3321
|
-
line-height: 26px;
|
|
3322
|
-
text-align: left;
|
|
3323
|
-
white-space: nowrap;
|
|
3336
|
+
.jodit-toolbar-select_variant_secondary {
|
|
3337
|
+
background-color: #d8d8d8;
|
|
3338
|
+
color: #212529;
|
|
3339
|
+
border-radius: 0;
|
|
3324
3340
|
}
|
|
3325
|
-
.jodit-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
max-width: 16px;
|
|
3329
|
-
margin-left: 4px;
|
|
3330
|
-
vertical-align: middle;
|
|
3341
|
+
.jodit-toolbar-select_variant_secondary svg {
|
|
3342
|
+
fill: #212529;
|
|
3343
|
+
stroke: #212529;
|
|
3331
3344
|
}
|
|
3332
|
-
.jodit-
|
|
3333
|
-
|
|
3334
|
-
display: inline-block;
|
|
3335
|
-
width: calc(100% - 20px);
|
|
3336
|
-
height: 100%;
|
|
3337
|
-
padding: 0;
|
|
3338
|
-
margin-left: 4px;
|
|
3339
|
-
background-color: transparent;
|
|
3340
|
-
font-size: 0;
|
|
3341
|
-
line-height: inherit;
|
|
3342
|
-
vertical-align: middle;
|
|
3345
|
+
.jodit-toolbar-select_variant_secondary [disabled] {
|
|
3346
|
+
opacity: 0.7;
|
|
3343
3347
|
}
|
|
3344
|
-
.jodit-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
font-size: 12px;
|
|
3348
|
+
.jodit-toolbar-select_variant_secondary:hover:not([disabled]) {
|
|
3349
|
+
background-color: #c9cdd1;
|
|
3350
|
+
color: #212529;
|
|
3348
3351
|
}
|
|
3349
|
-
.jodit-
|
|
3350
|
-
|
|
3352
|
+
.jodit-toolbar-select_variant_secondary:hover:not([disabled]) svg {
|
|
3353
|
+
fill: #212529;
|
|
3354
|
+
stroke: #212529;
|
|
3351
3355
|
}
|
|
3352
|
-
.jodit-
|
|
3353
|
-
|
|
3356
|
+
.jodit-toolbar-select_variant_secondary:active:not([disabled]) {
|
|
3357
|
+
background-color: #dae0e5;
|
|
3358
|
+
color: #212529;
|
|
3354
3359
|
}
|
|
3355
|
-
.jodit-
|
|
3356
|
-
|
|
3360
|
+
.jodit-toolbar-select_variant_secondary:active:not([disabled]) svg {
|
|
3361
|
+
fill: #212529;
|
|
3362
|
+
stroke: #212529;
|
|
3357
3363
|
}
|
|
3358
|
-
.jodit-
|
|
3359
|
-
|
|
3364
|
+
.jodit-toolbar-select_variant_secondary:focus:not([disabled]) {
|
|
3365
|
+
outline: 1px dashed #dae0e5;
|
|
3360
3366
|
}
|
|
3361
|
-
.jodit-
|
|
3367
|
+
.jodit-toolbar-select_variant_success {
|
|
3368
|
+
background-color: #28a745;
|
|
3362
3369
|
color: #fff;
|
|
3363
|
-
text-shadow: none;
|
|
3364
3370
|
}
|
|
3365
|
-
.jodit-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
content: '';
|
|
3369
|
-
vertical-align: middle;
|
|
3371
|
+
.jodit-toolbar-select_variant_success svg {
|
|
3372
|
+
fill: #fff;
|
|
3373
|
+
stroke: #fff;
|
|
3370
3374
|
}
|
|
3371
|
-
|
|
3372
|
-
:
|
|
3373
|
-
--jd-color-folder-title: #b1b1b1;
|
|
3375
|
+
.jodit-toolbar-select_variant_success [disabled] {
|
|
3376
|
+
opacity: 0.7;
|
|
3374
3377
|
}
|
|
3375
|
-
.jodit-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
display: none;
|
|
3379
|
-
height: 100%;
|
|
3380
|
-
vertical-align: top;
|
|
3381
|
-
overflow-anchor: auto;
|
|
3378
|
+
.jodit-toolbar-select_variant_success:hover:not([disabled]) {
|
|
3379
|
+
background-color: #218838;
|
|
3380
|
+
color: #fff;
|
|
3382
3381
|
}
|
|
3383
|
-
.jodit-
|
|
3384
|
-
|
|
3382
|
+
.jodit-toolbar-select_variant_success:hover:not([disabled]) svg {
|
|
3383
|
+
fill: #fff;
|
|
3384
|
+
stroke: #fff;
|
|
3385
3385
|
}
|
|
3386
|
-
.jodit-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
left: 0;
|
|
3390
|
-
width: 100%;
|
|
3391
|
-
height: 100%;
|
|
3392
|
-
content: '';
|
|
3386
|
+
.jodit-toolbar-select_variant_success:active:not([disabled]) {
|
|
3387
|
+
background-color: #1e7e34;
|
|
3388
|
+
color: #fff;
|
|
3393
3389
|
}
|
|
3394
|
-
.jodit-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
left: 50%;
|
|
3398
|
-
margin-top: calc(var(--jd-icon-loader-size) / -2);
|
|
3399
|
-
margin-left: calc(var(--jd-icon-loader-size) / -2);
|
|
3400
|
-
content: '';
|
|
3401
|
-
opacity: 0.7;
|
|
3402
|
-
display: inline-block;
|
|
3403
|
-
width: var(--jd-icon-loader-size);
|
|
3404
|
-
height: var(--jd-icon-loader-size);
|
|
3405
|
-
animation: rotate 2s ease-out 0s infinite;
|
|
3406
|
-
background: url(data:image/png;base64,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) no-repeat center;
|
|
3407
|
-
background-size: 100% 100%;
|
|
3408
|
-
vertical-align: middle;
|
|
3409
|
-
will-change: transform;
|
|
3390
|
+
.jodit-toolbar-select_variant_success:active:not([disabled]) svg {
|
|
3391
|
+
fill: #fff;
|
|
3392
|
+
stroke: #fff;
|
|
3410
3393
|
}
|
|
3411
|
-
.jodit-
|
|
3412
|
-
|
|
3394
|
+
.jodit-toolbar-select_variant_success:focus:not([disabled]) {
|
|
3395
|
+
outline: 1px dashed #1e7e34;
|
|
3413
3396
|
}
|
|
3414
|
-
.jodit-
|
|
3415
|
-
|
|
3397
|
+
.jodit-toolbar-select_variant_danger {
|
|
3398
|
+
background-color: #dc3545;
|
|
3399
|
+
color: #fff;
|
|
3416
3400
|
}
|
|
3417
|
-
.jodit-
|
|
3418
|
-
|
|
3419
|
-
|
|
3401
|
+
.jodit-toolbar-select_variant_danger svg {
|
|
3402
|
+
fill: #fff;
|
|
3403
|
+
stroke: #fff;
|
|
3420
3404
|
}
|
|
3421
|
-
.jodit-
|
|
3422
|
-
|
|
3423
|
-
display: flex;
|
|
3424
|
-
width: var(--jd-first-column);
|
|
3425
|
-
min-width: 200px;
|
|
3426
|
-
max-width: 290px;
|
|
3427
|
-
flex-direction: column;
|
|
3428
|
-
background-color: var(--jd-color-background-filebrowser-folders);
|
|
3429
|
-
overflow-y: auto;
|
|
3405
|
+
.jodit-toolbar-select_variant_danger [disabled] {
|
|
3406
|
+
opacity: 0.7;
|
|
3430
3407
|
}
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
max-width: 100%;
|
|
3435
|
-
height: 100px;
|
|
3436
|
-
}
|
|
3408
|
+
.jodit-toolbar-select_variant_danger:hover:not([disabled]) {
|
|
3409
|
+
background-color: #c82333;
|
|
3410
|
+
color: #fff;
|
|
3437
3411
|
}
|
|
3438
|
-
.jodit-
|
|
3439
|
-
|
|
3412
|
+
.jodit-toolbar-select_variant_danger:hover:not([disabled]) svg {
|
|
3413
|
+
fill: #fff;
|
|
3414
|
+
stroke: #fff;
|
|
3440
3415
|
}
|
|
3441
|
-
.jodit-
|
|
3442
|
-
|
|
3416
|
+
.jodit-toolbar-select_variant_danger:active:not([disabled]) {
|
|
3417
|
+
background-color: #bd2130;
|
|
3418
|
+
color: #fff;
|
|
3443
3419
|
}
|
|
3444
|
-
.jodit-
|
|
3445
|
-
|
|
3446
|
-
|
|
3420
|
+
.jodit-toolbar-select_variant_danger:active:not([disabled]) svg {
|
|
3421
|
+
fill: #fff;
|
|
3422
|
+
stroke: #fff;
|
|
3447
3423
|
}
|
|
3448
|
-
.jodit-
|
|
3424
|
+
.jodit-toolbar-select_variant_danger:focus:not([disabled]) {
|
|
3425
|
+
outline: 1px dashed #bd2130;
|
|
3426
|
+
}
|
|
3427
|
+
.jodit-toolbar-select__button {
|
|
3428
|
+
cursor: pointer;
|
|
3449
3429
|
position: relative;
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3430
|
+
box-sizing: border-box;
|
|
3431
|
+
padding: 0;
|
|
3432
|
+
border: 0;
|
|
3433
|
+
appearance: none;
|
|
3434
|
+
background: 0 0;
|
|
3435
|
+
box-shadow: none;
|
|
3436
|
+
font-style: normal;
|
|
3437
|
+
outline: 0;
|
|
3438
|
+
text-align: center;
|
|
3457
3439
|
text-decoration: none;
|
|
3458
|
-
|
|
3459
|
-
|
|
3440
|
+
text-transform: none;
|
|
3441
|
+
user-select: none;
|
|
3442
|
+
display: inline-flex;
|
|
3443
|
+
align-items: center;
|
|
3444
|
+
justify-content: center;
|
|
3445
|
+
padding: 0 var(--jd-padding-default);
|
|
3446
|
+
border-radius: var(--jd-border-radius-default);
|
|
3447
|
+
color: var(--jd-color-text-icons);
|
|
3460
3448
|
}
|
|
3461
|
-
.jodit-
|
|
3462
|
-
|
|
3463
|
-
color: var(--jd-color-
|
|
3449
|
+
.jodit-toolbar-select__button:hover:not([disabled]),
|
|
3450
|
+
.jodit-toolbar-select__button:focus-visible:not([disabled]) {
|
|
3451
|
+
background-color: var(--jd-color-button-background-hover);
|
|
3452
|
+
opacity: 1;
|
|
3453
|
+
outline: 0;
|
|
3464
3454
|
}
|
|
3465
|
-
.jodit-
|
|
3455
|
+
.jodit-toolbar-select__button:active:not([disabled]),
|
|
3456
|
+
.jodit-toolbar-select__button[aria-pressed='true']:not([disabled]) {
|
|
3457
|
+
background-color: var(--jd-color-button-background-hover-opacity40);
|
|
3458
|
+
outline: 0;
|
|
3459
|
+
}
|
|
3460
|
+
.jodit-toolbar-select__button[aria-pressed='true']:hover:not([disabled]) {
|
|
3461
|
+
background-color: var(--jd-color-button-background-hover-opacity60);
|
|
3462
|
+
}
|
|
3463
|
+
.jodit-toolbar-select__button[disabled] {
|
|
3464
|
+
opacity: 0.3;
|
|
3465
|
+
pointer-events: none;
|
|
3466
|
+
}
|
|
3467
|
+
.jodit-toolbar-select__trigger {
|
|
3466
3468
|
display: flex;
|
|
3467
|
-
|
|
3468
|
-
height: calc(var(--jd-icon-size) + 4px);
|
|
3469
|
+
height: 100%;
|
|
3469
3470
|
align-items: center;
|
|
3470
3471
|
justify-content: center;
|
|
3471
|
-
|
|
3472
|
+
border-radius: 0 var(--jd-border-radius-default) var(--jd-border-radius-default) 0;
|
|
3473
|
+
opacity: 0.4;
|
|
3474
|
+
cursor: pointer;
|
|
3475
|
+
--jd-button-trigger-size: 14px;
|
|
3476
|
+
width: calc(var(--jd-button-trigger-size, 14px) + 2px);
|
|
3477
|
+
}
|
|
3478
|
+
.jodit-toolbar-select__trigger:hover:not([disabled]),
|
|
3479
|
+
.jodit-toolbar-select__trigger:focus-visible:not([disabled]) {
|
|
3480
|
+
background-color: var(--jd-color-button-background-hover);
|
|
3481
|
+
opacity: 1;
|
|
3482
|
+
outline: 0;
|
|
3483
|
+
}
|
|
3484
|
+
.jodit-toolbar-select__trigger:active:not([disabled]),
|
|
3485
|
+
.jodit-toolbar-select__trigger[aria-pressed='true']:not([disabled]) {
|
|
3486
|
+
background-color: var(--jd-color-button-background-hover-opacity40);
|
|
3487
|
+
outline: 0;
|
|
3488
|
+
}
|
|
3489
|
+
.jodit-toolbar-select__trigger[aria-pressed='true']:hover:not([disabled]) {
|
|
3490
|
+
background-color: var(--jd-color-button-background-hover-opacity60);
|
|
3491
|
+
}
|
|
3492
|
+
.jodit-toolbar-select__trigger[disabled] {
|
|
3472
3493
|
opacity: 0.3;
|
|
3494
|
+
pointer-events: none;
|
|
3473
3495
|
}
|
|
3474
|
-
.jodit-
|
|
3475
|
-
width: var(--jd-
|
|
3476
|
-
height: var(--jd-icon-size);
|
|
3477
|
-
fill: var(--jd-color-folder-title) !important;
|
|
3478
|
-
stroke: var(--jd-color-folder-title) !important;
|
|
3496
|
+
.jodit-toolbar-select__trigger svg {
|
|
3497
|
+
width: calc(var(--jd-button-trigger-size, 14px) - 4px);
|
|
3479
3498
|
}
|
|
3480
|
-
.jodit-
|
|
3481
|
-
|
|
3499
|
+
.jodit-toolbar-select_size_tiny .jodit-toolbar-select__trigger {
|
|
3500
|
+
--jd-button-trigger-size: 8px;
|
|
3501
|
+
width: calc(var(--jd-button-trigger-size, 8px) + 2px);
|
|
3482
3502
|
}
|
|
3483
|
-
.jodit-
|
|
3484
|
-
|
|
3503
|
+
.jodit-toolbar-select_size_tiny .jodit-toolbar-select__trigger svg {
|
|
3504
|
+
width: calc(var(--jd-button-trigger-size, 8px) - 4px);
|
|
3485
3505
|
}
|
|
3486
|
-
.jodit-
|
|
3487
|
-
|
|
3506
|
+
.jodit-toolbar-select_size_xsmall .jodit-toolbar-select__trigger {
|
|
3507
|
+
--jd-button-trigger-size: 10px;
|
|
3508
|
+
width: calc(var(--jd-button-trigger-size, 10px) + 2px);
|
|
3509
|
+
}
|
|
3510
|
+
.jodit-toolbar-select_size_xsmall .jodit-toolbar-select__trigger svg {
|
|
3511
|
+
width: calc(var(--jd-button-trigger-size, 10px) - 4px);
|
|
3512
|
+
}
|
|
3513
|
+
.jodit-toolbar-select_size_small .jodit-toolbar-select__trigger {
|
|
3514
|
+
--jd-button-trigger-size: 12px;
|
|
3515
|
+
width: calc(var(--jd-button-trigger-size, 12px) + 2px);
|
|
3516
|
+
}
|
|
3517
|
+
.jodit-toolbar-select_size_small .jodit-toolbar-select__trigger svg {
|
|
3518
|
+
width: calc(var(--jd-button-trigger-size, 12px) - 4px);
|
|
3519
|
+
}
|
|
3520
|
+
.jodit-toolbar-select_size_large .jodit-toolbar-select__trigger {
|
|
3521
|
+
--jd-button-trigger-size: 16px;
|
|
3522
|
+
width: calc(var(--jd-button-trigger-size, 16px) + 2px);
|
|
3523
|
+
}
|
|
3524
|
+
.jodit-toolbar-select_size_large .jodit-toolbar-select__trigger svg {
|
|
3525
|
+
width: calc(var(--jd-button-trigger-size, 16px) - 4px);
|
|
3488
3526
|
}
|
|
3489
|
-
.jodit-
|
|
3490
|
-
|
|
3527
|
+
.jodit-toolbar-select_with-trigger_true .jodit-toolbar-button__button {
|
|
3528
|
+
border-radius: var(--jd-border-radius-default) 0 0 var(--jd-border-radius-default);
|
|
3491
3529
|
}
|
|
3492
|
-
.jodit-
|
|
3493
|
-
|
|
3494
|
-
display: block;
|
|
3495
|
-
padding: 2px 4px;
|
|
3496
|
-
border-bottom: 1px solid #484848;
|
|
3497
|
-
background: #5a5a5a;
|
|
3498
|
-
color: #969696;
|
|
3499
|
-
font-size: 12px;
|
|
3500
|
-
user-select: none;
|
|
3501
|
-
word-break: break-all;
|
|
3530
|
+
.jodit-toolbar-select_with-trigger_true:hover:not([disabled]) {
|
|
3531
|
+
border-color: var(--jd-color-border);
|
|
3502
3532
|
}
|
|
3503
|
-
|
|
3504
|
-
|
|
3533
|
+
.jodit-toolbar-select_stroke_false svg {
|
|
3534
|
+
stroke: none;
|
|
3505
3535
|
}
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
*/
|
|
3512
|
-
/*!
|
|
3513
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3514
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3515
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3516
|
-
*/
|
|
3517
|
-
:root {
|
|
3518
|
-
--jd-first-column: 31%;
|
|
3519
|
-
--jd-cols: 4;
|
|
3520
|
-
--jd-info-background: #e9e9e9;
|
|
3521
|
-
--jd-icon-size: 12px;
|
|
3522
|
-
--jd-col-size: 150px;
|
|
3536
|
+
.jodit-toolbar-select:hover:not([disabled]),
|
|
3537
|
+
.jodit-toolbar-select:focus-visible:not([disabled]) {
|
|
3538
|
+
background-color: var(--jd-color-button-background-hover);
|
|
3539
|
+
opacity: 1;
|
|
3540
|
+
outline: 0;
|
|
3523
3541
|
}
|
|
3524
|
-
.jodit-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3542
|
+
.jodit-toolbar-select:active:not([disabled]),
|
|
3543
|
+
.jodit-toolbar-select[aria-pressed='true']:not([disabled]) {
|
|
3544
|
+
background-color: var(--jd-color-button-background-hover-opacity40);
|
|
3545
|
+
outline: 0;
|
|
3528
3546
|
}
|
|
3529
|
-
.jodit-
|
|
3530
|
-
|
|
3547
|
+
.jodit-toolbar-select[aria-pressed='true']:hover:not([disabled]) {
|
|
3548
|
+
background-color: var(--jd-color-button-background-hover-opacity60);
|
|
3531
3549
|
}
|
|
3532
|
-
|
|
3533
|
-
.
|
|
3534
|
-
|
|
3535
|
-
}
|
|
3550
|
+
.jodit-toolbar-select[disabled] {
|
|
3551
|
+
opacity: 0.3;
|
|
3552
|
+
pointer-events: none;
|
|
3536
3553
|
}
|
|
3537
|
-
.jodit-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3554
|
+
.jodit-toolbar-select__text:not(:empty) {
|
|
3555
|
+
justify-content: left;
|
|
3556
|
+
}
|
|
3557
|
+
.jodit-toolbar-select__button {
|
|
3558
|
+
flex: 1;
|
|
3541
3559
|
}
|
|
3560
|
+
|
|
3542
3561
|
/*!
|
|
3543
3562
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3544
3563
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3545
3564
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3546
3565
|
*/
|
|
3547
|
-
.jodit-
|
|
3548
|
-
|
|
3566
|
+
.jodit-toolbar-collection,
|
|
3567
|
+
.jodit-toolbar-editor-collection {
|
|
3549
3568
|
display: flex;
|
|
3550
|
-
|
|
3551
|
-
max-width: min(100%, 1000px);
|
|
3552
|
-
height: 100%;
|
|
3553
|
-
min-height: min(100%, 500px);
|
|
3554
|
-
max-height: 100%;
|
|
3555
|
-
align-items: center;
|
|
3556
|
-
justify-content: center;
|
|
3557
|
-
margin: auto;
|
|
3558
|
-
text-align: center;
|
|
3559
|
-
}
|
|
3560
|
-
@media (max-width: 768px) {
|
|
3561
|
-
.jodit-file-browser-preview {
|
|
3562
|
-
min-width: auto;
|
|
3563
|
-
max-width: 100%;
|
|
3564
|
-
height: 100%;
|
|
3565
|
-
min-height: auto;
|
|
3566
|
-
max-height: 100%;
|
|
3567
|
-
}
|
|
3569
|
+
flex-direction: column;
|
|
3568
3570
|
}
|
|
3569
|
-
.jodit-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
justify-content: center;
|
|
3571
|
+
.jodit-toolbar-collection_mode_horizontal,
|
|
3572
|
+
.jodit-toolbar-editor-collection_mode_horizontal {
|
|
3573
|
+
position: relative;
|
|
3574
|
+
background-image: repeating-linear-gradient(transparent 0, transparent calc(var(--jd-button-size) - 1px), var(--jd-color-border) var(--jd-button-size));
|
|
3574
3575
|
}
|
|
3575
|
-
.jodit-
|
|
3576
|
+
.jodit-toolbar-collection_mode_horizontal::after,
|
|
3577
|
+
.jodit-toolbar-editor-collection_mode_horizontal::after {
|
|
3576
3578
|
position: absolute;
|
|
3577
|
-
|
|
3579
|
+
bottom: 0;
|
|
3578
3580
|
left: 0;
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
+
display: block;
|
|
3582
|
+
width: 100%;
|
|
3583
|
+
height: 1px;
|
|
3584
|
+
background-color: var(--jd-color-background-default);
|
|
3585
|
+
content: '';
|
|
3581
3586
|
}
|
|
3582
|
-
.jodit-
|
|
3583
|
-
|
|
3584
|
-
|
|
3587
|
+
.jodit-toolbar-collection_size_tiny,
|
|
3588
|
+
.jodit-toolbar-editor-collection_size_tiny {
|
|
3589
|
+
--jd-button-icon-size: 8px;
|
|
3585
3590
|
}
|
|
3586
|
-
.jodit-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
fill: #9e9ba7;
|
|
3592
|
-
transform: translateY(-50%);
|
|
3593
|
-
transition: fill 0.3s linear;
|
|
3591
|
+
.jodit-toolbar-collection_size_tiny.jodit-toolbar-collection_mode_horizontal,
|
|
3592
|
+
.jodit-toolbar-editor-collection_size_tiny.jodit-toolbar-collection_mode_horizontal,
|
|
3593
|
+
.jodit-toolbar-collection_size_tiny.jodit-toolbar-editor-collection_mode_horizontal,
|
|
3594
|
+
.jodit-toolbar-editor-collection_size_tiny.jodit-toolbar-editor-collection_mode_horizontal {
|
|
3595
|
+
background-image: repeating-linear-gradient(transparent 0, transparent 19px, var(--jd-color-border) 20px);
|
|
3594
3596
|
}
|
|
3595
|
-
.jodit-
|
|
3596
|
-
|
|
3597
|
+
.jodit-toolbar-collection_size_xsmall,
|
|
3598
|
+
.jodit-toolbar-editor-collection_size_xsmall {
|
|
3599
|
+
--jd-button-icon-size: 10px;
|
|
3597
3600
|
}
|
|
3598
|
-
.jodit-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
+
.jodit-toolbar-collection_size_xsmall.jodit-toolbar-collection_mode_horizontal,
|
|
3602
|
+
.jodit-toolbar-editor-collection_size_xsmall.jodit-toolbar-collection_mode_horizontal,
|
|
3603
|
+
.jodit-toolbar-collection_size_xsmall.jodit-toolbar-editor-collection_mode_horizontal,
|
|
3604
|
+
.jodit-toolbar-editor-collection_size_xsmall.jodit-toolbar-editor-collection_mode_horizontal {
|
|
3605
|
+
background-image: repeating-linear-gradient(transparent 0, transparent 25px, var(--jd-color-border) 26px);
|
|
3601
3606
|
}
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3606
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3607
|
-
*/
|
|
3608
|
-
.jodit-status-bar {
|
|
3609
|
-
display: flex;
|
|
3610
|
-
overflow: hidden;
|
|
3611
|
-
height: 20px;
|
|
3612
|
-
align-items: center;
|
|
3613
|
-
justify-content: flex-start;
|
|
3614
|
-
padding: 0 calc(var(--jd-padding-default) / 2);
|
|
3615
|
-
border-radius: 0 0 var(--jd-border-radius-default) var(--jd-border-radius-default);
|
|
3616
|
-
background-color: var(--jd-color-panel);
|
|
3617
|
-
color: var(--jd-color-text-icons);
|
|
3618
|
-
font-size: var(--jd-font-size-small);
|
|
3619
|
-
text-transform: uppercase;
|
|
3607
|
+
.jodit-toolbar-collection_size_small,
|
|
3608
|
+
.jodit-toolbar-editor-collection_size_small {
|
|
3609
|
+
--jd-button-icon-size: 12px;
|
|
3620
3610
|
}
|
|
3621
|
-
.jodit-
|
|
3622
|
-
|
|
3611
|
+
.jodit-toolbar-collection_size_small.jodit-toolbar-collection_mode_horizontal,
|
|
3612
|
+
.jodit-toolbar-editor-collection_size_small.jodit-toolbar-collection_mode_horizontal,
|
|
3613
|
+
.jodit-toolbar-collection_size_small.jodit-toolbar-editor-collection_mode_horizontal,
|
|
3614
|
+
.jodit-toolbar-editor-collection_size_small.jodit-toolbar-editor-collection_mode_horizontal {
|
|
3615
|
+
background-image: repeating-linear-gradient(transparent 0, transparent 31px, var(--jd-color-border) 32px);
|
|
3623
3616
|
}
|
|
3624
|
-
.jodit-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
content: '';
|
|
3617
|
+
.jodit-toolbar-collection_size_middle,
|
|
3618
|
+
.jodit-toolbar-editor-collection_size_middle {
|
|
3619
|
+
--jd-button-icon-size: 14px;
|
|
3628
3620
|
}
|
|
3629
|
-
.jodit-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3621
|
+
.jodit-toolbar-collection_size_middle.jodit-toolbar-collection_mode_horizontal,
|
|
3622
|
+
.jodit-toolbar-editor-collection_size_middle.jodit-toolbar-collection_mode_horizontal,
|
|
3623
|
+
.jodit-toolbar-collection_size_middle.jodit-toolbar-editor-collection_mode_horizontal,
|
|
3624
|
+
.jodit-toolbar-editor-collection_size_middle.jodit-toolbar-editor-collection_mode_horizontal {
|
|
3625
|
+
background-image: repeating-linear-gradient(transparent 0, transparent 37px, var(--jd-color-border) 38px);
|
|
3634
3626
|
}
|
|
3635
|
-
.jodit-
|
|
3636
|
-
.jodit-
|
|
3637
|
-
|
|
3638
|
-
font-size: var(--jd-font-size-default);
|
|
3639
|
-
font-size: var(--jd-font-size-small);
|
|
3627
|
+
.jodit-toolbar-collection_size_large,
|
|
3628
|
+
.jodit-toolbar-editor-collection_size_large {
|
|
3629
|
+
--jd-button-icon-size: 16px;
|
|
3640
3630
|
}
|
|
3641
|
-
.jodit-
|
|
3642
|
-
|
|
3643
|
-
|
|
3631
|
+
.jodit-toolbar-collection_size_large.jodit-toolbar-collection_mode_horizontal,
|
|
3632
|
+
.jodit-toolbar-editor-collection_size_large.jodit-toolbar-collection_mode_horizontal,
|
|
3633
|
+
.jodit-toolbar-collection_size_large.jodit-toolbar-editor-collection_mode_horizontal,
|
|
3634
|
+
.jodit-toolbar-editor-collection_size_large.jodit-toolbar-editor-collection_mode_horizontal {
|
|
3635
|
+
background-image: repeating-linear-gradient(transparent 0, transparent 43px, var(--jd-color-border) 44px);
|
|
3644
3636
|
}
|
|
3645
|
-
.jodit-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3637
|
+
.jodit-toolbar-collection_mode_vertical .jodit-ui-group,
|
|
3638
|
+
.jodit-toolbar-editor-collection_mode_vertical .jodit-ui-group {
|
|
3639
|
+
flex-direction: column;
|
|
3640
|
+
border: 0;
|
|
3641
|
+
background-color: transparent;
|
|
3649
3642
|
}
|
|
3650
|
-
.jodit-
|
|
3651
|
-
|
|
3652
|
-
|
|
3643
|
+
.jodit-toolbar-collection_mode_vertical .jodit-toolbar-button,
|
|
3644
|
+
.jodit-toolbar-editor-collection_mode_vertical .jodit-toolbar-button {
|
|
3645
|
+
height: auto;
|
|
3646
|
+
min-height: var(--jd-button-size);
|
|
3653
3647
|
}
|
|
3654
|
-
.jodit-
|
|
3648
|
+
.jodit-toolbar-collection_mode_vertical .jodit-toolbar-button__button,
|
|
3649
|
+
.jodit-toolbar-editor-collection_mode_vertical .jodit-toolbar-button__button {
|
|
3650
|
+
width: 100%;
|
|
3651
|
+
height: auto;
|
|
3652
|
+
min-height: var(--jd-button-size);
|
|
3655
3653
|
cursor: pointer;
|
|
3656
3654
|
}
|
|
3657
|
-
.jodit-
|
|
3658
|
-
.jodit-
|
|
3659
|
-
|
|
3660
|
-
background-color: transparent;
|
|
3661
|
-
color: var(--jd-color-text-icons);
|
|
3662
|
-
}
|
|
3663
|
-
.jodit-status-bar a.jodit-status-bar-link:hover {
|
|
3664
|
-
text-decoration: underline;
|
|
3655
|
+
.jodit-toolbar-collection_mode_vertical .jodit-toolbar-button__text:not(:empty),
|
|
3656
|
+
.jodit-toolbar-editor-collection_mode_vertical .jodit-toolbar-button__text:not(:empty) {
|
|
3657
|
+
justify-content: left;
|
|
3665
3658
|
}
|
|
3666
|
-
.jodit-
|
|
3667
|
-
|
|
3659
|
+
.jodit-toolbar-collection .jodit-toolbar-content,
|
|
3660
|
+
.jodit-toolbar-editor-collection .jodit-toolbar-content,
|
|
3661
|
+
.jodit-toolbar-collection .jodit-toolbar-select,
|
|
3662
|
+
.jodit-toolbar-editor-collection .jodit-toolbar-select,
|
|
3663
|
+
.jodit-toolbar-collection .jodit-toolbar-button,
|
|
3664
|
+
.jodit-toolbar-editor-collection .jodit-toolbar-button {
|
|
3665
|
+
padding: 0;
|
|
3666
|
+
margin: var(--jd-margin-v) 1px;
|
|
3668
3667
|
}
|
|
3669
|
-
.
|
|
3670
|
-
|
|
3668
|
+
.jodit-dialog .jodit-toolbar-collection_mode_horizontal,
|
|
3669
|
+
.jodit-dialog .jodit-toolbar-editor-collection_mode_horizontal {
|
|
3670
|
+
background-image: none;
|
|
3671
3671
|
}
|
|
3672
3672
|
|
|
3673
3673
|
/*!
|