@syncfusion/blazor-themes 24.2.4 → 24.2.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/SCSS-Themes/bootstrap-dark.scss +21 -6
- package/SCSS-Themes/bootstrap.scss +19 -4
- package/SCSS-Themes/bootstrap4.scss +24 -9
- package/SCSS-Themes/bootstrap5-dark.scss +19 -4
- package/SCSS-Themes/bootstrap5.scss +19 -4
- package/SCSS-Themes/fabric-dark.scss +19 -4
- package/SCSS-Themes/fabric.scss +19 -4
- package/SCSS-Themes/fluent-dark.scss +20 -5
- package/SCSS-Themes/fluent.scss +20 -5
- package/SCSS-Themes/highcontrast.scss +19 -4
- package/SCSS-Themes/material-dark.scss +19 -4
- package/SCSS-Themes/material.scss +19 -4
- package/SCSS-Themes/material3-dark.scss +20 -5
- package/SCSS-Themes/material3.scss +20 -5
- package/SCSS-Themes/navigations/toolbar/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/navigations/toolbar/bootstrap4.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +22 -7
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +20 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +20 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +20 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +20 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +19 -4
- package/SCSS-Themes/tailwind-dark.scss +19 -4
- package/SCSS-Themes/tailwind.scss +19 -4
- package/package.json +1 -1
|
@@ -247,13 +247,15 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
247
247
|
$rte-big-table-dlg-max-height: 335px !default;
|
|
248
248
|
$rte-big-edit-table-dlg-max-height: 427px !default;
|
|
249
249
|
$rte-drop-text-width: 290px !default;
|
|
250
|
-
$rte-drop-text-height:
|
|
250
|
+
$rte-drop-text-height: 128px !default;
|
|
251
|
+
$rte-big-drop-text-height: 140px !default;
|
|
251
252
|
$rte-drop-text-mobile-width: 240px !default;
|
|
252
253
|
$rte-tbar-default-bg: $neutral-white;
|
|
253
254
|
$rte-droparea-line-height: 10;
|
|
254
255
|
$rte-droparea-browsebtn-height: 36px;
|
|
255
256
|
$rte-droparea-browsebtn-padding: 0 18px;
|
|
256
|
-
$rte-droparea-browsebtn-top: -
|
|
257
|
+
$rte-droparea-browsebtn-top: -120px;
|
|
258
|
+
$rte-big-droparea-browsebtn-top: -120px;
|
|
257
259
|
$rte-insert-dialog-font-size: 15px;
|
|
258
260
|
$rte-big-insert-dialog-font-size: 15px;
|
|
259
261
|
$rte-table-popup-tablecell-height: 14px;
|
|
@@ -443,6 +445,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
443
445
|
.e-rte-content .e-content {
|
|
444
446
|
font-size: $rte-big-content-font-size;
|
|
445
447
|
}
|
|
448
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
449
|
+
.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
450
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
451
|
+
top: $rte-big-droparea-browsebtn-top;
|
|
452
|
+
}
|
|
446
453
|
}
|
|
447
454
|
|
|
448
455
|
.e-richtexteditor {
|
|
@@ -1415,7 +1422,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1415
1422
|
|
|
1416
1423
|
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1417
1424
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
1418
|
-
top: -
|
|
1425
|
+
top: $rte-droparea-browsebtn-top;
|
|
1419
1426
|
}
|
|
1420
1427
|
|
|
1421
1428
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
@@ -2990,7 +2997,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2990
2997
|
}
|
|
2991
2998
|
|
|
2992
2999
|
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2993
|
-
height:
|
|
3000
|
+
height: $rte-drop-text-height;
|
|
3001
|
+
}
|
|
3002
|
+
|
|
3003
|
+
.e-bigger .e-richtexteditor {
|
|
3004
|
+
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
3005
|
+
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3006
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
3007
|
+
height: $rte-big-drop-text-height;
|
|
3008
|
+
}
|
|
2994
3009
|
}
|
|
2995
3010
|
|
|
2996
3011
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
@@ -137,7 +137,8 @@ $rte-default-character-count-opacity: .8;
|
|
|
137
137
|
$rte-droparea-line-height: 10;
|
|
138
138
|
$rte-droparea-browsebtn-height: 36px;
|
|
139
139
|
$rte-droparea-browsebtn-padding: 0 18px;
|
|
140
|
-
$rte-droparea-browsebtn-top: -
|
|
140
|
+
$rte-droparea-browsebtn-top: -120px;
|
|
141
|
+
$rte-big-droparea-browsebtn-top: -120px;
|
|
141
142
|
$rte-insert-dialog-font-size: 15px;
|
|
142
143
|
$rte-big-insert-dialog-font-size: 15px;
|
|
143
144
|
$rte-table-popup-tablecell-height: 14px;
|
|
@@ -221,7 +222,7 @@ $rte-font-family: $font-family !default;
|
|
|
221
222
|
$rte-content-color: $content-text-color !default;
|
|
222
223
|
$rte-content-blockquote-border-left-color: solid 2px $content-text-color !default;
|
|
223
224
|
$rte-dropdown-selection-bgcolor: $secondary-bg-color-pressed !default;
|
|
224
|
-
$rte-ext-tbar-overlay-icons-color: $icon-color
|
|
225
|
+
$rte-ext-tbar-overlay-icons-color: $icon-color !default;
|
|
225
226
|
$rte-overlay-color: $overlay-bg-color !default;
|
|
226
227
|
$rte-dropdown-selection-color: $secondary-text-color-pressed !default;
|
|
227
228
|
$rte-anchor-color: $primary !default;
|
|
@@ -279,7 +280,8 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
279
280
|
$rte-big-table-dlg-max-height: 306px !default;
|
|
280
281
|
$rte-big-edit-table-dlg-max-height: 388px !default;
|
|
281
282
|
$rte-drop-text-width: 292px !default;
|
|
282
|
-
$rte-drop-text-height:
|
|
283
|
+
$rte-drop-text-height: 128px !default;
|
|
284
|
+
$rte-big-drop-text-height: 140px !default;
|
|
283
285
|
$rte-drop-text-mobile-width: 242px !default;
|
|
284
286
|
$rte-tbar-default-bg: $content-bg-color-alt2;
|
|
285
287
|
$rte-big-insert-dialog-label-padding-top: 12px;
|
|
@@ -449,6 +451,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
449
451
|
.e-rte-content .e-content {
|
|
450
452
|
font-size: $rte-big-content-font-size;
|
|
451
453
|
}
|
|
454
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
455
|
+
.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
456
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
457
|
+
top: $rte-big-droparea-browsebtn-top;
|
|
458
|
+
}
|
|
452
459
|
}
|
|
453
460
|
|
|
454
461
|
.e-richtexteditor {
|
|
@@ -1421,7 +1428,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1421
1428
|
|
|
1422
1429
|
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1423
1430
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
1424
|
-
top: -
|
|
1431
|
+
top: $rte-droparea-browsebtn-top;
|
|
1425
1432
|
}
|
|
1426
1433
|
|
|
1427
1434
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
@@ -2996,7 +3003,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2996
3003
|
}
|
|
2997
3004
|
|
|
2998
3005
|
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2999
|
-
height:
|
|
3006
|
+
height: $rte-drop-text-height;
|
|
3007
|
+
}
|
|
3008
|
+
|
|
3009
|
+
.e-bigger .e-richtexteditor {
|
|
3010
|
+
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
3011
|
+
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3012
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
3013
|
+
height: $rte-big-drop-text-height;
|
|
3014
|
+
}
|
|
3000
3015
|
}
|
|
3001
3016
|
|
|
3002
3017
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
@@ -137,7 +137,8 @@ $rte-default-character-count-opacity: .8;
|
|
|
137
137
|
$rte-droparea-line-height: 10;
|
|
138
138
|
$rte-droparea-browsebtn-height: 36px;
|
|
139
139
|
$rte-droparea-browsebtn-padding: 0 18px;
|
|
140
|
-
$rte-droparea-browsebtn-top: -
|
|
140
|
+
$rte-droparea-browsebtn-top: -120px;
|
|
141
|
+
$rte-big-droparea-browsebtn-top: -120px;
|
|
141
142
|
$rte-insert-dialog-font-size: 15px;
|
|
142
143
|
$rte-big-insert-dialog-font-size: 15px;
|
|
143
144
|
$rte-table-popup-tablecell-height: 14px;
|
|
@@ -221,7 +222,7 @@ $rte-font-family: $font-family !default;
|
|
|
221
222
|
$rte-content-color: $content-text-color !default;
|
|
222
223
|
$rte-content-blockquote-border-left-color: solid 2px $content-text-color !default;
|
|
223
224
|
$rte-dropdown-selection-bgcolor: $secondary-bg-color-pressed !default;
|
|
224
|
-
$rte-ext-tbar-overlay-icons-color: $icon-color
|
|
225
|
+
$rte-ext-tbar-overlay-icons-color: $icon-color !default;
|
|
225
226
|
$rte-overlay-color: $overlay-bg-color !default;
|
|
226
227
|
$rte-dropdown-selection-color: $secondary-text-color-pressed !default;
|
|
227
228
|
$rte-anchor-color: $primary !default;
|
|
@@ -279,7 +280,8 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
279
280
|
$rte-big-table-dlg-max-height: 306px !default;
|
|
280
281
|
$rte-big-edit-table-dlg-max-height: 388px !default;
|
|
281
282
|
$rte-drop-text-width: 292px !default;
|
|
282
|
-
$rte-drop-text-height:
|
|
283
|
+
$rte-drop-text-height: 128px !default;
|
|
284
|
+
$rte-big-drop-text-height: 140px !default;
|
|
283
285
|
$rte-drop-text-mobile-width: 242px !default;
|
|
284
286
|
$rte-tbar-default-bg: $content-bg-color-alt2;
|
|
285
287
|
$rte-big-insert-dialog-label-padding-top: 12px;
|
|
@@ -449,6 +451,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
449
451
|
.e-rte-content .e-content {
|
|
450
452
|
font-size: $rte-big-content-font-size;
|
|
451
453
|
}
|
|
454
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
455
|
+
.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
456
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
457
|
+
top: $rte-big-droparea-browsebtn-top;
|
|
458
|
+
}
|
|
452
459
|
}
|
|
453
460
|
|
|
454
461
|
.e-richtexteditor {
|
|
@@ -1421,7 +1428,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1421
1428
|
|
|
1422
1429
|
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1423
1430
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
1424
|
-
top: -
|
|
1431
|
+
top: $rte-droparea-browsebtn-top;
|
|
1425
1432
|
}
|
|
1426
1433
|
|
|
1427
1434
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
@@ -2996,7 +3003,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2996
3003
|
}
|
|
2997
3004
|
|
|
2998
3005
|
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2999
|
-
height:
|
|
3006
|
+
height: $rte-drop-text-height;
|
|
3007
|
+
}
|
|
3008
|
+
|
|
3009
|
+
.e-bigger .e-richtexteditor {
|
|
3010
|
+
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
3011
|
+
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3012
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
3013
|
+
height: $rte-big-drop-text-height;
|
|
3014
|
+
}
|
|
3000
3015
|
}
|
|
3001
3016
|
|
|
3002
3017
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
@@ -251,13 +251,15 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
251
251
|
$rte-big-table-dlg-max-height: 309px !default;
|
|
252
252
|
$rte-big-edit-table-dlg-max-height: 400px !default;
|
|
253
253
|
$rte-drop-text-width: 288px !default;
|
|
254
|
-
$rte-drop-text-height:
|
|
254
|
+
$rte-drop-text-height: 128px !default;
|
|
255
|
+
$rte-big-drop-text-height: 140px !default;
|
|
255
256
|
$rte-drop-text-mobile-width: 238px !default;
|
|
256
257
|
$rte-tbar-default-bg: $bg-base-0;
|
|
257
258
|
$rte-droparea-line-height: 10;
|
|
258
259
|
$rte-droparea-browsebtn-height: 36px;
|
|
259
260
|
$rte-droparea-browsebtn-padding: 0 18px;
|
|
260
|
-
$rte-droparea-browsebtn-top: -
|
|
261
|
+
$rte-droparea-browsebtn-top: -120px;
|
|
262
|
+
$rte-big-droparea-browsebtn-top: -120px;
|
|
261
263
|
$rte-insert-dialog-font-size: 15px;
|
|
262
264
|
$rte-big-insert-dialog-font-size: 15px;
|
|
263
265
|
$rte-table-popup-tablecell-height: 14px;
|
|
@@ -443,6 +445,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
443
445
|
.e-rte-content .e-content {
|
|
444
446
|
font-size: $rte-big-content-font-size;
|
|
445
447
|
}
|
|
448
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
449
|
+
.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
450
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
451
|
+
top: $rte-big-droparea-browsebtn-top;
|
|
452
|
+
}
|
|
446
453
|
}
|
|
447
454
|
|
|
448
455
|
.e-richtexteditor {
|
|
@@ -1415,7 +1422,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1415
1422
|
|
|
1416
1423
|
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1417
1424
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
1418
|
-
top: -
|
|
1425
|
+
top: $rte-droparea-browsebtn-top;
|
|
1419
1426
|
}
|
|
1420
1427
|
|
|
1421
1428
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
@@ -2990,7 +2997,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2990
2997
|
}
|
|
2991
2998
|
|
|
2992
2999
|
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2993
|
-
height:
|
|
3000
|
+
height: $rte-drop-text-height;
|
|
3001
|
+
}
|
|
3002
|
+
|
|
3003
|
+
.e-bigger .e-richtexteditor {
|
|
3004
|
+
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
3005
|
+
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3006
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
3007
|
+
height: $rte-big-drop-text-height;
|
|
3008
|
+
}
|
|
2994
3009
|
}
|
|
2995
3010
|
|
|
2996
3011
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
@@ -245,7 +245,8 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
245
245
|
$rte-big-table-dlg-max-height: 312px !default;
|
|
246
246
|
$rte-big-edit-table-dlg-max-height: 385px !default;
|
|
247
247
|
$rte-drop-text-width: 300px !default;
|
|
248
|
-
$rte-drop-text-height:
|
|
248
|
+
$rte-drop-text-height: 128px !default;
|
|
249
|
+
$rte-big-drop-text-height: 140px !default;
|
|
249
250
|
$rte-drop-text-mobile-width: 250px !default;
|
|
250
251
|
|
|
251
252
|
$rte-quick-toolbar-item-margin: 0 6px !default;
|
|
@@ -256,7 +257,8 @@ $rte-tbar-default-bg: $grey-900;
|
|
|
256
257
|
$rte-droparea-line-height: 10;
|
|
257
258
|
$rte-droparea-browsebtn-height: 36px;
|
|
258
259
|
$rte-droparea-browsebtn-padding: 0 18px;
|
|
259
|
-
$rte-droparea-browsebtn-top: -
|
|
260
|
+
$rte-droparea-browsebtn-top: -120px;
|
|
261
|
+
$rte-big-droparea-browsebtn-top: -120px;
|
|
260
262
|
$rte-insert-dialog-font-size: 15px;
|
|
261
263
|
$rte-big-insert-dialog-font-size: 15px;
|
|
262
264
|
$rte-table-popup-tablecell-height: 14px;
|
|
@@ -448,6 +450,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
448
450
|
.e-rte-content .e-content {
|
|
449
451
|
font-size: $rte-big-content-font-size;
|
|
450
452
|
}
|
|
453
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
454
|
+
.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
455
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
456
|
+
top: $rte-big-droparea-browsebtn-top;
|
|
457
|
+
}
|
|
451
458
|
}
|
|
452
459
|
|
|
453
460
|
.e-richtexteditor {
|
|
@@ -1420,7 +1427,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1420
1427
|
|
|
1421
1428
|
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1422
1429
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
1423
|
-
top: -
|
|
1430
|
+
top: $rte-droparea-browsebtn-top;
|
|
1424
1431
|
}
|
|
1425
1432
|
|
|
1426
1433
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
@@ -2995,7 +3002,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2995
3002
|
}
|
|
2996
3003
|
|
|
2997
3004
|
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2998
|
-
height:
|
|
3005
|
+
height: $rte-drop-text-height;
|
|
3006
|
+
}
|
|
3007
|
+
|
|
3008
|
+
.e-bigger .e-richtexteditor {
|
|
3009
|
+
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
3010
|
+
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3011
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
3012
|
+
height: $rte-big-drop-text-height;
|
|
3013
|
+
}
|
|
2999
3014
|
}
|
|
3000
3015
|
|
|
3001
3016
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
@@ -249,13 +249,15 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
249
249
|
$rte-big-table-dlg-max-height: 312px !default;
|
|
250
250
|
$rte-big-edit-table-dlg-max-height: 385px !default;
|
|
251
251
|
$rte-drop-text-width: 300px !default;
|
|
252
|
-
$rte-drop-text-height:
|
|
252
|
+
$rte-drop-text-height: 128px !default;
|
|
253
|
+
$rte-big-drop-text-height: 140px !default;
|
|
253
254
|
$rte-drop-text-mobile-width: 250px !default;
|
|
254
255
|
$rte-tbar-default-bg: $grey-50;
|
|
255
256
|
$rte-droparea-line-height: 10;
|
|
256
257
|
$rte-droparea-browsebtn-height: 36px;
|
|
257
258
|
$rte-droparea-browsebtn-padding: 0 18px;
|
|
258
|
-
$rte-droparea-browsebtn-top: -
|
|
259
|
+
$rte-droparea-browsebtn-top: -120px;
|
|
260
|
+
$rte-big-droparea-browsebtn-top: -120px;
|
|
259
261
|
$rte-insert-dialog-font-size: 15px;
|
|
260
262
|
$rte-big-insert-dialog-font-size: 15px;
|
|
261
263
|
$rte-table-popup-tablecell-height: 14px;
|
|
@@ -446,6 +448,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
446
448
|
.e-rte-content .e-content {
|
|
447
449
|
font-size: $rte-big-content-font-size;
|
|
448
450
|
}
|
|
451
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
452
|
+
.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
453
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
454
|
+
top: $rte-big-droparea-browsebtn-top;
|
|
455
|
+
}
|
|
449
456
|
}
|
|
450
457
|
|
|
451
458
|
.e-richtexteditor {
|
|
@@ -1418,7 +1425,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1418
1425
|
|
|
1419
1426
|
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1420
1427
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
1421
|
-
top: -
|
|
1428
|
+
top: $rte-droparea-browsebtn-top;
|
|
1422
1429
|
}
|
|
1423
1430
|
|
|
1424
1431
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
@@ -2993,7 +3000,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2993
3000
|
}
|
|
2994
3001
|
|
|
2995
3002
|
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2996
|
-
height:
|
|
3003
|
+
height: $rte-drop-text-height;
|
|
3004
|
+
}
|
|
3005
|
+
|
|
3006
|
+
.e-bigger .e-richtexteditor {
|
|
3007
|
+
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
3008
|
+
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3009
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
3010
|
+
height: $rte-big-drop-text-height;
|
|
3011
|
+
}
|
|
2997
3012
|
}
|
|
2998
3013
|
|
|
2999
3014
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
@@ -133,7 +133,8 @@ $rte-default-character-count-opacity: 1;
|
|
|
133
133
|
$rte-droparea-line-height: 10;
|
|
134
134
|
$rte-droparea-browsebtn-height: 32px;
|
|
135
135
|
$rte-droparea-browsebtn-padding: 6px 16px;
|
|
136
|
-
$rte-droparea-browsebtn-top: -
|
|
136
|
+
$rte-droparea-browsebtn-top: -120px;
|
|
137
|
+
$rte-big-droparea-browsebtn-top: -120px;
|
|
137
138
|
$rte-inline-dropdown-line-height: 14px !default;
|
|
138
139
|
$rte-big-inline-dropdown-line-height: 14px !default;
|
|
139
140
|
$rte-insert-dialog-font-size: 10px;
|
|
@@ -276,7 +277,8 @@ $rte-big-edit-table-dlg-max-height: 373px !default;
|
|
|
276
277
|
$toolbar-expand-icon-min-height: 40px !default;
|
|
277
278
|
$rte-align-caret-icon-min-width: 24px !default;
|
|
278
279
|
$rte-drop-text-width: 280px !default;
|
|
279
|
-
$rte-drop-text-height:
|
|
280
|
+
$rte-drop-text-height: 128px !default;
|
|
281
|
+
$rte-big-drop-text-height: 140px !default;
|
|
280
282
|
$rte-drop-text-mobile-width: 250px !default;
|
|
281
283
|
$rte-tbar-default-bg: $content-bg-color-alt2 !default;
|
|
282
284
|
$rte-extended-toolbar-items-padding: 0;
|
|
@@ -290,7 +292,7 @@ $rte-big-dropdown-btn-color-content-padding: 9.5px !default;
|
|
|
290
292
|
$rte-tb-expended-min-height: 48px !default;
|
|
291
293
|
$rte-big-tb-expended-min-height: 56px !default;
|
|
292
294
|
$rte-tb-expended-padding-left: 1px !default;
|
|
293
|
-
$rte-tb-expended-hover-padding-left:
|
|
295
|
+
$rte-tb-expended-hover-padding-left: 1px !default;
|
|
294
296
|
$rte-toolbar-expaned-minwidth: 18px !default;
|
|
295
297
|
|
|
296
298
|
$rte-emoji-pop-background: $flyout-bg-color;
|
|
@@ -448,6 +450,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
448
450
|
.e-rte-content .e-content {
|
|
449
451
|
font-size: $rte-big-content-font-size;
|
|
450
452
|
}
|
|
453
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
454
|
+
.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
455
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
456
|
+
top: $rte-big-droparea-browsebtn-top;
|
|
457
|
+
}
|
|
451
458
|
}
|
|
452
459
|
|
|
453
460
|
.e-richtexteditor {
|
|
@@ -1420,7 +1427,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1420
1427
|
|
|
1421
1428
|
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1422
1429
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
1423
|
-
top: -
|
|
1430
|
+
top: $rte-droparea-browsebtn-top;
|
|
1424
1431
|
}
|
|
1425
1432
|
|
|
1426
1433
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
@@ -2995,7 +3002,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2995
3002
|
}
|
|
2996
3003
|
|
|
2997
3004
|
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2998
|
-
height:
|
|
3005
|
+
height: $rte-drop-text-height;
|
|
3006
|
+
}
|
|
3007
|
+
|
|
3008
|
+
.e-bigger .e-richtexteditor {
|
|
3009
|
+
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
3010
|
+
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3011
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
3012
|
+
height: $rte-big-drop-text-height;
|
|
3013
|
+
}
|
|
2999
3014
|
}
|
|
3000
3015
|
|
|
3001
3016
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
@@ -133,7 +133,8 @@ $rte-default-character-count-opacity: 1;
|
|
|
133
133
|
$rte-droparea-line-height: 10;
|
|
134
134
|
$rte-droparea-browsebtn-height: 32px;
|
|
135
135
|
$rte-droparea-browsebtn-padding: 6px 16px;
|
|
136
|
-
$rte-droparea-browsebtn-top: -
|
|
136
|
+
$rte-droparea-browsebtn-top: -120px;
|
|
137
|
+
$rte-big-droparea-browsebtn-top: -120px;
|
|
137
138
|
$rte-inline-dropdown-line-height: 14px !default;
|
|
138
139
|
$rte-big-inline-dropdown-line-height: 14px !default;
|
|
139
140
|
$rte-insert-dialog-font-size: 10px;
|
|
@@ -276,7 +277,8 @@ $rte-big-edit-table-dlg-max-height: 373px !default;
|
|
|
276
277
|
$toolbar-expand-icon-min-height: 40px !default;
|
|
277
278
|
$rte-align-caret-icon-min-width: 24px !default;
|
|
278
279
|
$rte-drop-text-width: 280px !default;
|
|
279
|
-
$rte-drop-text-height:
|
|
280
|
+
$rte-drop-text-height: 128px !default;
|
|
281
|
+
$rte-big-drop-text-height: 140px !default;
|
|
280
282
|
$rte-drop-text-mobile-width: 250px !default;
|
|
281
283
|
$rte-tbar-default-bg: $content-bg-color-alt2 !default;
|
|
282
284
|
$rte-extended-toolbar-items-padding: 0;
|
|
@@ -290,7 +292,7 @@ $rte-big-dropdown-btn-color-content-padding: 9.5px !default;
|
|
|
290
292
|
$rte-tb-expended-min-height: 48px !default;
|
|
291
293
|
$rte-big-tb-expended-min-height: 56px !default;
|
|
292
294
|
$rte-tb-expended-padding-left: 1px !default;
|
|
293
|
-
$rte-tb-expended-hover-padding-left:
|
|
295
|
+
$rte-tb-expended-hover-padding-left: 1px !default;
|
|
294
296
|
$rte-toolbar-expaned-minwidth: 18px !default;
|
|
295
297
|
|
|
296
298
|
$rte-emoji-pop-background: $flyout-bg-color;
|
|
@@ -448,6 +450,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
448
450
|
.e-rte-content .e-content {
|
|
449
451
|
font-size: $rte-big-content-font-size;
|
|
450
452
|
}
|
|
453
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
454
|
+
.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
455
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
456
|
+
top: $rte-big-droparea-browsebtn-top;
|
|
457
|
+
}
|
|
451
458
|
}
|
|
452
459
|
|
|
453
460
|
.e-richtexteditor {
|
|
@@ -1420,7 +1427,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1420
1427
|
|
|
1421
1428
|
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1422
1429
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
1423
|
-
top: -
|
|
1430
|
+
top: $rte-droparea-browsebtn-top;
|
|
1424
1431
|
}
|
|
1425
1432
|
|
|
1426
1433
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
@@ -2995,7 +3002,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2995
3002
|
}
|
|
2996
3003
|
|
|
2997
3004
|
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2998
|
-
height:
|
|
3005
|
+
height: $rte-drop-text-height;
|
|
3006
|
+
}
|
|
3007
|
+
|
|
3008
|
+
.e-bigger .e-richtexteditor {
|
|
3009
|
+
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
3010
|
+
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3011
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
3012
|
+
height: $rte-big-drop-text-height;
|
|
3013
|
+
}
|
|
2999
3014
|
}
|
|
3000
3015
|
|
|
3001
3016
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
@@ -136,7 +136,8 @@ $rte-default-character-count-opacity: 1;
|
|
|
136
136
|
$rte-droparea-line-height: 10;
|
|
137
137
|
$rte-droparea-browsebtn-height: 36px;
|
|
138
138
|
$rte-droparea-browsebtn-padding: 0 18px;
|
|
139
|
-
$rte-droparea-browsebtn-top: -
|
|
139
|
+
$rte-droparea-browsebtn-top: -120px;
|
|
140
|
+
$rte-big-droparea-browsebtn-top: -120px;
|
|
140
141
|
$rte-insert-dialog-font-size: 15px;
|
|
141
142
|
$rte-big-insert-dialog-font-size: 15px;
|
|
142
143
|
$rte-table-popup-tablecell-height: 14px;
|
|
@@ -272,7 +273,8 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
272
273
|
$rte-big-table-dlg-max-height: 283px !default;
|
|
273
274
|
$rte-big-edit-table-dlg-max-height: 388px !default;
|
|
274
275
|
$rte-drop-text-width: 300px !default;
|
|
275
|
-
$rte-drop-text-height:
|
|
276
|
+
$rte-drop-text-height: 128px !default;
|
|
277
|
+
$rte-big-drop-text-height: 140px !default;
|
|
276
278
|
$rte-drop-text-mobile-width: 250px !default;
|
|
277
279
|
$rte-tbar-default-bg: $content-bg-color-alt2;
|
|
278
280
|
$rte-big-insert-dialog-label-padding-top: 12px;
|
|
@@ -443,6 +445,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
443
445
|
.e-rte-content .e-content {
|
|
444
446
|
font-size: $rte-big-content-font-size;
|
|
445
447
|
}
|
|
448
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
449
|
+
.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
450
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
451
|
+
top: $rte-big-droparea-browsebtn-top;
|
|
452
|
+
}
|
|
446
453
|
}
|
|
447
454
|
|
|
448
455
|
.e-richtexteditor {
|
|
@@ -1415,7 +1422,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1415
1422
|
|
|
1416
1423
|
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1417
1424
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
1418
|
-
top: -
|
|
1425
|
+
top: $rte-droparea-browsebtn-top;
|
|
1419
1426
|
}
|
|
1420
1427
|
|
|
1421
1428
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
@@ -2990,7 +2997,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2990
2997
|
}
|
|
2991
2998
|
|
|
2992
2999
|
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2993
|
-
height:
|
|
3000
|
+
height: $rte-drop-text-height;
|
|
3001
|
+
}
|
|
3002
|
+
|
|
3003
|
+
.e-bigger .e-richtexteditor {
|
|
3004
|
+
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
3005
|
+
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3006
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
3007
|
+
height: $rte-big-drop-text-height;
|
|
3008
|
+
}
|
|
2994
3009
|
}
|
|
2995
3010
|
|
|
2996
3011
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
@@ -136,7 +136,8 @@ $rte-default-character-count-opacity: 1;
|
|
|
136
136
|
$rte-droparea-line-height: 10;
|
|
137
137
|
$rte-droparea-browsebtn-height: 36px;
|
|
138
138
|
$rte-droparea-browsebtn-padding: 0 18px;
|
|
139
|
-
$rte-droparea-browsebtn-top: -
|
|
139
|
+
$rte-droparea-browsebtn-top: -120px;
|
|
140
|
+
$rte-big-droparea-browsebtn-top: -120px;
|
|
140
141
|
$rte-insert-dialog-font-size: 15px;
|
|
141
142
|
$rte-big-insert-dialog-font-size: 15px;
|
|
142
143
|
$rte-table-popup-tablecell-height: 14px;
|
|
@@ -272,7 +273,8 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
272
273
|
$rte-big-table-dlg-max-height: 283px !default;
|
|
273
274
|
$rte-big-edit-table-dlg-max-height: 388px !default;
|
|
274
275
|
$rte-drop-text-width: 300px !default;
|
|
275
|
-
$rte-drop-text-height:
|
|
276
|
+
$rte-drop-text-height: 128px !default;
|
|
277
|
+
$rte-big-drop-text-height: 140px !default;
|
|
276
278
|
$rte-drop-text-mobile-width: 250px !default;
|
|
277
279
|
$rte-tbar-default-bg: $content-bg-color-alt2;
|
|
278
280
|
$rte-big-insert-dialog-label-padding-top: 12px;
|
|
@@ -443,6 +445,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
443
445
|
.e-rte-content .e-content {
|
|
444
446
|
font-size: $rte-big-content-font-size;
|
|
445
447
|
}
|
|
448
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
449
|
+
.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
450
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
451
|
+
top: $rte-big-droparea-browsebtn-top;
|
|
452
|
+
}
|
|
446
453
|
}
|
|
447
454
|
|
|
448
455
|
.e-richtexteditor {
|
|
@@ -1415,7 +1422,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1415
1422
|
|
|
1416
1423
|
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1417
1424
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
1418
|
-
top: -
|
|
1425
|
+
top: $rte-droparea-browsebtn-top;
|
|
1419
1426
|
}
|
|
1420
1427
|
|
|
1421
1428
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
@@ -2990,7 +2997,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2990
2997
|
}
|
|
2991
2998
|
|
|
2992
2999
|
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2993
|
-
height:
|
|
3000
|
+
height: $rte-drop-text-height;
|
|
3001
|
+
}
|
|
3002
|
+
|
|
3003
|
+
.e-bigger .e-richtexteditor {
|
|
3004
|
+
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
3005
|
+
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3006
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
3007
|
+
height: $rte-big-drop-text-height;
|
|
3008
|
+
}
|
|
2994
3009
|
}
|
|
2995
3010
|
|
|
2996
3011
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
@@ -89610,7 +89610,8 @@ $rte-default-character-count-opacity: 1;
|
|
|
89610
89610
|
$rte-droparea-line-height: 10;
|
|
89611
89611
|
$rte-droparea-browsebtn-height: 36px;
|
|
89612
89612
|
$rte-droparea-browsebtn-padding: 0 18px;
|
|
89613
|
-
$rte-droparea-browsebtn-top: -
|
|
89613
|
+
$rte-droparea-browsebtn-top: -120px;
|
|
89614
|
+
$rte-big-droparea-browsebtn-top: -120px;
|
|
89614
89615
|
$rte-insert-dialog-font-size: 15px;
|
|
89615
89616
|
$rte-big-insert-dialog-font-size: 15px;
|
|
89616
89617
|
$rte-table-popup-tablecell-height: 14px;
|
|
@@ -89746,7 +89747,8 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
89746
89747
|
$rte-big-table-dlg-max-height: 283px !default;
|
|
89747
89748
|
$rte-big-edit-table-dlg-max-height: 388px !default;
|
|
89748
89749
|
$rte-drop-text-width: 300px !default;
|
|
89749
|
-
$rte-drop-text-height:
|
|
89750
|
+
$rte-drop-text-height: 128px !default;
|
|
89751
|
+
$rte-big-drop-text-height: 140px !default;
|
|
89750
89752
|
$rte-drop-text-mobile-width: 250px !default;
|
|
89751
89753
|
$rte-tbar-default-bg: $content-bg-color-alt2;
|
|
89752
89754
|
$rte-big-insert-dialog-label-padding-top: 12px;
|
|
@@ -89917,6 +89919,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
89917
89919
|
.e-rte-content .e-content {
|
|
89918
89920
|
font-size: $rte-big-content-font-size;
|
|
89919
89921
|
}
|
|
89922
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
89923
|
+
.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
89924
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
89925
|
+
top: $rte-big-droparea-browsebtn-top;
|
|
89926
|
+
}
|
|
89920
89927
|
}
|
|
89921
89928
|
|
|
89922
89929
|
.e-richtexteditor {
|
|
@@ -90889,7 +90896,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90889
90896
|
|
|
90890
90897
|
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
90891
90898
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
90892
|
-
top: -
|
|
90899
|
+
top: $rte-droparea-browsebtn-top;
|
|
90893
90900
|
}
|
|
90894
90901
|
|
|
90895
90902
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
@@ -92464,7 +92471,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92464
92471
|
}
|
|
92465
92472
|
|
|
92466
92473
|
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
92467
|
-
height:
|
|
92474
|
+
height: $rte-drop-text-height;
|
|
92475
|
+
}
|
|
92476
|
+
|
|
92477
|
+
.e-bigger .e-richtexteditor {
|
|
92478
|
+
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92479
|
+
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92480
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
92481
|
+
height: $rte-big-drop-text-height;
|
|
92482
|
+
}
|
|
92468
92483
|
}
|
|
92469
92484
|
|
|
92470
92485
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|