fit-ui 2.8.4 → 2.9.2
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/dist/Controls/Input/maximize-highres.png +0 -0
- package/dist/Controls/Input/maximize.png +0 -0
- package/dist/Documentation.html +3 -3
- package/dist/Fit.UI.css +591 -17
- package/dist/Fit.UI.js +5301 -242
- package/dist/Fit.UI.min.css +2 -2
- package/dist/Fit.UI.min.js +1 -1
- package/dist/Resources/CKEditor/plugins/custombuttons/plugin.js +34 -0
- package/dist/Resources/CKEditor-with-maximize-button/CHANGES.md +2148 -0
- package/dist/Resources/CKEditor-with-maximize-button/LICENSE.md +1436 -0
- package/dist/Resources/CKEditor-with-maximize-button/README-FitUiChanges.txt +8 -0
- package/dist/Resources/CKEditor-with-maximize-button/README.md +39 -0
- package/dist/Resources/CKEditor-with-maximize-button/adapters/jquery.js +10 -0
- package/dist/Resources/CKEditor-with-maximize-button/build-config.js +79 -0
- package/dist/Resources/CKEditor-with-maximize-button/ckeditor.js +987 -0
- package/dist/Resources/CKEditor-with-maximize-button/config.js +34 -0
- package/dist/Resources/CKEditor-with-maximize-button/contents.css +208 -0
- package/dist/Resources/CKEditor-with-maximize-button/lang/da.js +5 -0
- package/dist/Resources/CKEditor-with-maximize-button/lang/de.js +5 -0
- package/dist/Resources/CKEditor-with-maximize-button/lang/en.js +5 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/autocomplete/skins/default.css +38 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/base64image/LICENSE.md +1244 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/base64image/README.md +21 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/base64image/dialogs/base64image.js +766 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/base64image/dialogs/base64image.original.js +503 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/base64image/icons/base64image.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/base64image/icons/hidpi/base64image.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/base64image/lang/da.js +12 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/base64image/lang/de.js +12 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/base64image/lang/en.js +12 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/base64image/plugin.js +58 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/base64imagepaste/plugin.js +91 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/clipboard/dialogs/paste.js +11 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/custombuttons/icons/custombuttons.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/custombuttons/plugin.js +99 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/dialog/dialogDefinition.js +4 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/dialog/styles/dialog.css +18 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/dragresize/LICENSE +19 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/dragresize/_source.css +85 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/dragresize/package.json +19 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/dragresize/plugin.js +395 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/dragresize/readme.md +35 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/emoji/assets/iconsall.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/emoji/assets/iconsall.svg +58 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/emoji/emoji.json +1 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/emoji/skins/default.css +237 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/icons.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/icons_hidpi.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/link/dialogs/anchor.js +8 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/link/dialogs/link.js +30 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/link/images/anchor.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/link/images/hidpi/anchor.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/pastefromword/filter/default.js +42 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/pastetools/filter/common.js +24 -0
- package/dist/Resources/CKEditor-with-maximize-button/plugins/pastetools/filter/image.js +12 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/dialog.css +1 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/dialog_ie.css +1 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/dialog_ie7.css +1 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/dialog_ie8.css +1 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/dialog_iequirks.css +1 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/dialog_opera.css +1 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/editor.css +1 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/editor_gecko.css +1 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/editor_ie.css +1 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/editor_ie7.css +1 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/editor_ie8.css +1 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/editor_iequirks.css +1 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/icons.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/icons_hidpi.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/images/arrow.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/images/close.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/images/hidpi/close.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/images/hidpi/lock-open.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/images/hidpi/lock.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/images/hidpi/refresh.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/images/lock-open.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/images/lock.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/images/refresh.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/readme.md +35 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/bootstrapck/skin.js +10 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/dialog.css +5 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/dialog_ie.css +5 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/dialog_ie8.css +5 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/dialog_iequirks.css +5 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/editor.css +5 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/editor_gecko.css +5 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/editor_ie.css +5 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/editor_ie8.css +5 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/editor_iequirks.css +5 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/icons.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/icons_hidpi.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/images/arrow.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/images/close.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/images/hidpi/close.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/images/hidpi/lock-open.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/images/hidpi/lock.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/images/hidpi/refresh.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/images/lock-open.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/images/lock.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/images/refresh.png +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/images/spinner.gif +0 -0
- package/dist/Resources/CKEditor-with-maximize-button/skins/moono-lisa/readme.md +46 -0
- package/dist/Resources/CKEditor-with-maximize-button/styles.js +137 -0
- package/dist/Resources/CKEditor-with-maximize-button/vendor/promise.js +13 -0
- package/package.json +1 -1
- package/types/index.d.ts +2549 -298
- package/dist/Resources/ckeditor_4.17.2_6f06412961d8.zip +0 -0
package/dist/Fit.UI.css
CHANGED
|
@@ -4,17 +4,19 @@ Stacking context, Z-index:
|
|
|
4
4
|
|
|
5
5
|
- Error indicator : 500
|
|
6
6
|
- Drop down : 1000
|
|
7
|
-
- Dialog : 1200
|
|
8
|
-
- Modal BG layer : 1200
|
|
7
|
+
- Dialog : 1200 - changed to 2001200 in Dialog.css if html[data-fitui-companion="fluent-ui"]
|
|
8
|
+
- Modal BG layer : 1200 - changed to 2001200 in Dialog.css if html[data-fitui-companion="fluent-ui"]
|
|
9
9
|
- Context menu : 1300 (mounted in <body>)
|
|
10
10
|
- Calendar : 1300 (mounted in <body>, might be re-mounted next to control) - changed to 2000000 in DatePicker.css if html[data-fitui-companion="fluent-ui"]
|
|
11
|
-
- Dragging : 10000 (incremented by 1 every time draggable is being dragged)
|
|
11
|
+
- Dragging : 10000 (incremented by 1 every time draggable is being dragged) - changed to start from 2010000 in DragDrop.js if html[data-fitui-companion="fluent-ui"]
|
|
12
12
|
- CKEditor
|
|
13
13
|
- Tags context menu : 9997 (mounted in <body>, might be re-mounted next to control) - changed to 2000000 in Input.css if html[data-fitui-companion="fluent-ui"]
|
|
14
14
|
- Image resize handlers : 9999 (mounted in <body>) - changed to 2000000 in Input.css if html[data-fitui-companion="fluent-ui"]
|
|
15
15
|
- Emoji panel : 10001 (mounted in <body>) - changed to 2000000 in Input.css if html[data-fitui-companion="fluent-ui"]
|
|
16
16
|
- Dialogs : 10010 (mounted in <body>, might be re-mounted next to control) - changed to 2000020 in Input.css (+10 compared to modal BG layer) if html[data-fitui-companion="fluent-ui"]
|
|
17
17
|
- Modal BG layer : 10000 (mounted in <body>) - changed to 2000010 in Input.css (+10 compared to image resize handlers) if html[data-fitui-companion="fluent-ui"]
|
|
18
|
+
- Alert, Confirm, Prompt : 50000 (must stay on top of draggable dialogs with z-index 10000+) - changed to 2050000 in Dialog.css if html[data-fitui-companion="fluent-ui"]
|
|
19
|
+
- Modal BG layer : 50000 - changed to 2050000 in Dialog.css if html[data-fitui-companion="fluent-ui"]
|
|
18
20
|
*/
|
|
19
21
|
|
|
20
22
|
.FitUiStyleCheck
|
|
@@ -121,10 +123,7 @@ Stacking context, Z-index:
|
|
|
121
123
|
|
|
122
124
|
.FitDragDropDraggable.FitDragDropDragging
|
|
123
125
|
{
|
|
124
|
-
opacity: 0.6;
|
|
125
126
|
z-index: 99999;
|
|
126
|
-
|
|
127
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
128
127
|
}
|
|
129
128
|
|
|
130
129
|
/* Disabled control */
|
|
@@ -3335,6 +3334,13 @@ div.FitUiControlDialog:not(#LegacyIE) /* :not() not supported by IE8 and below *
|
|
|
3335
3334
|
box-shadow: 0px 0px 10px 0px #333333;
|
|
3336
3335
|
border-radius: 2px;
|
|
3337
3336
|
}
|
|
3337
|
+
div.FitUiControlDialog[data-resizable="true"]
|
|
3338
|
+
{
|
|
3339
|
+
min-width: 15em;
|
|
3340
|
+
max-width: 100%;
|
|
3341
|
+
min-height: 10em;
|
|
3342
|
+
max-height: 100%;
|
|
3343
|
+
}
|
|
3338
3344
|
div.FitUiControlDialog[data-maximized="true"]
|
|
3339
3345
|
{
|
|
3340
3346
|
/* Using !important due to specificity above (:not(#LegacyIE)).
|
|
@@ -3361,13 +3367,24 @@ div.FitUiControlDialog[data-maximized="true"]
|
|
|
3361
3367
|
|
|
3362
3368
|
div.FitUiControlDialogTitle
|
|
3363
3369
|
{
|
|
3364
|
-
padding: 1em;
|
|
3365
|
-
font-size: 1.1em;
|
|
3366
3370
|
font-weight: bold;
|
|
3367
3371
|
overflow: hidden;
|
|
3368
3372
|
white-space: nowrap;
|
|
3369
3373
|
}
|
|
3370
3374
|
|
|
3375
|
+
div.FitUiControlDialogTitle,
|
|
3376
|
+
div.FitUiControlDialogTitleText,
|
|
3377
|
+
div.FitUiControlDialogTitleButtons
|
|
3378
|
+
{
|
|
3379
|
+
height: 3.2em;
|
|
3380
|
+
}
|
|
3381
|
+
|
|
3382
|
+
div.FitUiControlDialogTitleText
|
|
3383
|
+
{
|
|
3384
|
+
padding-left: 1em;
|
|
3385
|
+
line-height: 3.2em;
|
|
3386
|
+
}
|
|
3387
|
+
|
|
3371
3388
|
div.FitUiControlDialogTitleButtons
|
|
3372
3389
|
{
|
|
3373
3390
|
position: absolute;
|
|
@@ -3382,7 +3399,6 @@ div.FitUiControlDialogTitleButtons
|
|
|
3382
3399
|
background-color: white;
|
|
3383
3400
|
border-bottom: 0.065em solid silver;
|
|
3384
3401
|
border-bottom-width: 1px\9;
|
|
3385
|
-
height: 3.2em;
|
|
3386
3402
|
}
|
|
3387
3403
|
|
|
3388
3404
|
.FitUiControlDialogTitle div.FitUiControlButton + div.FitUiControlButton
|
|
@@ -3422,6 +3438,24 @@ div.FitUiControlDialog iframe
|
|
|
3422
3438
|
height: 100%;
|
|
3423
3439
|
}
|
|
3424
3440
|
|
|
3441
|
+
div.FitUiControlDialogResizer
|
|
3442
|
+
{
|
|
3443
|
+
width: 0.65em;
|
|
3444
|
+
height: 0.65em;
|
|
3445
|
+
border-left: 0.65em solid transparent;
|
|
3446
|
+
border-bottom: 0.65em solid #A0A0A0;
|
|
3447
|
+
cursor: nwse-resize;
|
|
3448
|
+
|
|
3449
|
+
position: absolute;
|
|
3450
|
+
right: 0.1em;
|
|
3451
|
+
bottom: 0.1em;
|
|
3452
|
+
|
|
3453
|
+
user-select: none;
|
|
3454
|
+
-webkit-user-select: none;
|
|
3455
|
+
-moz-user-select: none;
|
|
3456
|
+
-ms-user-select: none;
|
|
3457
|
+
}
|
|
3458
|
+
|
|
3425
3459
|
div.FitUiControlDialogButtons
|
|
3426
3460
|
{
|
|
3427
3461
|
/*background-color: white;*/
|
|
@@ -3453,6 +3487,26 @@ div.FitUiControlDialogModalLayer
|
|
|
3453
3487
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
|
3454
3488
|
}
|
|
3455
3489
|
|
|
3490
|
+
/* Alert, Confirm and Promp dialogs */
|
|
3491
|
+
div.FitUiControlDialogBaseModalLayer,
|
|
3492
|
+
div.FitUiControlDialogBase
|
|
3493
|
+
{
|
|
3494
|
+
z-index: 50000; /* Remain on top of draggable dialogs with z-index 10000+ */
|
|
3495
|
+
}
|
|
3496
|
+
|
|
3497
|
+
/* Fluent UI compatibility */
|
|
3498
|
+
|
|
3499
|
+
html[data-fitui-companion="fluent-ui"] div.FitUiControlDialog,
|
|
3500
|
+
html[data-fitui-companion="fluent-ui"] div.FitUiControlDialogModalLayer
|
|
3501
|
+
{
|
|
3502
|
+
z-index: 2001200;
|
|
3503
|
+
}
|
|
3504
|
+
|
|
3505
|
+
html[data-fitui-companion="fluent-ui"] div.FitUiControlDialogBaseModalLayer,
|
|
3506
|
+
html[data-fitui-companion="fluent-ui"] div.FitUiControlDialogBase
|
|
3507
|
+
{
|
|
3508
|
+
z-index: 2050000; /* Remain on top of draggable dialogs with z-index 2010000+ */
|
|
3509
|
+
}
|
|
3456
3510
|
div.FitUiControlDropDown
|
|
3457
3511
|
{
|
|
3458
3512
|
min-width: 50px; /* In case width is set to 100% and control is squeezed */
|
|
@@ -3790,6 +3844,12 @@ div.FitUiControlDropDown[data-enabled="true"][data-valid="false"] div.FitUiContr
|
|
|
3790
3844
|
|
|
3791
3845
|
/* Drag and drop */
|
|
3792
3846
|
|
|
3847
|
+
div.FitUiControlDropDownItems > span.FitDragDropDragging
|
|
3848
|
+
{
|
|
3849
|
+
opacity: 0.6;
|
|
3850
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
3851
|
+
}
|
|
3852
|
+
|
|
3793
3853
|
div.FitUiControlDropDownItems > span.FitDragDropDragging input
|
|
3794
3854
|
{
|
|
3795
3855
|
visibility: hidden;
|
|
@@ -3942,7 +4002,8 @@ div.FitUiControlInput
|
|
|
3942
4002
|
}
|
|
3943
4003
|
|
|
3944
4004
|
div.FitUiControlInput input:first-child,
|
|
3945
|
-
div.FitUiControlInput textarea:first-child
|
|
4005
|
+
div.FitUiControlInput textarea:first-child,
|
|
4006
|
+
div.FitUiControlInput[data-dialogmode="true"] > div
|
|
3946
4007
|
{
|
|
3947
4008
|
width: 100%;
|
|
3948
4009
|
height: 100%;
|
|
@@ -3970,11 +4031,19 @@ div.FitUiControlInput[data-multiline="true"][data-designmode="false"]
|
|
|
3970
4031
|
}
|
|
3971
4032
|
|
|
3972
4033
|
/* Make control container adjust to textarea or HTML editor when it has been resized */
|
|
3973
|
-
div.FitUiControlInput[data-resized="true"]
|
|
4034
|
+
div.FitUiControlInput[data-resized="true"][data-resizable="enabled"]
|
|
3974
4035
|
{
|
|
3975
4036
|
width: auto !important; /* Using !important since dimensions are set as inline styles */
|
|
3976
4037
|
height: auto !important; /* Using !important since dimensions are set as inline styles */
|
|
3977
4038
|
}
|
|
4039
|
+
div.FitUiControlInput[data-resized="true"][data-resizable="vertical"]
|
|
4040
|
+
{
|
|
4041
|
+
height: auto !important;
|
|
4042
|
+
}
|
|
4043
|
+
div.FitUiControlInput[data-resized="true"][data-resizable="horizontal"]
|
|
4044
|
+
{
|
|
4045
|
+
width: auto !important;
|
|
4046
|
+
}
|
|
3978
4047
|
div.FitUiControlInput[data-resized="true"] textarea:first-child
|
|
3979
4048
|
{
|
|
3980
4049
|
margin: 0px !important; /* Remove odd margin (inline style) added by Chrome when resizing */
|
|
@@ -3992,7 +4061,8 @@ div.FitUiControlInput[data-enabled="true"][data-valid="false"]
|
|
|
3992
4061
|
outline: none;
|
|
3993
4062
|
}
|
|
3994
4063
|
div.FitUiControlInput[data-enabled="true"][data-valid="false"] input:first-child,
|
|
3995
|
-
div.FitUiControlInput[data-enabled="true"][data-valid="false"] textarea:first-child
|
|
4064
|
+
div.FitUiControlInput[data-enabled="true"][data-valid="false"] textarea:first-child,
|
|
4065
|
+
div.FitUiControlInput[data-enabled="true"][data-valid="false"] > div
|
|
3996
4066
|
{
|
|
3997
4067
|
border-color: red;
|
|
3998
4068
|
}
|
|
@@ -4036,6 +4106,13 @@ div.FitUiControlInput[data-designmode="true"]:focus /* Prevent outline if toolba
|
|
|
4036
4106
|
outline: none;
|
|
4037
4107
|
}
|
|
4038
4108
|
|
|
4109
|
+
div.FitUiControlInput[data-dialogmode="true"]:focus
|
|
4110
|
+
{
|
|
4111
|
+
outline: 2px solid #4484C7;
|
|
4112
|
+
outline-offset: 2px;
|
|
4113
|
+
border: 1px solid #4484C7\9; /* Legacy IE (9 and earlier) which does not support outline */
|
|
4114
|
+
}
|
|
4115
|
+
|
|
4039
4116
|
/* Textarea resizing */
|
|
4040
4117
|
div.FitUiControlInput textarea:first-child
|
|
4041
4118
|
{
|
|
@@ -4054,6 +4131,55 @@ div.FitUiControlInput[data-resizable="horizontal"] textarea:first-child
|
|
|
4054
4131
|
resize: horizontal;
|
|
4055
4132
|
}
|
|
4056
4133
|
|
|
4134
|
+
/* DesignMode dialog mode */
|
|
4135
|
+
|
|
4136
|
+
div.FitUiControlInput[data-dialogmode="true"]
|
|
4137
|
+
{
|
|
4138
|
+
padding: 0px;
|
|
4139
|
+
xxwidth: auto;
|
|
4140
|
+
xxheight: 100%;
|
|
4141
|
+
}
|
|
4142
|
+
|
|
4143
|
+
xxxdiv.FitUiControlInput[data-dialogmode="true"][data-autogrow="true"]
|
|
4144
|
+
{
|
|
4145
|
+
height: auto;
|
|
4146
|
+
}
|
|
4147
|
+
|
|
4148
|
+
div.FitUiControlInput[data-dialogmode="true"][data-resizable="enabled"] > div
|
|
4149
|
+
{
|
|
4150
|
+
resize: both;
|
|
4151
|
+
}
|
|
4152
|
+
div.FitUiControlInput[data-dialogmode="true"][data-resizable="vertical"] > div
|
|
4153
|
+
{
|
|
4154
|
+
resize: vertical;
|
|
4155
|
+
}
|
|
4156
|
+
div.FitUiControlInput[data-dialogmode="true"][data-resizable="horizontal"] > div
|
|
4157
|
+
{
|
|
4158
|
+
resize: horizontal;
|
|
4159
|
+
}
|
|
4160
|
+
|
|
4161
|
+
div.FitUiControlInput[data-dialogmode="true"] > div
|
|
4162
|
+
{
|
|
4163
|
+
height: 100%;
|
|
4164
|
+
min-height: 2em;
|
|
4165
|
+
min-height: auto\9;
|
|
4166
|
+
padding: 0 0.75em;
|
|
4167
|
+
overflow: auto;
|
|
4168
|
+
}
|
|
4169
|
+
|
|
4170
|
+
div.FitUiControlInput[data-dialogmode="true"] textarea:first-child
|
|
4171
|
+
{
|
|
4172
|
+
display: none;
|
|
4173
|
+
}
|
|
4174
|
+
|
|
4175
|
+
div.FitUiControlInput[data-dialogmode="true"] > div[data-placeholder]:before
|
|
4176
|
+
{
|
|
4177
|
+
content: attr(data-placeholder);
|
|
4178
|
+
display: block;
|
|
4179
|
+
position: absolute; /* Take out of flow to prevent it from affecting auto grow (editor height) */
|
|
4180
|
+
margin: 1em 0em;
|
|
4181
|
+
}
|
|
4182
|
+
|
|
4057
4183
|
/* CKEditor */
|
|
4058
4184
|
|
|
4059
4185
|
/* Make control container adjust to the height of CKEditor when auto grow is enabled */
|
|
@@ -4313,6 +4439,24 @@ div.FitUiControlInput[data-designmode="true"] .cke_chrome a[data-tag-id]
|
|
|
4313
4439
|
width: 225px;
|
|
4314
4440
|
}
|
|
4315
4441
|
|
|
4442
|
+
/* Detached and maximizable editor hosted in a modal dialog */
|
|
4443
|
+
|
|
4444
|
+
div.FitUiControlDialog.FitUiControlInputDetached div.FitUiControlDialogContent
|
|
4445
|
+
{
|
|
4446
|
+
padding: 0px;
|
|
4447
|
+
overflow: hidden; /* Make sure scrollbars do not emerge when resizing dialog (reducing height) - editor has scrollbars */
|
|
4448
|
+
}
|
|
4449
|
+
|
|
4450
|
+
div.FitUiControlDialog.FitUiControlInputDetached .cke_chrome
|
|
4451
|
+
{
|
|
4452
|
+
border: none;
|
|
4453
|
+
}
|
|
4454
|
+
|
|
4455
|
+
div.FitUiControlDialog.FitUiControlInputDetached .cke_wysiwyg_div
|
|
4456
|
+
{
|
|
4457
|
+
padding: 0.5em 1.5em;
|
|
4458
|
+
}
|
|
4459
|
+
|
|
4316
4460
|
/* Fluent UI compatibility */
|
|
4317
4461
|
|
|
4318
4462
|
/* The following elements are mounted in document root - make sure they stay on
|
|
@@ -4321,30 +4465,460 @@ div.FitUiControlInput[data-designmode="true"] .cke_chrome a[data-tag-id]
|
|
|
4321
4465
|
/* Image resize handlers */
|
|
4322
4466
|
html[data-fitui-companion="fluent-ui"] #ckimgrsz
|
|
4323
4467
|
{
|
|
4324
|
-
z-index:
|
|
4468
|
+
z-index: 2100000;
|
|
4325
4469
|
}
|
|
4326
4470
|
|
|
4327
4471
|
/* Tags/mentions/autocomplete context menu */
|
|
4328
4472
|
html[data-fitui-companion="fluent-ui"] .cke_autocomplete_panel
|
|
4329
4473
|
{
|
|
4330
|
-
z-index:
|
|
4474
|
+
z-index: 2100000 !important; /* Using !important to override inline style */
|
|
4331
4475
|
}
|
|
4332
4476
|
|
|
4333
4477
|
/* Panels such as the toolbar's emoji panel/callout */
|
|
4334
4478
|
html[data-fitui-companion="fluent-ui"] .cke_panel
|
|
4335
4479
|
{
|
|
4336
|
-
z-index:
|
|
4480
|
+
z-index: 2100000 !important; /* Using !important to override inline style */
|
|
4337
4481
|
}
|
|
4338
4482
|
|
|
4339
4483
|
/* Dialogs (e.g. link and image dialogs) */
|
|
4340
4484
|
html[data-fitui-companion="fluent-ui"] .cke_dialog_background_cover
|
|
4341
4485
|
{
|
|
4342
|
-
z-index:
|
|
4486
|
+
z-index: 2100010 !important; /* Using !important to override inline style */
|
|
4343
4487
|
}
|
|
4344
4488
|
html[data-fitui-companion="fluent-ui"] .cke_dialog_container
|
|
4345
4489
|
{
|
|
4346
|
-
z-index:
|
|
4490
|
+
z-index: 2100020 !important; /* Using !important to override inline style */
|
|
4491
|
+
}
|
|
4492
|
+
|
|
4493
|
+
div.FitUiControlInput
|
|
4494
|
+
{
|
|
4495
|
+
height: 2em; /* Equal height for all controls */
|
|
4496
|
+
height: auto\9; /* Undo equal height for all controls in IE9 and below - assume height of content in legacy IE which does not render properly when input height is set to 100% of container */
|
|
4497
|
+
}
|
|
4498
|
+
|
|
4499
|
+
div.FitUiControlInput input:first-child,
|
|
4500
|
+
div.FitUiControlInput textarea:first-child
|
|
4501
|
+
{
|
|
4502
|
+
width: 100%;
|
|
4503
|
+
height: 100%;
|
|
4504
|
+
padding: 0.2em;
|
|
4505
|
+
padding-left: 0.3em;
|
|
4506
|
+
padding-right: 0.3em;
|
|
4507
|
+
margin: 0px;
|
|
4508
|
+
text-align: inherit;
|
|
4509
|
+
font-size: inherit;
|
|
4510
|
+
border: 0.065em solid #BBBBBB;
|
|
4511
|
+
border-width: 1px\9;
|
|
4512
|
+
border-radius: 2px;
|
|
4513
|
+
display: block; /* Remove annoying spacing above input when outline is applied (when value is invalid) */
|
|
4514
|
+
|
|
4515
|
+
/* Make it look decent on iOS Safari */
|
|
4516
|
+
-moz-appearance: none;
|
|
4517
|
+
-webkit-appearance: none;
|
|
4518
|
+
appearance: none;
|
|
4519
|
+
}
|
|
4520
|
+
|
|
4521
|
+
/* Default height for ordinary multi line input control (textarea) */
|
|
4522
|
+
div.FitUiControlInput[data-multiline="true"][data-designmode="false"]
|
|
4523
|
+
{
|
|
4524
|
+
height: 150px;
|
|
4525
|
+
}
|
|
4526
|
+
|
|
4527
|
+
/* Make control container adjust to textarea or HTML editor when it has been resized */
|
|
4528
|
+
div.FitUiControlInput[data-resized="true"]
|
|
4529
|
+
{
|
|
4530
|
+
width: auto !important; /* Using !important since dimensions are set as inline styles */
|
|
4531
|
+
height: auto !important; /* Using !important since dimensions are set as inline styles */
|
|
4532
|
+
}
|
|
4533
|
+
div.FitUiControlInput[data-resized="true"] textarea:first-child
|
|
4534
|
+
{
|
|
4535
|
+
margin: 0px !important; /* Remove odd margin (inline style) added by Chrome when resizing */
|
|
4536
|
+
}
|
|
4537
|
+
|
|
4538
|
+
/* Hide clear button within input fields in IE */
|
|
4539
|
+
div.FitUiControlInput input:first-child::-ms-clear
|
|
4540
|
+
{
|
|
4541
|
+
display: none;
|
|
4542
|
+
}
|
|
4543
|
+
|
|
4544
|
+
/* Error indication */
|
|
4545
|
+
div.FitUiControlInput[data-enabled="true"][data-valid="false"]
|
|
4546
|
+
{
|
|
4547
|
+
outline: none;
|
|
4548
|
+
}
|
|
4549
|
+
div.FitUiControlInput[data-enabled="true"][data-valid="false"] input:first-child,
|
|
4550
|
+
div.FitUiControlInput[data-enabled="true"][data-valid="false"] textarea:first-child
|
|
4551
|
+
{
|
|
4552
|
+
border-color: red;
|
|
4553
|
+
}
|
|
4554
|
+
|
|
4555
|
+
/* Maximize button */
|
|
4556
|
+
div.FitUiControlInput > span.fa
|
|
4557
|
+
{
|
|
4558
|
+
position: absolute;
|
|
4559
|
+
bottom: -0.65em;
|
|
4560
|
+
left: 50%;
|
|
4561
|
+
margin-left: -0.67em; /* transform: translateX(-50%); */
|
|
4562
|
+
cursor: pointer;
|
|
4563
|
+
background-color: white;
|
|
4564
|
+
border: 0.065em solid #BBBBBB;
|
|
4565
|
+
border-width: 1px\9;
|
|
4566
|
+
border-radius: 1em;
|
|
4567
|
+
padding: 0.1em;
|
|
4568
|
+
font-size: 0.8em;
|
|
4569
|
+
color: #BBBBBB;
|
|
4570
|
+
}
|
|
4571
|
+
div.FitUiControlInput[data-designmode="true"][data-autogrow="true"] > span.fa /* Maximize button does nothing (disabled) when auto grow is enabled in DesignMode */
|
|
4572
|
+
{
|
|
4573
|
+
border-color: #DEDEDE;
|
|
4574
|
+
color: #DEDEDE;
|
|
4575
|
+
cursor: not-allowed;
|
|
4576
|
+
}
|
|
4577
|
+
div.FitUiControlInput > span.fa:focus
|
|
4578
|
+
{
|
|
4579
|
+
outline: none;
|
|
4580
|
+
}
|
|
4581
|
+
div.FitUiControlInput[data-maximizable="true"] textarea:first-child
|
|
4582
|
+
{
|
|
4583
|
+
padding-bottom: 0.65em; /* Add spacing at the bottom to prevent text from colliding with the maximize button */
|
|
4584
|
+
}
|
|
4585
|
+
|
|
4586
|
+
/* Remove outline when input has focus */
|
|
4587
|
+
div.FitUiControlInput input:first-child:focus,
|
|
4588
|
+
div.FitUiControlInput textarea:first-child:focus,
|
|
4589
|
+
div.FitUiControlInput[data-designmode="true"]:focus /* Prevent outline if toolbar is clicked */
|
|
4590
|
+
{
|
|
4591
|
+
outline: none;
|
|
4592
|
+
}
|
|
4593
|
+
|
|
4594
|
+
/* Textarea resizing */
|
|
4595
|
+
div.FitUiControlInput textarea:first-child
|
|
4596
|
+
{
|
|
4597
|
+
resize: none;
|
|
4598
|
+
}
|
|
4599
|
+
div.FitUiControlInput[data-resizable="enabled"] textarea:first-child
|
|
4600
|
+
{
|
|
4601
|
+
resize: both;
|
|
4602
|
+
}
|
|
4603
|
+
div.FitUiControlInput[data-resizable="vertical"] textarea:first-child
|
|
4604
|
+
{
|
|
4605
|
+
resize: vertical;
|
|
4606
|
+
}
|
|
4607
|
+
div.FitUiControlInput[data-resizable="horizontal"] textarea:first-child
|
|
4608
|
+
{
|
|
4609
|
+
resize: horizontal;
|
|
4610
|
+
}
|
|
4611
|
+
|
|
4612
|
+
/* CKEditor */
|
|
4613
|
+
|
|
4614
|
+
/* Make control container adjust to the height of CKEditor when auto grow is enabled */
|
|
4615
|
+
div.FitUiControlInput[data-designmode="true"][data-autogrow="true"]
|
|
4616
|
+
{
|
|
4617
|
+
height: auto;
|
|
4618
|
+
}
|
|
4619
|
+
|
|
4620
|
+
/* Hide empty labels in dialogs (make controls align properly in Base64Image dialog) */
|
|
4621
|
+
.cke_dialog_contents label:empty
|
|
4622
|
+
{
|
|
4623
|
+
display: none;
|
|
4624
|
+
}
|
|
4625
|
+
|
|
4626
|
+
/* Override: Do not hide content overflow when a dialog is open - it remove scrollbars on page
|
|
4627
|
+
which affects available space and positioning slightly, which might trigger OnScroll, and might
|
|
4628
|
+
result in re-rendering. One downside of this change is that the user can now scroll the content
|
|
4629
|
+
behind the dialog, which is probably why overflow:hidden was applied. */
|
|
4630
|
+
.cke_dialog_open /* Class is added to <body> when a dialog is open */
|
|
4631
|
+
{
|
|
4632
|
+
overflow: auto !important; /* Using !mportant since CKEditor styles load on demand after Fit.UI styles */
|
|
4347
4633
|
}
|
|
4634
|
+
|
|
4635
|
+
/* Reduce z-index for image resize handlers to allow modal image dialog background layer to stay on top */
|
|
4636
|
+
div#ckimgrsz
|
|
4637
|
+
{
|
|
4638
|
+
z-index: 9999; /* Defaults to 10001 but modal dialog background layer has z-index 10000 */
|
|
4639
|
+
}
|
|
4640
|
+
|
|
4641
|
+
/* Reduce flickering while editor is loading by hiding components */
|
|
4642
|
+
div.FitUiControlInput[data-designmode="true"] textarea:first-child
|
|
4643
|
+
{
|
|
4644
|
+
visibility: hidden; /* Hide textarea but preserve space consumed */
|
|
4645
|
+
}
|
|
4646
|
+
div.FitUiControlInput[data-designmode="true"] .cke_chrome
|
|
4647
|
+
{
|
|
4648
|
+
visibility: hidden; /* Hide editor but preserve space consumed - changed back to "visible" in Input.js when editor is done loading */
|
|
4649
|
+
}
|
|
4650
|
+
|
|
4651
|
+
/* Placeholder (not enabled on IE8/9) */
|
|
4652
|
+
/* Placeholder attributes are only set when placeholder is supposed to
|
|
4653
|
+
be displayed. The text color for placeholders is defined i Styles.css. */
|
|
4654
|
+
div.FitUiControlInput[data-designmode="true"] .cke_editable[data-placeholder]:before
|
|
4655
|
+
{
|
|
4656
|
+
content: attr(data-placeholder);
|
|
4657
|
+
display: block;
|
|
4658
|
+
position: absolute; /* Take out of flow to prevent it from affecting auto grow (editor height) */
|
|
4659
|
+
/*margin: 1em 0em;*/
|
|
4660
|
+
}
|
|
4661
|
+
|
|
4662
|
+
/* Set identical margins for paragraphs and placeholder in HTML editor to ensure proper alignment,
|
|
4663
|
+
in case default margin for paragraphs have been changed, or if they differ across different browsers. */
|
|
4664
|
+
div.FitUiControlInput[data-designmode="true"] .cke_editable p,
|
|
4665
|
+
div.FitUiControlInput[data-designmode="true"] .cke_editable[data-placeholder]:before
|
|
4666
|
+
{
|
|
4667
|
+
margin: 1em 0em;
|
|
4668
|
+
}
|
|
4669
|
+
|
|
4670
|
+
/* CKEditor - moono-lisa skin overrides */
|
|
4671
|
+
|
|
4672
|
+
/* Apply rounded corners */
|
|
4673
|
+
div.FitUiControlInput[data-designmode="true"] .cke_chrome[data-skin="moono-lisa"],
|
|
4674
|
+
div.FitUiControlInput[data-designmode="true"] .cke_chrome[data-skin="moono-lisa"] .cke_inner
|
|
4675
|
+
{
|
|
4676
|
+
border-radius: 2px;
|
|
4677
|
+
}
|
|
4678
|
+
div.FitUiControlInput[data-designmode="true"] .cke_chrome[data-skin="moono-lisa"] .cke_top
|
|
4679
|
+
{
|
|
4680
|
+
border-top-left-radius: 2px;
|
|
4681
|
+
border-top-right-radius: 2px;
|
|
4682
|
+
}
|
|
4683
|
+
div.FitUiControlInput[data-designmode="true"] .cke_chrome[data-skin="moono-lisa"] .cke_contents
|
|
4684
|
+
{
|
|
4685
|
+
border-top-left-radius: 2px;
|
|
4686
|
+
border-top-right-radius: 2px;
|
|
4687
|
+
}
|
|
4688
|
+
div.FitUiControlInput[data-designmode="true"] .cke_chrome[data-skin="moono-lisa"] .cke_editable
|
|
4689
|
+
{
|
|
4690
|
+
border-radius: 2px;
|
|
4691
|
+
}
|
|
4692
|
+
div.FitUiControlInput[data-designmode="true"] .cke_chrome[data-skin="moono-lisa"] .cke_bottom
|
|
4693
|
+
{
|
|
4694
|
+
border-bottom-left-radius: 2px;
|
|
4695
|
+
border-bottom-right-radius: 2px;
|
|
4696
|
+
}
|
|
4697
|
+
|
|
4698
|
+
/* CKEditor - bootstrapck skin overrides */
|
|
4699
|
+
|
|
4700
|
+
/* Override: The bootstrapck skin define margins for content
|
|
4701
|
+
areas in dialogs which makes the vertical scrollbar appear. */
|
|
4702
|
+
.cke_dialog_container[data-skin="bootstrapck"] .cke_dialog_ui_vbox
|
|
4703
|
+
{
|
|
4704
|
+
margin-top: 0px !important; /* Using !mportant since CKEditor styles load on demand after Fit.UI styles */
|
|
4705
|
+
}
|
|
4706
|
+
.cke_dialog_container[data-skin="bootstrapck"] .cke_dialog_body label
|
|
4707
|
+
{
|
|
4708
|
+
margin-bottom: 0px !important; /* Using !mportant since CKEditor styles load on demand after Fit.UI styles */
|
|
4709
|
+
}
|
|
4710
|
+
|
|
4711
|
+
/* Override: The bootstrapck skin does not align checkboxes and labels properly */
|
|
4712
|
+
.cke_dialog_container[data-skin="bootstrapck"] .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input,
|
|
4713
|
+
.cke_dialog_container[data-skin="bootstrapck"] .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label,
|
|
4714
|
+
.cke_dialog_container[data-skin="bootstrapck"] .cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input,
|
|
4715
|
+
.cke_dialog_container[data-skin="bootstrapck"] .cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label
|
|
4716
|
+
{
|
|
4717
|
+
vertical-align: top !important; /* Using !mportant since CKEditor styles load on demand after Fit.UI styles */
|
|
4718
|
+
}
|
|
4719
|
+
|
|
4720
|
+
/* Override: The bootstrapck skin has too little spacing in the bottom part of its chrome when the bottom panel (with the resize handle) is not present */
|
|
4721
|
+
div.FitUiControlInput[data-resizable="disabled"] .cke_chrome[data-skin="bootstrapck"] /* cke_chrome is a <div> on modern browsers, a <span> in IE */
|
|
4722
|
+
{
|
|
4723
|
+
padding: 0px 3px 3px 3px;
|
|
4724
|
+
}
|
|
4725
|
+
|
|
4726
|
+
/* Override: Add missing spacing to editor chrome when toolbar is hidden or positioned at the bottom */
|
|
4727
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar="false"] .cke_chrome[data-skin="bootstrapck"],
|
|
4728
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="bottom"] .cke_chrome[data-skin="bootstrapck"]
|
|
4729
|
+
{
|
|
4730
|
+
padding-top: 3px;
|
|
4731
|
+
}
|
|
4732
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar="false"][data-toolbar-position="bottom"] .cke_chrome[data-skin="bootstrapck"]
|
|
4733
|
+
{
|
|
4734
|
+
padding-bottom: 3px;
|
|
4735
|
+
}
|
|
4736
|
+
|
|
4737
|
+
/* CKEditor - bottom panel, resize handle, and information panel */
|
|
4738
|
+
|
|
4739
|
+
/* Opimize resize handle when toolbar is placed at the top */
|
|
4740
|
+
|
|
4741
|
+
/* Allow positioning of cke_resizer outside of bottom container */
|
|
4742
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="top"][data-resizable="enabled"] .cke_chrome .cke_bottom,
|
|
4743
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="top"][data-resizable="vertical"] .cke_chrome .cke_bottom,
|
|
4744
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="top"][data-resizable="horizontal"] .cke_chrome .cke_bottom
|
|
4745
|
+
{
|
|
4746
|
+
overflow: visible;
|
|
4747
|
+
}
|
|
4748
|
+
/* Remove/collapse bottom panel - resize handle is just placed in the lower right corner */
|
|
4749
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="top"][data-resizable="enabled"] .cke_chrome[data-skin="moono-lisa"] .cke_bottom,
|
|
4750
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="top"][data-resizable="vertical"] .cke_chrome[data-skin="moono-lisa"] .cke_bottom,
|
|
4751
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="top"][data-resizable="horizontal"] .cke_chrome[data-skin="moono-lisa"] .cke_bottom
|
|
4752
|
+
{
|
|
4753
|
+
padding: 0px;
|
|
4754
|
+
border-top: none;
|
|
4755
|
+
}
|
|
4756
|
+
/* Position resize handle */
|
|
4757
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="top"][data-resizable="enabled"] .cke_chrome .cke_resizer,
|
|
4758
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="top"][data-resizable="vertical"] .cke_chrome .cke_resizer,
|
|
4759
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="top"][data-resizable="horizontal"] .cke_chrome .cke_resizer
|
|
4760
|
+
{
|
|
4761
|
+
border-color: transparent #A0A0A0 transparent transparent;
|
|
4762
|
+
margin: 0;
|
|
4763
|
+
position: absolute;
|
|
4764
|
+
color: gray;
|
|
4765
|
+
}
|
|
4766
|
+
/* Position resize handle (moona-lisa skin) */
|
|
4767
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="top"][data-resizable="enabled"] .cke_chrome[data-skin="moono-lisa"] .cke_resizer,
|
|
4768
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="top"][data-resizable="vertical"] .cke_chrome[data-skin="moono-lisa"] .cke_resizer,
|
|
4769
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="top"][data-resizable="horizontal"] .cke_chrome[data-skin="moono-lisa"] .cke_resizer
|
|
4770
|
+
{
|
|
4771
|
+
top: -9px;
|
|
4772
|
+
right: -1px;
|
|
4773
|
+
}
|
|
4774
|
+
/* Position resize handle (bootstrapck skin) */
|
|
4775
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="top"][data-resizable="enabled"] .cke_chrome[data-skin="bootstrapck"] .cke_resizer,
|
|
4776
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="top"][data-resizable="vertical"] .cke_chrome[data-skin="bootstrapck"] .cke_resizer,
|
|
4777
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="top"][data-resizable="horizontal"] .cke_chrome[data-skin="bootstrapck"] .cke_resizer
|
|
4778
|
+
{
|
|
4779
|
+
top: -6px;
|
|
4780
|
+
right: -4px;
|
|
4781
|
+
}
|
|
4782
|
+
|
|
4783
|
+
/* Opimize resize handle when toolbar is placed at the bottom */
|
|
4784
|
+
|
|
4785
|
+
/* Position resize handle (bootstrapck skin) */
|
|
4786
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="bottom"][data-resizable="enabled"] .cke_chrome[data-skin="bootstrapck"] .cke_resizer,
|
|
4787
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="bottom"][data-resizable="vertical"] .cke_chrome[data-skin="bootstrapck"] .cke_resizer,
|
|
4788
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="bottom"][data-resizable="horizontal"] .cke_chrome[data-skin="bootstrapck"] .cke_resizer
|
|
4789
|
+
{
|
|
4790
|
+
position: absolute;
|
|
4791
|
+
margin: 0px;
|
|
4792
|
+
bottom: 3px;
|
|
4793
|
+
right: -3px;
|
|
4794
|
+
}
|
|
4795
|
+
/* Position resize handle (moono-lisa skin) */
|
|
4796
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="bottom"][data-resizable="enabled"] .cke_chrome[data-skin="moono-lisa"] .cke_resizer,
|
|
4797
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="bottom"][data-resizable="vertical"] .cke_chrome[data-skin="moono-lisa"] .cke_resizer,
|
|
4798
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="bottom"][data-resizable="horizontal"] .cke_chrome[data-skin="moono-lisa"] .cke_resizer
|
|
4799
|
+
{
|
|
4800
|
+
position: absolute;
|
|
4801
|
+
margin: 0px;
|
|
4802
|
+
bottom: 2px;
|
|
4803
|
+
right: 2px;
|
|
4804
|
+
}
|
|
4805
|
+
|
|
4806
|
+
/* Make editor toolbar sticky if enabled */
|
|
4807
|
+
@supports (position: sticky)
|
|
4808
|
+
{
|
|
4809
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-sticky="true"][data-toolbar-position="top"] .cke_top
|
|
4810
|
+
{
|
|
4811
|
+
position: sticky;
|
|
4812
|
+
top: 0px;
|
|
4813
|
+
}
|
|
4814
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-sticky="true"][data-toolbar-position="bottom"] .cke_bottom
|
|
4815
|
+
{
|
|
4816
|
+
position: sticky;
|
|
4817
|
+
bottom: 0px;
|
|
4818
|
+
}
|
|
4819
|
+
}
|
|
4820
|
+
|
|
4821
|
+
/* Editor information panel at the bottom of editor (moono-lisa skin) */
|
|
4822
|
+
div.FitUiControlInput[data-designmode="true"] .cke_chrome[data-skin="moono-lisa"] div.FitUiControlInputInfoPanel
|
|
4823
|
+
{
|
|
4824
|
+
font-size: 0.8em;
|
|
4825
|
+
padding-top: 0.2em;
|
|
4826
|
+
padding-bottom: 0.2em;
|
|
4827
|
+
color: #585858;
|
|
4828
|
+
}
|
|
4829
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="top"] .cke_chrome[data-skin="moono-lisa"] div.FitUiControlInputInfoPanel
|
|
4830
|
+
{
|
|
4831
|
+
border-top: 1px solid #D1D1D1;
|
|
4832
|
+
}
|
|
4833
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="bottom"] .cke_chrome[data-skin="moono-lisa"] div.FitUiControlInputInfoPanel
|
|
4834
|
+
{
|
|
4835
|
+
border-bottom: 1px solid #D1D1D1;
|
|
4836
|
+
}
|
|
4837
|
+
|
|
4838
|
+
/* Editor information panel at the bottom of editor (bootstrapck skin) */
|
|
4839
|
+
div.FitUiControlInput[data-designmode="true"] .cke_chrome[data-skin="bootstrapck"] div.FitUiControlInputInfoPanel
|
|
4840
|
+
{
|
|
4841
|
+
font-size: 0.8em;
|
|
4842
|
+
color: #585858;
|
|
4843
|
+
}
|
|
4844
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="top"] .cke_chrome[data-skin="bootstrapck"] div.FitUiControlInputInfoPanel
|
|
4845
|
+
{
|
|
4846
|
+
padding-top: 0.2em;
|
|
4847
|
+
}
|
|
4848
|
+
div.FitUiControlInput[data-designmode="true"][data-toolbar-position="bottom"] .cke_chrome[data-skin="bootstrapck"] div.FitUiControlInputInfoPanel
|
|
4849
|
+
{
|
|
4850
|
+
padding-bottom: 0.2em;
|
|
4851
|
+
}
|
|
4852
|
+
|
|
4853
|
+
/* CKEditor - tags/mentions support */
|
|
4854
|
+
|
|
4855
|
+
div.FitUiControlInput[data-designmode="true"] .cke_chrome a[data-tag-id]
|
|
4856
|
+
{
|
|
4857
|
+
background-color: #F5FbFF;
|
|
4858
|
+
border: 0.065em solid #C6dAE1;
|
|
4859
|
+
border-radius: 0.2em;
|
|
4860
|
+
text-decoration: none;
|
|
4861
|
+
font-size: 0.95em;
|
|
4862
|
+
color: blue;
|
|
4863
|
+
cursor: default;
|
|
4864
|
+
}
|
|
4865
|
+
|
|
4866
|
+
.cke_autocomplete_panel.cke_autocomplete_opened /* Using both .cke_autocomplete_panel and .cke_autocomplete_opened to increase specificity */
|
|
4867
|
+
{
|
|
4868
|
+
width: 225px;
|
|
4869
|
+
}
|
|
4870
|
+
|
|
4871
|
+
/* Detached and maximizable editor hosted in a modal dialog */
|
|
4872
|
+
|
|
4873
|
+
div.FitUiControlDialog.FitUiControlInputDetached div.FitUiControlDialogContent
|
|
4874
|
+
{
|
|
4875
|
+
padding: 0px;
|
|
4876
|
+
overflow: hidden; /* Make sure scrollbars do not emerge when resizing dialog (reducing height) - editor has scrollbars */
|
|
4877
|
+
}
|
|
4878
|
+
|
|
4879
|
+
div.FitUiControlDialog.FitUiControlInputDetached .cke_chrome
|
|
4880
|
+
{
|
|
4881
|
+
border: none;
|
|
4882
|
+
}
|
|
4883
|
+
|
|
4884
|
+
div.FitUiControlDialog.FitUiControlInputDetached .cke_wysiwyg_div
|
|
4885
|
+
{
|
|
4886
|
+
padding: 0.5em 1.5em;
|
|
4887
|
+
}
|
|
4888
|
+
|
|
4889
|
+
/* Fluent UI compatibility */
|
|
4890
|
+
|
|
4891
|
+
/* The following elements are mounted in document root - make sure they stay on
|
|
4892
|
+
top of everything else in Fluent UI which use very aggressive z-index values. */
|
|
4893
|
+
|
|
4894
|
+
/* Image resize handlers */
|
|
4895
|
+
html[data-fitui-companion="fluent-ui"] #ckimgrsz
|
|
4896
|
+
{
|
|
4897
|
+
z-index: 2050000;
|
|
4898
|
+
}
|
|
4899
|
+
|
|
4900
|
+
/* Tags/mentions/autocomplete context menu */
|
|
4901
|
+
html[data-fitui-companion="fluent-ui"] .cke_autocomplete_panel
|
|
4902
|
+
{
|
|
4903
|
+
z-index: 2050000 !important; /* Using !important to override inline style */
|
|
4904
|
+
}
|
|
4905
|
+
|
|
4906
|
+
/* Panels such as the toolbar's emoji panel/callout */
|
|
4907
|
+
html[data-fitui-companion="fluent-ui"] .cke_panel
|
|
4908
|
+
{
|
|
4909
|
+
z-index: 2050000 !important; /* Using !important to override inline style */
|
|
4910
|
+
}
|
|
4911
|
+
|
|
4912
|
+
/* Dialogs (e.g. link and image dialogs) */
|
|
4913
|
+
html[data-fitui-companion="fluent-ui"] .cke_dialog_background_cover
|
|
4914
|
+
{
|
|
4915
|
+
z-index: 2050010 !important; /* Using !important to override inline style */
|
|
4916
|
+
}
|
|
4917
|
+
html[data-fitui-companion="fluent-ui"] .cke_dialog_container
|
|
4918
|
+
{
|
|
4919
|
+
z-index: 2050020 !important; /* Using !important to override inline style */
|
|
4920
|
+
}
|
|
4921
|
+
|
|
4348
4922
|
div.FitUiControlListView
|
|
4349
4923
|
{
|
|
4350
4924
|
overflow-y: auto;
|