@syncfusion/ej2-richtexteditor 24.2.7 → 24.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/dist/ej2-richtexteditor.min.js +2 -2
- package/dist/ej2-richtexteditor.umd.min.js +2 -2
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +341 -157
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +342 -156
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/dist/global/ej2-richtexteditor.min.js +2 -2
- package/dist/global/ej2-richtexteditor.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +8 -8
- package/src/editor-manager/plugin/dom-node.js +3 -1
- package/src/editor-manager/plugin/format-painter-actions.d.ts +1 -0
- package/src/editor-manager/plugin/format-painter-actions.js +18 -0
- package/src/editor-manager/plugin/inserthtml.js +9 -1
- package/src/editor-manager/plugin/lists.js +79 -70
- package/src/editor-manager/plugin/ms-word-clean-up.d.ts +1 -0
- package/src/editor-manager/plugin/ms-word-clean-up.js +22 -1
- package/src/rich-text-editor/actions/base-quick-toolbar.js +5 -2
- package/src/rich-text-editor/actions/color-picker.d.ts +1 -0
- package/src/rich-text-editor/actions/color-picker.js +10 -0
- package/src/rich-text-editor/actions/emoji-picker.js +1 -1
- package/src/rich-text-editor/actions/enter-key.js +2 -2
- package/src/rich-text-editor/actions/html-editor.js +10 -5
- package/src/rich-text-editor/actions/quick-toolbar.js +1 -1
- package/src/rich-text-editor/actions/toolbar.js +3 -0
- package/src/rich-text-editor/base/constant.d.ts +5 -0
- package/src/rich-text-editor/base/constant.js +5 -0
- package/src/rich-text-editor/base/rich-text-editor.js +21 -5
- package/src/rich-text-editor/models/default-locale.js +1 -1
- package/src/rich-text-editor/renderer/dialog-renderer.js +5 -1
- package/src/rich-text-editor/renderer/iframe-content-renderer.js +1 -1
- package/src/rich-text-editor/renderer/image-module.js +28 -7
- package/src/rich-text-editor/renderer/table-module.d.ts +3 -1
- package/src/rich-text-editor/renderer/table-module.js +111 -50
- package/src/rich-text-editor/renderer/toolbar-renderer.js +13 -13
- package/styles/bootstrap-dark.css +32 -13
- package/styles/bootstrap.css +36 -20
- package/styles/bootstrap4.css +18 -3
- package/styles/bootstrap5-dark.css +22 -9
- package/styles/bootstrap5.css +22 -9
- package/styles/fabric-dark.css +18 -3
- package/styles/fabric.css +18 -3
- package/styles/fluent-dark.css +24 -3
- package/styles/fluent.css +24 -3
- package/styles/highcontrast-light.css +18 -3
- package/styles/highcontrast.css +21 -3
- package/styles/material-dark.css +22 -3
- package/styles/material.css +22 -3
- package/styles/material3-dark.css +19 -4
- package/styles/material3.css +19 -4
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +8 -8
- package/styles/rich-text-editor/_bootstrap-definition.scss +14 -14
- package/styles/rich-text-editor/_layout.scss +11 -0
- package/styles/rich-text-editor/_material3-definition.scss +1 -1
- package/styles/rich-text-editor/_theme.scss +47 -13
- package/styles/rich-text-editor/bootstrap-dark.css +32 -13
- package/styles/rich-text-editor/bootstrap.css +36 -20
- package/styles/rich-text-editor/bootstrap4.css +18 -3
- package/styles/rich-text-editor/bootstrap5-dark.css +22 -9
- package/styles/rich-text-editor/bootstrap5.css +22 -9
- package/styles/rich-text-editor/fabric-dark.css +18 -3
- package/styles/rich-text-editor/fabric.css +18 -3
- package/styles/rich-text-editor/fluent-dark.css +24 -3
- package/styles/rich-text-editor/fluent.css +24 -3
- package/styles/rich-text-editor/highcontrast-light.css +18 -3
- package/styles/rich-text-editor/highcontrast.css +21 -3
- package/styles/rich-text-editor/material-dark.css +22 -3
- package/styles/rich-text-editor/material.css +22 -3
- package/styles/rich-text-editor/material3-dark.css +19 -4
- package/styles/rich-text-editor/material3.css +19 -4
- package/styles/rich-text-editor/tailwind-dark.css +30 -3
- package/styles/rich-text-editor/tailwind.css +30 -3
- package/styles/tailwind-dark.css +30 -3
- package/styles/tailwind.css +30 -3
- package/.github/PULL_REQUEST_TEMPLATE/Bug.md +0 -41
- package/.github/PULL_REQUEST_TEMPLATE/Feature.md +0 -27
package/styles/bootstrap.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-dropdown-btn.e-active.e-tbar-btn {
|
|
2
2
|
background: #e6e6e6;
|
|
3
|
-
border:
|
|
4
|
-
padding-left:
|
|
5
|
-
padding-right:
|
|
3
|
+
border: 0;
|
|
4
|
+
padding-left: 9px;
|
|
5
|
+
padding-right: 3.5px;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.e-bigger .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn.e-active {
|
|
@@ -592,8 +592,8 @@
|
|
|
592
592
|
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
|
|
593
593
|
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
|
|
594
594
|
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active {
|
|
595
|
-
padding-left:
|
|
596
|
-
padding-right:
|
|
595
|
+
padding-left: 12px;
|
|
596
|
+
padding-right: 7px;
|
|
597
597
|
}
|
|
598
598
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
|
|
599
599
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
|
|
604
604
|
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
|
|
605
605
|
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
|
|
606
|
-
padding: 0
|
|
606
|
+
padding: 0 7px;
|
|
607
607
|
}
|
|
608
608
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-dropdown-btn .e-rte-color-content,
|
|
609
609
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-dropdown-btn .e-rte-color-content,
|
|
@@ -839,8 +839,8 @@
|
|
|
839
839
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover,
|
|
840
840
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus,
|
|
841
841
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active {
|
|
842
|
-
padding-left:
|
|
843
|
-
padding-right:
|
|
842
|
+
padding-left: 9px;
|
|
843
|
+
padding-right: 3.5px;
|
|
844
844
|
}
|
|
845
845
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
|
|
846
846
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
|
|
@@ -885,7 +885,7 @@
|
|
|
885
885
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
|
|
886
886
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
|
|
887
887
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
|
|
888
|
-
padding: 0
|
|
888
|
+
padding: 0 2.5px;
|
|
889
889
|
}
|
|
890
890
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-dropdown-btn .e-rte-color-content,
|
|
891
891
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-dropdown-btn .e-rte-color-content,
|
|
@@ -1922,6 +1922,14 @@
|
|
|
1922
1922
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
|
|
1923
1923
|
min-height: 48px;
|
|
1924
1924
|
}
|
|
1925
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content,
|
|
1926
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret {
|
|
1927
|
+
height: 33px;
|
|
1928
|
+
}
|
|
1929
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover,
|
|
1930
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
1931
|
+
height: 33px;
|
|
1932
|
+
}
|
|
1925
1933
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
|
|
1926
1934
|
margin: 0 6px;
|
|
1927
1935
|
min-height: 48px;
|
|
@@ -2123,8 +2131,8 @@
|
|
|
2123
2131
|
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
|
|
2124
2132
|
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
|
|
2125
2133
|
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover {
|
|
2126
|
-
padding-left:
|
|
2127
|
-
padding-right:
|
|
2134
|
+
padding-left: 1px;
|
|
2135
|
+
padding-right: 1px;
|
|
2128
2136
|
}
|
|
2129
2137
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
|
|
2130
2138
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
|
|
@@ -2379,8 +2387,8 @@
|
|
|
2379
2387
|
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
|
|
2380
2388
|
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
|
|
2381
2389
|
.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active {
|
|
2382
|
-
padding-left:
|
|
2383
|
-
padding-right:
|
|
2390
|
+
padding-left: 1px;
|
|
2391
|
+
padding-right: 1px;
|
|
2384
2392
|
}
|
|
2385
2393
|
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list, .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
|
|
2386
2394
|
.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list, .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
|
|
@@ -2784,7 +2792,7 @@
|
|
|
2784
2792
|
}
|
|
2785
2793
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn, .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus {
|
|
2786
2794
|
background: rgba(0, 0, 0, 0.12);
|
|
2787
|
-
border:
|
|
2795
|
+
border: 0;
|
|
2788
2796
|
}
|
|
2789
2797
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons {
|
|
2790
2798
|
color: #000;
|
|
@@ -2852,7 +2860,7 @@
|
|
|
2852
2860
|
}
|
|
2853
2861
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active {
|
|
2854
2862
|
background: #e6e6e6;
|
|
2855
|
-
border:
|
|
2863
|
+
border: 0 solid #adadad;
|
|
2856
2864
|
}
|
|
2857
2865
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content::after, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content::after, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active .e-rte-color-content::after, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active .e-rte-color-content::after {
|
|
2858
2866
|
background: #adadad;
|
|
@@ -2869,9 +2877,6 @@
|
|
|
2869
2877
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2870
2878
|
color: #000;
|
|
2871
2879
|
}
|
|
2872
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2873
|
-
color: #000;
|
|
2874
|
-
}
|
|
2875
2880
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2876
2881
|
color: #000;
|
|
2877
2882
|
}
|
|
@@ -3054,12 +3059,23 @@
|
|
|
3054
3059
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
|
|
3055
3060
|
background: #fff;
|
|
3056
3061
|
}
|
|
3062
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
|
|
3063
|
+
padding-top: 1px;
|
|
3064
|
+
padding-top: 5px;
|
|
3065
|
+
height: 30px;
|
|
3066
|
+
}
|
|
3067
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover {
|
|
3068
|
+
background: rgba(0, 0, 0, 0.12);
|
|
3069
|
+
}
|
|
3070
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
3071
|
+
background: rgba(0, 0, 0, 0.12);
|
|
3072
|
+
}
|
|
3057
3073
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
|
|
3058
3074
|
border: 0.5px solid rgba(0, 0, 0, 0.05);
|
|
3059
3075
|
}
|
|
3060
3076
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn {
|
|
3061
3077
|
background: #fff;
|
|
3062
|
-
border:
|
|
3078
|
+
border: 0 solid transparent;
|
|
3063
3079
|
}
|
|
3064
3080
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:hover {
|
|
3065
3081
|
background: rgba(0, 0, 0, 0.12);
|
|
@@ -3078,7 +3094,7 @@
|
|
|
3078
3094
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn,
|
|
3079
3095
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus {
|
|
3080
3096
|
background: rgba(0, 0, 0, 0.12);
|
|
3081
|
-
border:
|
|
3097
|
+
border: 0;
|
|
3082
3098
|
}
|
|
3083
3099
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
3084
3100
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2012,6 +2012,14 @@
|
|
|
2012
2012
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
|
|
2013
2013
|
min-height: 48px;
|
|
2014
2014
|
}
|
|
2015
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content,
|
|
2016
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret {
|
|
2017
|
+
height: 36px;
|
|
2018
|
+
}
|
|
2019
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover,
|
|
2020
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
2021
|
+
height: 36px;
|
|
2022
|
+
}
|
|
2015
2023
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
|
|
2016
2024
|
margin: 0 6px;
|
|
2017
2025
|
min-height: 48px;
|
|
@@ -2951,9 +2959,6 @@
|
|
|
2951
2959
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2952
2960
|
color: #212529;
|
|
2953
2961
|
}
|
|
2954
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2955
|
-
color: #212529;
|
|
2956
|
-
}
|
|
2957
2962
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2958
2963
|
color: #f8f9fa;
|
|
2959
2964
|
}
|
|
@@ -3136,6 +3141,16 @@
|
|
|
3136
3141
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
|
|
3137
3142
|
background: #fff;
|
|
3138
3143
|
}
|
|
3144
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
|
|
3145
|
+
padding-top: 1px;
|
|
3146
|
+
height: 30px;
|
|
3147
|
+
}
|
|
3148
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover {
|
|
3149
|
+
background: #5a6268;
|
|
3150
|
+
}
|
|
3151
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
3152
|
+
background: #5a6268;
|
|
3153
|
+
}
|
|
3139
3154
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
|
|
3140
3155
|
border: 0.5px solid #dee2e6;
|
|
3141
3156
|
}
|
|
@@ -1783,6 +1783,14 @@
|
|
|
1783
1783
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
|
|
1784
1784
|
min-height: 48px;
|
|
1785
1785
|
}
|
|
1786
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content,
|
|
1787
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret {
|
|
1788
|
+
height: 36px;
|
|
1789
|
+
}
|
|
1790
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover,
|
|
1791
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
1792
|
+
height: 36px;
|
|
1793
|
+
}
|
|
1786
1794
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
|
|
1787
1795
|
margin: 0 6px;
|
|
1788
1796
|
min-height: 48px;
|
|
@@ -2680,9 +2688,6 @@
|
|
|
2680
2688
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
2681
2689
|
color: #adb5bd;
|
|
2682
2690
|
}
|
|
2683
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2684
|
-
color: #fff;
|
|
2685
|
-
}
|
|
2686
2691
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn, .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus {
|
|
2687
2692
|
background: #565e64;
|
|
2688
2693
|
border: 1px solid #51585e;
|
|
@@ -2697,9 +2702,6 @@
|
|
|
2697
2702
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2698
2703
|
color: #fff;
|
|
2699
2704
|
}
|
|
2700
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2701
|
-
color: #fff;
|
|
2702
|
-
}
|
|
2703
2705
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active {
|
|
2704
2706
|
background: #565e64;
|
|
2705
2707
|
border-color: #51585e;
|
|
@@ -2783,9 +2785,6 @@
|
|
|
2783
2785
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2784
2786
|
color: #fff;
|
|
2785
2787
|
}
|
|
2786
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2787
|
-
color: #fff;
|
|
2788
|
-
}
|
|
2789
2788
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2790
2789
|
color: #fff;
|
|
2791
2790
|
}
|
|
@@ -2972,6 +2971,16 @@
|
|
|
2972
2971
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
|
|
2973
2972
|
background: #343a40;
|
|
2974
2973
|
}
|
|
2974
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
|
|
2975
|
+
padding-top: 1px;
|
|
2976
|
+
height: 30px;
|
|
2977
|
+
}
|
|
2978
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover {
|
|
2979
|
+
background: #7b848d;
|
|
2980
|
+
}
|
|
2981
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
2982
|
+
background: #7b848d;
|
|
2983
|
+
}
|
|
2975
2984
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
|
|
2976
2985
|
border: 0.5px solid #444c54;
|
|
2977
2986
|
}
|
|
@@ -3025,6 +3034,10 @@
|
|
|
3025
3034
|
border-color: #343a40;
|
|
3026
3035
|
}
|
|
3027
3036
|
|
|
3037
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
|
|
3038
|
+
padding-top: 8px;
|
|
3039
|
+
}
|
|
3040
|
+
|
|
3028
3041
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
3029
3042
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3030
3043
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1783,6 +1783,14 @@
|
|
|
1783
1783
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
|
|
1784
1784
|
min-height: 48px;
|
|
1785
1785
|
}
|
|
1786
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content,
|
|
1787
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret {
|
|
1788
|
+
height: 36px;
|
|
1789
|
+
}
|
|
1790
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover,
|
|
1791
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
1792
|
+
height: 36px;
|
|
1793
|
+
}
|
|
1786
1794
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
|
|
1787
1795
|
margin: 0 6px;
|
|
1788
1796
|
min-height: 48px;
|
|
@@ -2680,9 +2688,6 @@
|
|
|
2680
2688
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
2681
2689
|
color: #adb5bd;
|
|
2682
2690
|
}
|
|
2683
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2684
|
-
color: #fff;
|
|
2685
|
-
}
|
|
2686
2691
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn, .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus {
|
|
2687
2692
|
background: #565e64;
|
|
2688
2693
|
border: 1px solid #51585e;
|
|
@@ -2697,9 +2702,6 @@
|
|
|
2697
2702
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2698
2703
|
color: #fff;
|
|
2699
2704
|
}
|
|
2700
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2701
|
-
color: #fff;
|
|
2702
|
-
}
|
|
2703
2705
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active {
|
|
2704
2706
|
background: #565e64;
|
|
2705
2707
|
border-color: #51585e;
|
|
@@ -2783,9 +2785,6 @@
|
|
|
2783
2785
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2784
2786
|
color: #fff;
|
|
2785
2787
|
}
|
|
2786
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2787
|
-
color: #fff;
|
|
2788
|
-
}
|
|
2789
2788
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2790
2789
|
color: #fff;
|
|
2791
2790
|
}
|
|
@@ -2972,6 +2971,16 @@
|
|
|
2972
2971
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
|
|
2973
2972
|
background: #e9ecef;
|
|
2974
2973
|
}
|
|
2974
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
|
|
2975
|
+
padding-top: 1px;
|
|
2976
|
+
height: 30px;
|
|
2977
|
+
}
|
|
2978
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover {
|
|
2979
|
+
background: #6c757d;
|
|
2980
|
+
}
|
|
2981
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
2982
|
+
background: #6c757d;
|
|
2983
|
+
}
|
|
2975
2984
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
|
|
2976
2985
|
border: 0.5px solid #dee2e6;
|
|
2977
2986
|
}
|
|
@@ -3025,6 +3034,10 @@
|
|
|
3025
3034
|
border-color: #e9ecef;
|
|
3026
3035
|
}
|
|
3027
3036
|
|
|
3037
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
|
|
3038
|
+
padding-top: 8px;
|
|
3039
|
+
}
|
|
3040
|
+
|
|
3028
3041
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
3029
3042
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3030
3043
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1765,6 +1765,14 @@
|
|
|
1765
1765
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
|
|
1766
1766
|
min-height: 48px;
|
|
1767
1767
|
}
|
|
1768
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content,
|
|
1769
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret {
|
|
1770
|
+
height: 48px;
|
|
1771
|
+
}
|
|
1772
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover,
|
|
1773
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
1774
|
+
height: 48px;
|
|
1775
|
+
}
|
|
1768
1776
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
|
|
1769
1777
|
margin: 0 6px;
|
|
1770
1778
|
min-height: 48px;
|
|
@@ -2704,9 +2712,6 @@
|
|
|
2704
2712
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2705
2713
|
color: #dadada;
|
|
2706
2714
|
}
|
|
2707
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2708
|
-
color: #dadada;
|
|
2709
|
-
}
|
|
2710
2715
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2711
2716
|
color: #fff;
|
|
2712
2717
|
}
|
|
@@ -2889,6 +2894,16 @@
|
|
|
2889
2894
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
|
|
2890
2895
|
background: #333232;
|
|
2891
2896
|
}
|
|
2897
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
|
|
2898
|
+
padding-top: 1px;
|
|
2899
|
+
height: 40px;
|
|
2900
|
+
}
|
|
2901
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover {
|
|
2902
|
+
background: #514f4f;
|
|
2903
|
+
}
|
|
2904
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
2905
|
+
background: #514f4f;
|
|
2906
|
+
}
|
|
2892
2907
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
|
|
2893
2908
|
border: 0.5px solid #414040;
|
|
2894
2909
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -1765,6 +1765,14 @@
|
|
|
1765
1765
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
|
|
1766
1766
|
min-height: 48px;
|
|
1767
1767
|
}
|
|
1768
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content,
|
|
1769
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret {
|
|
1770
|
+
height: 48px;
|
|
1771
|
+
}
|
|
1772
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover,
|
|
1773
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
1774
|
+
height: 48px;
|
|
1775
|
+
}
|
|
1768
1776
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
|
|
1769
1777
|
margin: 0 6px;
|
|
1770
1778
|
min-height: 48px;
|
|
@@ -2704,9 +2712,6 @@
|
|
|
2704
2712
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2705
2713
|
color: #000;
|
|
2706
2714
|
}
|
|
2707
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2708
|
-
color: #000;
|
|
2709
|
-
}
|
|
2710
2715
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2711
2716
|
color: #000;
|
|
2712
2717
|
}
|
|
@@ -2889,6 +2894,16 @@
|
|
|
2889
2894
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
|
|
2890
2895
|
background: #fff;
|
|
2891
2896
|
}
|
|
2897
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
|
|
2898
|
+
padding-top: 1px;
|
|
2899
|
+
height: 40px;
|
|
2900
|
+
}
|
|
2901
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover {
|
|
2902
|
+
background: #eaeaea;
|
|
2903
|
+
}
|
|
2904
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
2905
|
+
background: #eaeaea;
|
|
2906
|
+
}
|
|
2892
2907
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
|
|
2893
2908
|
border: 0.5px solid rgba(0, 0, 0, 0.05);
|
|
2894
2909
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1773,6 +1773,14 @@
|
|
|
1773
1773
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
|
|
1774
1774
|
min-height: 48px;
|
|
1775
1775
|
}
|
|
1776
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content,
|
|
1777
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret {
|
|
1778
|
+
height: 48px;
|
|
1779
|
+
}
|
|
1780
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover,
|
|
1781
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
1782
|
+
height: 48px;
|
|
1783
|
+
}
|
|
1776
1784
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
|
|
1777
1785
|
margin: 0 6px;
|
|
1778
1786
|
min-height: 48px;
|
|
@@ -2752,9 +2760,6 @@
|
|
|
2752
2760
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2753
2761
|
color: #a19f9d;
|
|
2754
2762
|
}
|
|
2755
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2756
|
-
color: #a19f9d;
|
|
2757
|
-
}
|
|
2758
2763
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2759
2764
|
color: #a19f9d;
|
|
2760
2765
|
}
|
|
@@ -2937,6 +2942,22 @@
|
|
|
2937
2942
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
|
|
2938
2943
|
background: #252423;
|
|
2939
2944
|
}
|
|
2945
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
|
|
2946
|
+
padding-top: 0;
|
|
2947
|
+
height: 40px;
|
|
2948
|
+
display: -ms-flexbox;
|
|
2949
|
+
display: flex;
|
|
2950
|
+
-ms-flex-align: center;
|
|
2951
|
+
align-items: center;
|
|
2952
|
+
-ms-flex-pack: center;
|
|
2953
|
+
justify-content: center;
|
|
2954
|
+
}
|
|
2955
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover {
|
|
2956
|
+
background: #3b3a39;
|
|
2957
|
+
}
|
|
2958
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
2959
|
+
background: #3b3a39;
|
|
2960
|
+
}
|
|
2940
2961
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
|
|
2941
2962
|
border: 0.5px solid #292827;
|
|
2942
2963
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -1773,6 +1773,14 @@
|
|
|
1773
1773
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
|
|
1774
1774
|
min-height: 48px;
|
|
1775
1775
|
}
|
|
1776
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content,
|
|
1777
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret {
|
|
1778
|
+
height: 48px;
|
|
1779
|
+
}
|
|
1780
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover,
|
|
1781
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
1782
|
+
height: 48px;
|
|
1783
|
+
}
|
|
1776
1784
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
|
|
1777
1785
|
margin: 0 6px;
|
|
1778
1786
|
min-height: 48px;
|
|
@@ -2752,9 +2760,6 @@
|
|
|
2752
2760
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2753
2761
|
color: #605e5c;
|
|
2754
2762
|
}
|
|
2755
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2756
|
-
color: #605e5c;
|
|
2757
|
-
}
|
|
2758
2763
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2759
2764
|
color: #605e5c;
|
|
2760
2765
|
}
|
|
@@ -2937,6 +2942,22 @@
|
|
|
2937
2942
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
|
|
2938
2943
|
background: #f3f2f1;
|
|
2939
2944
|
}
|
|
2945
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
|
|
2946
|
+
padding-top: 0;
|
|
2947
|
+
height: 40px;
|
|
2948
|
+
display: -ms-flexbox;
|
|
2949
|
+
display: flex;
|
|
2950
|
+
-ms-flex-align: center;
|
|
2951
|
+
align-items: center;
|
|
2952
|
+
-ms-flex-pack: center;
|
|
2953
|
+
justify-content: center;
|
|
2954
|
+
}
|
|
2955
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover {
|
|
2956
|
+
background: #d2d0ce;
|
|
2957
|
+
}
|
|
2958
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
2959
|
+
background: #d2d0ce;
|
|
2960
|
+
}
|
|
2940
2961
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
|
|
2941
2962
|
border: 0.5px solid #edebe9;
|
|
2942
2963
|
}
|
|
@@ -1765,6 +1765,14 @@
|
|
|
1765
1765
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
|
|
1766
1766
|
min-height: 48px;
|
|
1767
1767
|
}
|
|
1768
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content,
|
|
1769
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret {
|
|
1770
|
+
height: 30px;
|
|
1771
|
+
}
|
|
1772
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover,
|
|
1773
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
1774
|
+
height: 30px;
|
|
1775
|
+
}
|
|
1768
1776
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
|
|
1769
1777
|
margin: 0 6px;
|
|
1770
1778
|
min-height: 48px;
|
|
@@ -2704,9 +2712,6 @@
|
|
|
2704
2712
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2705
2713
|
color: #000;
|
|
2706
2714
|
}
|
|
2707
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2708
|
-
color: #000;
|
|
2709
|
-
}
|
|
2710
2715
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2711
2716
|
color: #fff;
|
|
2712
2717
|
}
|
|
@@ -2889,6 +2894,16 @@
|
|
|
2889
2894
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
|
|
2890
2895
|
background: #fff;
|
|
2891
2896
|
}
|
|
2897
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
|
|
2898
|
+
padding-top: 1px;
|
|
2899
|
+
height: 30px;
|
|
2900
|
+
}
|
|
2901
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover {
|
|
2902
|
+
background: #ecf;
|
|
2903
|
+
}
|
|
2904
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
2905
|
+
background: #ecf;
|
|
2906
|
+
}
|
|
2892
2907
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
|
|
2893
2908
|
border: 0.5px solid rgba(0, 0, 0, 0.05);
|
|
2894
2909
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -1765,6 +1765,14 @@
|
|
|
1765
1765
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
|
|
1766
1766
|
min-height: 48px;
|
|
1767
1767
|
}
|
|
1768
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content,
|
|
1769
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret {
|
|
1770
|
+
height: 45px;
|
|
1771
|
+
}
|
|
1772
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover,
|
|
1773
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
1774
|
+
height: 45px;
|
|
1775
|
+
}
|
|
1768
1776
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
|
|
1769
1777
|
margin: 0 6px;
|
|
1770
1778
|
min-height: 48px;
|
|
@@ -2701,9 +2709,6 @@
|
|
|
2701
2709
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2702
2710
|
color: #fff;
|
|
2703
2711
|
}
|
|
2704
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2705
|
-
color: #fff;
|
|
2706
|
-
}
|
|
2707
2712
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2708
2713
|
color: #000;
|
|
2709
2714
|
}
|
|
@@ -2883,6 +2888,19 @@
|
|
|
2883
2888
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
|
|
2884
2889
|
background: #000;
|
|
2885
2890
|
}
|
|
2891
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
|
|
2892
|
+
padding-top: 0;
|
|
2893
|
+
height: 36px;
|
|
2894
|
+
}
|
|
2895
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover {
|
|
2896
|
+
background: #685708;
|
|
2897
|
+
}
|
|
2898
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
2899
|
+
background: #685708;
|
|
2900
|
+
}
|
|
2901
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn:hover {
|
|
2902
|
+
background: inherit;
|
|
2903
|
+
}
|
|
2886
2904
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
|
|
2887
2905
|
border: 0.5px solid rgba(255, 255, 255, 0.05);
|
|
2888
2906
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -1770,6 +1770,14 @@
|
|
|
1770
1770
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
|
|
1771
1771
|
min-height: 48px;
|
|
1772
1772
|
}
|
|
1773
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content,
|
|
1774
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret {
|
|
1775
|
+
height: 35px;
|
|
1776
|
+
}
|
|
1777
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover,
|
|
1778
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
1779
|
+
height: 35px;
|
|
1780
|
+
}
|
|
1773
1781
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
|
|
1774
1782
|
margin: 0 6px;
|
|
1775
1783
|
min-height: 48px;
|
|
@@ -2710,9 +2718,6 @@
|
|
|
2710
2718
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2711
2719
|
color: #fff;
|
|
2712
2720
|
}
|
|
2713
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2714
|
-
color: #fff;
|
|
2715
|
-
}
|
|
2716
2721
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2717
2722
|
color: #fff;
|
|
2718
2723
|
}
|
|
@@ -2895,6 +2900,16 @@
|
|
|
2895
2900
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
|
|
2896
2901
|
background: #424242;
|
|
2897
2902
|
}
|
|
2903
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
|
|
2904
|
+
padding-top: 1px;
|
|
2905
|
+
height: 24px;
|
|
2906
|
+
}
|
|
2907
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover {
|
|
2908
|
+
background: rgba(255, 255, 255, 0.12);
|
|
2909
|
+
}
|
|
2910
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
|
|
2911
|
+
background: rgba(255, 255, 255, 0.12);
|
|
2912
|
+
}
|
|
2898
2913
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
|
|
2899
2914
|
border: 0.5px solid #616161;
|
|
2900
2915
|
}
|
|
@@ -2942,6 +2957,10 @@
|
|
|
2942
2957
|
border-color: #616161;
|
|
2943
2958
|
}
|
|
2944
2959
|
|
|
2960
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
|
|
2961
|
+
padding-top: 8px;
|
|
2962
|
+
}
|
|
2963
|
+
|
|
2945
2964
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
2946
2965
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
2947
2966
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|