@syncfusion/ej2-inplace-editor 32.1.19 → 32.1.24
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/.eslintrc.json +31 -4
- package/README.md +1 -1
- package/aceconfig.js +17 -0
- package/dist/ej2-inplace-editor.min.js +9 -0
- package/dist/ej2-inplace-editor.umd.min.js +9 -0
- package/dist/global/ej2-inplace-editor.min.js +9 -0
- package/dist/global/index.d.ts +9 -0
- package/package.json +13 -13
- package/styles/bds-lite.css +8 -0
- package/styles/bds-lite.scss +1 -1
- package/styles/bds.css +12 -0
- package/styles/bds.scss +2 -2
- package/styles/bootstrap-dark-lite.css +16 -0
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-dark.css +24 -0
- package/styles/bootstrap-dark.scss +2 -2
- package/styles/bootstrap-lite.css +16 -0
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap.css +24 -0
- package/styles/bootstrap.scss +2 -2
- package/styles/bootstrap4-lite.css +19 -3
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap4.css +27 -3
- package/styles/bootstrap4.scss +2 -2
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-dark.scss +2 -2
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.css +168 -0
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/bootstrap5.3.css +252 -0
- package/styles/bootstrap5.3.scss +2 -2
- package/styles/bootstrap5.scss +2 -2
- package/styles/fabric-dark-lite.css +16 -0
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-dark.css +24 -0
- package/styles/fabric-dark.scss +2 -2
- package/styles/fabric-lite.css +16 -0
- package/styles/fabric-lite.scss +1 -1
- package/styles/fabric.css +24 -0
- package/styles/fabric.scss +2 -2
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-dark.scss +2 -2
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent.scss +2 -2
- package/styles/fluent2-lite.css +172 -0
- package/styles/fluent2-lite.scss +1 -1
- package/styles/fluent2.css +258 -0
- package/styles/fluent2.scss +2 -2
- package/styles/highcontrast-light-lite.css +16 -0
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-light.css +24 -0
- package/styles/highcontrast-light.scss +2 -2
- package/styles/highcontrast-lite.css +16 -0
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/highcontrast.css +24 -0
- package/styles/highcontrast.scss +2 -2
- package/styles/inplace-editor/_all.bds.scss +2 -0
- package/styles/inplace-editor/_all.bootstrap-dark.scss +2 -0
- package/styles/inplace-editor/_all.bootstrap.scss +2 -0
- package/styles/inplace-editor/_all.bootstrap4.scss +2 -0
- package/styles/inplace-editor/_all.bootstrap5-dark.scss +2 -0
- package/styles/inplace-editor/_all.bootstrap5.3.scss +2 -0
- package/styles/inplace-editor/_all.bootstrap5.scss +2 -0
- package/styles/inplace-editor/_all.fabric-dark.scss +2 -0
- package/styles/inplace-editor/_all.fabric.scss +2 -0
- package/styles/inplace-editor/_all.fluent-dark.scss +2 -0
- package/styles/inplace-editor/_all.fluent.scss +2 -0
- package/styles/inplace-editor/_all.fluent2.scss +2 -0
- package/styles/inplace-editor/_all.highcontrast-light.scss +2 -0
- package/styles/inplace-editor/_all.highcontrast.scss +2 -0
- package/styles/inplace-editor/_all.material-dark.scss +2 -0
- package/styles/inplace-editor/_all.material.scss +2 -0
- package/styles/inplace-editor/_all.material3-dark.scss +2 -0
- package/styles/inplace-editor/_all.material3.scss +2 -0
- package/styles/inplace-editor/_all.tailwind-dark.scss +2 -0
- package/styles/inplace-editor/_all.tailwind.scss +2 -0
- package/styles/inplace-editor/_all.tailwind3.scss +2 -0
- package/styles/inplace-editor/_bigger.bds.scss +3 -0
- package/styles/inplace-editor/_bigger.bootstrap-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.bootstrap.scss +3 -0
- package/styles/inplace-editor/_bigger.bootstrap4.scss +3 -0
- package/styles/inplace-editor/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.bootstrap5.3.scss +3 -0
- package/styles/inplace-editor/_bigger.bootstrap5.scss +3 -0
- package/styles/inplace-editor/_bigger.fabric-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.fabric.scss +3 -0
- package/styles/inplace-editor/_bigger.fluent-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.fluent.scss +3 -0
- package/styles/inplace-editor/_bigger.fluent2.scss +3 -0
- package/styles/inplace-editor/_bigger.highcontrast-light.scss +3 -0
- package/styles/inplace-editor/_bigger.highcontrast.scss +3 -0
- package/styles/inplace-editor/_bigger.material-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.material.scss +3 -0
- package/styles/inplace-editor/_bigger.material3-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.material3.scss +3 -0
- package/styles/inplace-editor/_bigger.scss +0 -1
- package/styles/inplace-editor/_bigger.tailwind-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.tailwind.scss +3 -0
- package/styles/inplace-editor/_bigger.tailwind3.scss +3 -0
- package/styles/inplace-editor/_layout.bds.scss +3 -0
- package/styles/inplace-editor/_layout.bootstrap-dark.scss +3 -0
- package/styles/inplace-editor/_layout.bootstrap.scss +3 -0
- package/styles/inplace-editor/_layout.bootstrap4.scss +3 -0
- package/styles/inplace-editor/_layout.bootstrap5-dark.scss +3 -0
- package/styles/inplace-editor/_layout.bootstrap5.3.scss +3 -0
- package/styles/inplace-editor/_layout.bootstrap5.scss +3 -0
- package/styles/inplace-editor/_layout.fabric-dark.scss +3 -0
- package/styles/inplace-editor/_layout.fabric.scss +3 -0
- package/styles/inplace-editor/_layout.fluent-dark.scss +3 -0
- package/styles/inplace-editor/_layout.fluent.scss +3 -0
- package/styles/inplace-editor/_layout.fluent2.scss +3 -0
- package/styles/inplace-editor/_layout.highcontrast-light.scss +3 -0
- package/styles/inplace-editor/_layout.highcontrast.scss +3 -0
- package/styles/inplace-editor/_layout.material-dark.scss +3 -0
- package/styles/inplace-editor/_layout.material.scss +3 -0
- package/styles/inplace-editor/_layout.material3-dark.scss +3 -0
- package/styles/inplace-editor/_layout.material3.scss +3 -0
- package/styles/inplace-editor/_layout.scss +0 -1
- package/styles/inplace-editor/_layout.tailwind-dark.scss +3 -0
- package/styles/inplace-editor/_layout.tailwind.scss +3 -0
- package/styles/inplace-editor/_layout.tailwind3.scss +3 -0
- package/styles/inplace-editor/_theme-variables.bds.scss +1 -0
- package/styles/inplace-editor/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.bootstrap.scss +1 -0
- package/styles/inplace-editor/_theme-variables.bootstrap4.scss +1 -0
- package/styles/inplace-editor/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/inplace-editor/_theme-variables.bootstrap5.scss +1 -0
- package/styles/inplace-editor/_theme-variables.fabric-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.fabric.scss +1 -0
- package/styles/inplace-editor/_theme-variables.fluent-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.fluent.scss +1 -0
- package/styles/inplace-editor/_theme-variables.fluent2.scss +1 -0
- package/styles/inplace-editor/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/inplace-editor/_theme-variables.highcontrast.scss +1 -0
- package/styles/inplace-editor/_theme-variables.material-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.material.scss +1 -0
- package/styles/inplace-editor/_theme-variables.material3-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.material3.scss +1 -0
- package/styles/inplace-editor/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.tailwind.scss +1 -0
- package/styles/inplace-editor/_theme.bds.scss +4 -0
- package/styles/inplace-editor/_theme.bootstrap-dark.scss +4 -0
- package/styles/inplace-editor/_theme.bootstrap.scss +4 -0
- package/styles/inplace-editor/_theme.bootstrap4.scss +4 -0
- package/styles/inplace-editor/_theme.bootstrap5-dark.scss +4 -0
- package/styles/inplace-editor/_theme.bootstrap5.3.scss +4 -0
- package/styles/inplace-editor/_theme.bootstrap5.scss +4 -0
- package/styles/inplace-editor/_theme.fabric-dark.scss +4 -0
- package/styles/inplace-editor/_theme.fabric.scss +4 -0
- package/styles/inplace-editor/_theme.fluent-dark.scss +4 -0
- package/styles/inplace-editor/_theme.fluent.scss +4 -0
- package/styles/inplace-editor/_theme.fluent2.scss +4 -0
- package/styles/inplace-editor/_theme.highcontrast-light.scss +4 -0
- package/styles/inplace-editor/_theme.highcontrast.scss +4 -0
- package/styles/inplace-editor/_theme.material-dark.scss +4 -0
- package/styles/inplace-editor/_theme.material.scss +4 -0
- package/styles/inplace-editor/_theme.material3-dark.scss +4 -0
- package/styles/inplace-editor/_theme.material3.scss +4 -0
- package/styles/inplace-editor/_theme.scss +0 -1
- package/styles/inplace-editor/_theme.tailwind-dark.scss +4 -0
- package/styles/inplace-editor/_theme.tailwind.scss +4 -0
- package/styles/inplace-editor/_theme.tailwind3.scss +4 -0
- package/styles/inplace-editor/bds.css +12 -0
- package/styles/inplace-editor/bds.scss +2 -2
- package/styles/inplace-editor/bootstrap-dark.css +24 -0
- package/styles/inplace-editor/bootstrap-dark.scss +2 -2
- package/styles/inplace-editor/bootstrap.css +24 -0
- package/styles/inplace-editor/bootstrap.scss +2 -2
- package/styles/inplace-editor/bootstrap4.css +27 -3
- package/styles/inplace-editor/bootstrap4.scss +2 -2
- package/styles/inplace-editor/bootstrap5-dark.scss +2 -2
- package/styles/inplace-editor/bootstrap5.3.css +252 -0
- package/styles/inplace-editor/bootstrap5.3.scss +2 -2
- package/styles/inplace-editor/bootstrap5.scss +2 -2
- package/styles/inplace-editor/fabric-dark.css +24 -0
- package/styles/inplace-editor/fabric-dark.scss +2 -2
- package/styles/inplace-editor/fabric.css +24 -0
- package/styles/inplace-editor/fabric.scss +2 -2
- package/styles/inplace-editor/fluent-dark.scss +2 -2
- package/styles/inplace-editor/fluent.scss +2 -2
- package/styles/inplace-editor/fluent2.css +258 -0
- package/styles/inplace-editor/fluent2.scss +2 -2
- package/styles/inplace-editor/highcontrast-light.css +24 -0
- package/styles/inplace-editor/highcontrast-light.scss +2 -2
- package/styles/inplace-editor/highcontrast.css +24 -0
- package/styles/inplace-editor/highcontrast.scss +2 -2
- package/styles/inplace-editor/material-dark.css +24 -0
- package/styles/inplace-editor/material-dark.scss +2 -2
- package/styles/inplace-editor/material.css +24 -0
- package/styles/inplace-editor/material.scss +2 -2
- package/styles/inplace-editor/material3-dark.css +246 -0
- package/styles/inplace-editor/material3-dark.scss +2 -2
- package/styles/inplace-editor/material3.css +252 -0
- package/styles/inplace-editor/material3.scss +2 -2
- package/styles/inplace-editor/tailwind-dark.scss +2 -2
- package/styles/inplace-editor/tailwind.scss +2 -2
- package/styles/inplace-editor/tailwind3.css +222 -0
- package/styles/inplace-editor/tailwind3.scss +2 -2
- package/styles/material-dark-lite.css +16 -0
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-dark.css +24 -0
- package/styles/material-dark.scss +2 -2
- package/styles/material-lite.css +16 -0
- package/styles/material-lite.scss +1 -1
- package/styles/material.css +24 -0
- package/styles/material.scss +2 -2
- package/styles/material3-dark-lite.css +164 -0
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-dark.css +246 -0
- package/styles/material3-dark.scss +2 -2
- package/styles/material3-lite.css +168 -0
- package/styles/material3-lite.scss +1 -1
- package/styles/material3.css +252 -0
- package/styles/material3.scss +2 -2
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-dark.scss +2 -2
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind.scss +2 -2
- package/styles/tailwind3-lite.css +148 -0
- package/styles/tailwind3-lite.scss +1 -1
- package/styles/tailwind3.css +222 -0
- package/styles/tailwind3.scss +2 -2
- package/tslint.json +111 -0
- /package/styles/inplace-editor/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bds-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bootstrap-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bootstrap-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bootstrap4-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bootstrap5-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bootstrap5.3-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bootstrap5-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_fabric-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_fabric-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_fluent-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_fluent-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_fluent2-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_highcontrast-light-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_highcontrast-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_material-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_material-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_material3-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_material3-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_tailwind-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_tailwind-definition';
|
|
@@ -389,6 +389,10 @@
|
|
|
389
389
|
content: "\e730";
|
|
390
390
|
}
|
|
391
391
|
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
392
396
|
.e-inplaceeditor {
|
|
393
397
|
display: inline-block;
|
|
394
398
|
position: relative;
|
|
@@ -748,6 +752,10 @@
|
|
|
748
752
|
min-height: 30px;
|
|
749
753
|
}
|
|
750
754
|
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
|
|
751
759
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
752
760
|
border-bottom: 1px dashed var(--color-sf-text-primary);
|
|
753
761
|
color: var(--color-sf-text-primary);
|
|
@@ -848,6 +856,10 @@
|
|
|
848
856
|
color: var(--color-sf-bg-secondary);
|
|
849
857
|
}
|
|
850
858
|
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
|
|
851
863
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
852
864
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
853
865
|
padding: 7px 12px 7px 12px;
|
|
@@ -156,6 +156,14 @@
|
|
|
156
156
|
content: "\e338";
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
+
/*! Bootstrap dark theme definitions and variables */
|
|
160
|
+
/*! Value element styles */
|
|
161
|
+
/*! Tooltip styles */
|
|
162
|
+
/*! Tip Content styles */
|
|
163
|
+
/*! Title styles */
|
|
164
|
+
/*! Wrapper styles */
|
|
165
|
+
/*! Component group styles */
|
|
166
|
+
/*! Button styles */
|
|
159
167
|
.e-inplaceeditor {
|
|
160
168
|
display: inline-block;
|
|
161
169
|
position: relative;
|
|
@@ -505,6 +513,14 @@
|
|
|
505
513
|
min-height: 60px;
|
|
506
514
|
}
|
|
507
515
|
|
|
516
|
+
/*! Bootstrap dark theme definitions and variables */
|
|
517
|
+
/*! Value element styles */
|
|
518
|
+
/*! Tooltip styles */
|
|
519
|
+
/*! Tip Content styles */
|
|
520
|
+
/*! Title styles */
|
|
521
|
+
/*! Wrapper styles */
|
|
522
|
+
/*! Component group styles */
|
|
523
|
+
/*! Button styles */
|
|
508
524
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
509
525
|
border-bottom: 1px dashed #f0f0f0;
|
|
510
526
|
color: #f0f0f0;
|
|
@@ -603,6 +619,14 @@
|
|
|
603
619
|
color: #414141;
|
|
604
620
|
}
|
|
605
621
|
|
|
622
|
+
/*! Bootstrap dark theme definitions and variables */
|
|
623
|
+
/*! Value element styles */
|
|
624
|
+
/*! Tooltip styles */
|
|
625
|
+
/*! Tip Content styles */
|
|
626
|
+
/*! Title styles */
|
|
627
|
+
/*! Wrapper styles */
|
|
628
|
+
/*! Component group styles */
|
|
629
|
+
/*! Button styles */
|
|
606
630
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
607
631
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
608
632
|
padding: 8px 12px;
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
@use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-dark-definition' as *;
|
|
24
24
|
@use 'bootstrap-dark-definition' as *;
|
|
25
25
|
@use 'icons/bootstrap-dark' as *;
|
|
26
|
-
@use 'all' as *;
|
|
27
|
-
@use 'bigger' as *;
|
|
26
|
+
@use 'all.bootstrap-dark' as *;
|
|
27
|
+
@use 'bigger.bootstrap-dark' as *;
|
|
@@ -235,6 +235,14 @@
|
|
|
235
235
|
content: "\e338";
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
+
/*! Bootstrap theme definitions and variables */
|
|
239
|
+
/*! Value element styles */
|
|
240
|
+
/*! Tooltip styles */
|
|
241
|
+
/*! Tip Content styles */
|
|
242
|
+
/*! Title styles */
|
|
243
|
+
/*! Wrapper styles */
|
|
244
|
+
/*! Component group styles */
|
|
245
|
+
/*! Button styles */
|
|
238
246
|
.e-inplaceeditor {
|
|
239
247
|
display: inline-block;
|
|
240
248
|
position: relative;
|
|
@@ -584,6 +592,14 @@
|
|
|
584
592
|
min-height: 60px;
|
|
585
593
|
}
|
|
586
594
|
|
|
595
|
+
/*! Bootstrap theme definitions and variables */
|
|
596
|
+
/*! Value element styles */
|
|
597
|
+
/*! Tooltip styles */
|
|
598
|
+
/*! Tip Content styles */
|
|
599
|
+
/*! Title styles */
|
|
600
|
+
/*! Wrapper styles */
|
|
601
|
+
/*! Component group styles */
|
|
602
|
+
/*! Button styles */
|
|
587
603
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
588
604
|
border-bottom: 1px dashed #333;
|
|
589
605
|
color: #333;
|
|
@@ -682,6 +698,14 @@
|
|
|
682
698
|
color: #eee;
|
|
683
699
|
}
|
|
684
700
|
|
|
701
|
+
/*! Bootstrap theme definitions and variables */
|
|
702
|
+
/*! Value element styles */
|
|
703
|
+
/*! Tooltip styles */
|
|
704
|
+
/*! Tip Content styles */
|
|
705
|
+
/*! Title styles */
|
|
706
|
+
/*! Wrapper styles */
|
|
707
|
+
/*! Component group styles */
|
|
708
|
+
/*! Button styles */
|
|
685
709
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
686
710
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
687
711
|
padding: 8px 12px;
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
border-top-left-radius: 4px;
|
|
207
207
|
border-top-right-radius: 4px;
|
|
208
208
|
}
|
|
209
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
209
|
+
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons {
|
|
210
210
|
color: #fff;
|
|
211
211
|
}
|
|
212
212
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn {
|
|
@@ -224,10 +224,10 @@
|
|
|
224
224
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn {
|
|
225
225
|
border: 1px solid transparent;
|
|
226
226
|
}
|
|
227
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn.e-active {
|
|
227
|
+
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-overlay) .e-control.e-tbar-btn.e-dropdown-btn.e-active {
|
|
228
228
|
border-radius: 4px;
|
|
229
229
|
}
|
|
230
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn.e-active .e-icons {
|
|
230
|
+
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-overlay) .e-control.e-tbar-btn.e-dropdown-btn.e-active .e-icons {
|
|
231
231
|
color: #fff;
|
|
232
232
|
}
|
|
233
233
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn.e-icon-btn {
|
|
@@ -384,6 +384,14 @@
|
|
|
384
384
|
content: "\e78f";
|
|
385
385
|
}
|
|
386
386
|
|
|
387
|
+
/*! Bootstrap4 theme definitions and variables */
|
|
388
|
+
/*! Value element styles */
|
|
389
|
+
/*! Tooltip styles */
|
|
390
|
+
/*! Tip Content styles */
|
|
391
|
+
/*! Title styles */
|
|
392
|
+
/*! Wrapper styles */
|
|
393
|
+
/*! Component group styles */
|
|
394
|
+
/*! Button styles */
|
|
387
395
|
.e-inplaceeditor {
|
|
388
396
|
display: inline-block;
|
|
389
397
|
position: relative;
|
|
@@ -735,6 +743,14 @@
|
|
|
735
743
|
min-height: 60px;
|
|
736
744
|
}
|
|
737
745
|
|
|
746
|
+
/*! Bootstrap4 theme definitions and variables */
|
|
747
|
+
/*! Value element styles */
|
|
748
|
+
/*! Tooltip styles */
|
|
749
|
+
/*! Tip Content styles */
|
|
750
|
+
/*! Title styles */
|
|
751
|
+
/*! Wrapper styles */
|
|
752
|
+
/*! Component group styles */
|
|
753
|
+
/*! Button styles */
|
|
738
754
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
739
755
|
border-bottom: 1px dashed #495057;
|
|
740
756
|
color: #495057;
|
|
@@ -881,6 +897,14 @@
|
|
|
881
897
|
color: rgb(242.05, 243.9, 245.75);
|
|
882
898
|
}
|
|
883
899
|
|
|
900
|
+
/*! Bootstrap4 theme definitions and variables */
|
|
901
|
+
/*! Value element styles */
|
|
902
|
+
/*! Tooltip styles */
|
|
903
|
+
/*! Tip Content styles */
|
|
904
|
+
/*! Title styles */
|
|
905
|
+
/*! Wrapper styles */
|
|
906
|
+
/*! Component group styles */
|
|
907
|
+
/*! Button styles */
|
|
884
908
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
885
909
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
886
910
|
padding: 8px 12px;
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
@use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5-dark-definition' as *;
|
|
24
24
|
@use 'bootstrap5-dark-definition' as *;
|
|
25
25
|
@use 'icons/bootstrap5-dark' as *;
|
|
26
|
-
@use 'all' as *;
|
|
27
|
-
@use 'bigger' as *;
|
|
26
|
+
@use 'all.bootstrap5-dark' as *;
|
|
27
|
+
@use 'bigger.bootstrap5-dark' as *;
|