@syncfusion/blazor-themes 21.2.4 → 21.2.6
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/base/bootstrap-dark.scss +6 -1
- package/SCSS-Themes/base/bootstrap.scss +6 -1
- package/SCSS-Themes/base/bootstrap4.scss +7 -2
- package/SCSS-Themes/base/bootstrap5-dark.scss +6 -1
- package/SCSS-Themes/base/bootstrap5.scss +6 -1
- package/SCSS-Themes/base/fabric-dark.scss +6 -1
- package/SCSS-Themes/base/fabric.scss +6 -1
- package/SCSS-Themes/base/fluent-dark.scss +6 -1
- package/SCSS-Themes/base/fluent.scss +6 -1
- package/SCSS-Themes/base/highcontrast.scss +6 -1
- package/SCSS-Themes/base/material-dark.scss +6 -1
- package/SCSS-Themes/base/material.scss +6 -4
- package/SCSS-Themes/base/tailwind-dark.scss +6 -1
- package/SCSS-Themes/base/tailwind.scss +6 -1
- package/SCSS-Themes/bootstrap-dark.scss +134 -21
- package/SCSS-Themes/bootstrap.scss +135 -20
- package/SCSS-Themes/bootstrap4.scss +136 -21
- package/SCSS-Themes/bootstrap5-dark.scss +135 -20
- package/SCSS-Themes/bootstrap5.scss +135 -20
- package/SCSS-Themes/documenteditor/document-editor/bootstrap-dark.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/bootstrap.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/bootstrap4.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/bootstrap5-dark.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/bootstrap5.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/fabric-dark.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/fabric.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/fluent-dark.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/fluent.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/highcontrast.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/material-dark.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/material.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/tailwind-dark.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/tailwind.scss +1 -0
- package/SCSS-Themes/fabric-dark.scss +133 -18
- package/SCSS-Themes/fabric.scss +132 -17
- package/SCSS-Themes/fluent-dark.scss +133 -18
- package/SCSS-Themes/fluent.scss +133 -18
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +23 -12
- package/SCSS-Themes/grids/grid/bootstrap.scss +23 -12
- package/SCSS-Themes/grids/grid/bootstrap4.scss +23 -12
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +23 -12
- package/SCSS-Themes/grids/grid/bootstrap5.scss +23 -12
- package/SCSS-Themes/grids/grid/fabric-dark.scss +22 -11
- package/SCSS-Themes/grids/grid/fabric.scss +22 -11
- package/SCSS-Themes/grids/grid/fluent-dark.scss +23 -12
- package/SCSS-Themes/grids/grid/fluent.scss +23 -12
- package/SCSS-Themes/grids/grid/highcontrast.scss +22 -11
- package/SCSS-Themes/grids/grid/material-dark.scss +22 -11
- package/SCSS-Themes/grids/grid/material.scss +22 -11
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +23 -12
- package/SCSS-Themes/grids/grid/tailwind.scss +23 -12
- package/SCSS-Themes/highcontrast.scss +133 -18
- package/SCSS-Themes/inputs/input/bootstrap-dark.scss +81 -0
- package/SCSS-Themes/inputs/input/bootstrap.scss +81 -0
- package/SCSS-Themes/inputs/input/bootstrap4.scss +81 -0
- package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +81 -0
- package/SCSS-Themes/inputs/input/bootstrap5.scss +81 -0
- package/SCSS-Themes/inputs/input/fabric-dark.scss +81 -0
- package/SCSS-Themes/inputs/input/fabric.scss +81 -0
- package/SCSS-Themes/inputs/input/fluent-dark.scss +81 -0
- package/SCSS-Themes/inputs/input/fluent.scss +81 -0
- package/SCSS-Themes/inputs/input/highcontrast.scss +81 -0
- package/SCSS-Themes/inputs/input/material-dark.scss +81 -0
- package/SCSS-Themes/inputs/input/material.scss +81 -0
- package/SCSS-Themes/inputs/input/tailwind-dark.scss +81 -0
- package/SCSS-Themes/inputs/input/tailwind.scss +81 -0
- package/SCSS-Themes/material-dark.scss +133 -18
- package/SCSS-Themes/material.scss +134 -22
- package/SCSS-Themes/navigations/treeview/material.scss +1 -1
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +1 -7
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +3 -7
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +3 -7
- package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +1 -5
- package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +1 -5
- package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +1 -5
- package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +2 -6
- package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +21 -0
- package/SCSS-Themes/tailwind-dark.scss +134 -19
- package/SCSS-Themes/tailwind.scss +134 -19
- package/package.json +1 -1
|
@@ -15,7 +15,7 @@ $treeview-text-color: rgba($grey-light-font, .87) !default;
|
|
|
15
15
|
$treeview-item-border-color: transparent !default;
|
|
16
16
|
$treeview-item-active-bg: $grey-200 !default;
|
|
17
17
|
$treeview-icon-active-color: rgba($grey-light-font, .54) !default;
|
|
18
|
-
$treeview-text-active-color: $
|
|
18
|
+
$treeview-text-active-color: $accent !default;
|
|
19
19
|
$treeview-item-active-border-color: $grey-200 !default;
|
|
20
20
|
$treeview-item-hover-bg: $grey-100 !default;
|
|
21
21
|
$treeview-icon-hover-color: rgba($grey-light-font, .54) !default;
|
|
@@ -48,7 +48,6 @@
|
|
|
48
48
|
@import '../../navigations/appbar/bootstrap-dark.scss';
|
|
49
49
|
/*! component's default definitions and variables */
|
|
50
50
|
$field-list-skin: 'bootstrap-dark' !default;
|
|
51
|
-
$field-list-active-color: $brand-primary !default;
|
|
52
51
|
$field-list-toggle-border-color: $grey-8c !default;
|
|
53
52
|
$field-list-drag-default-border-color: $field-list-toggle-border-color !default;
|
|
54
53
|
$field-list-border-type: $border-type !default;
|
|
@@ -93,7 +92,6 @@ $field-list-icon-size: 14px !default;
|
|
|
93
92
|
$field-list-toggle-icon-size: 17px !default;
|
|
94
93
|
$field-list-toggle-padding-size: 8px !default;
|
|
95
94
|
$field-list-toggle-icon-bigger-size: 20px !default;
|
|
96
|
-
$field-list-editor-dialog-footer-padding: 0 !default;
|
|
97
95
|
$field-list-toggle-size: 31px !default;
|
|
98
96
|
$field-list-toggle-bigger-size: 36px !default;
|
|
99
97
|
$field-list-editor-search-padding-size: 20px !default;
|
|
@@ -2864,11 +2862,7 @@ $olap-bigger-tree-outer-div-width: 325px !default;
|
|
|
2864
2862
|
&.e-drop-hover {
|
|
2865
2863
|
border-top: 2px dashed $field-list-drop-hover-color;
|
|
2866
2864
|
margin-top: -2px;
|
|
2867
|
-
@if ($skin-name == 'tailwind') {
|
|
2868
|
-
border-top: 2px solid $field-list-drop-hover-color;
|
|
2869
|
-
}
|
|
2870
|
-
|
|
2871
|
-
@if ($skin-name == 'bootstrap5') {
|
|
2865
|
+
@if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5'){
|
|
2872
2866
|
border-top: 2px solid $field-list-drop-hover-color;
|
|
2873
2867
|
}
|
|
2874
2868
|
}
|
|
@@ -113,7 +113,7 @@ $field-list-button-icon-color: $grey-light-font !default;
|
|
|
113
113
|
$field-list-icon-hover-color: $grey-light-font !default;
|
|
114
114
|
$field-list-treeview-font-weight: bold !default;
|
|
115
115
|
$error-font-color: #a94442 !default;
|
|
116
|
-
$field-list-excel-member-filter-height:
|
|
116
|
+
$field-list-excel-member-filter-height: 143px !default;
|
|
117
117
|
$field-list-excel-filter-height: 234px !default;
|
|
118
118
|
$field-list-excel-member-filter-bigger-height: 97px !default;
|
|
119
119
|
$field-list-excel-filter-bigger-height: 204px !default;
|
|
@@ -2818,11 +2818,7 @@ $field-list-adaptive-outerdiv-height: 176px !default;
|
|
|
2818
2818
|
&.e-drop-hover {
|
|
2819
2819
|
border-top: 2px dashed $field-list-drop-hover-color;
|
|
2820
2820
|
margin-top: -2px;
|
|
2821
|
-
@if ($skin-name == 'tailwind') {
|
|
2822
|
-
border-top: 2px solid $field-list-drop-hover-color;
|
|
2823
|
-
}
|
|
2824
|
-
|
|
2825
|
-
@if ($skin-name == 'bootstrap5') {
|
|
2821
|
+
@if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5'){
|
|
2826
2822
|
border-top: 2px solid $field-list-drop-hover-color;
|
|
2827
2823
|
}
|
|
2828
2824
|
}
|
|
@@ -113,7 +113,7 @@ $field-list-button-icon-color: $gray-700 !default;
|
|
|
113
113
|
$field-list-icon-hover-color: #333 !default;
|
|
114
114
|
$field-list-treeview-font-weight: bold !default;
|
|
115
115
|
$error-font-color: #a94442 !default;
|
|
116
|
-
$field-list-excel-member-filter-height:
|
|
116
|
+
$field-list-excel-member-filter-height: 160px !default;
|
|
117
117
|
$field-list-excel-filter-height: 234px !default;
|
|
118
118
|
$field-list-excel-member-filter-bigger-height: 117px !default;
|
|
119
119
|
$field-list-excel-filter-bigger-height: 220px !default;
|
|
@@ -2818,11 +2818,7 @@ $field-list-adaptive-outerdiv-height: 177px !default;
|
|
|
2818
2818
|
&.e-drop-hover {
|
|
2819
2819
|
border-top: 2px dashed $field-list-drop-hover-color;
|
|
2820
2820
|
margin-top: -2px;
|
|
2821
|
-
@if ($skin-name == 'tailwind') {
|
|
2822
|
-
border-top: 2px solid $field-list-drop-hover-color;
|
|
2823
|
-
}
|
|
2824
|
-
|
|
2825
|
-
@if ($skin-name == 'bootstrap5') {
|
|
2821
|
+
@if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5'){
|
|
2826
2822
|
border-top: 2px solid $field-list-drop-hover-color;
|
|
2827
2823
|
}
|
|
2828
2824
|
}
|
|
@@ -99,7 +99,7 @@ $field-list-static-header-icon-wrapper-padding: $field-list-header-icon-wrapper-
|
|
|
99
99
|
$field-list-static-bigger-header-icon-wrapper-padding: $field-list-bigger-header-icon-wrapper-padding !default;
|
|
100
100
|
$pivot-calculated-icon-opacity: .87 !default;
|
|
101
101
|
$field-list-bigger-button-line-height: 1.1em !default;
|
|
102
|
-
$field-list-excel-member-filter-height:
|
|
102
|
+
$field-list-excel-member-filter-height: 167px !default;
|
|
103
103
|
$field-list-excel-filter-height: 248px !default;
|
|
104
104
|
$field-list-excel-member-filter-bigger-height: 119px !default;
|
|
105
105
|
$field-list-excel-filter-bigger-height: 227px !default;
|
|
@@ -138,7 +138,7 @@ $field-list-calc-list-icon: 8px !default;
|
|
|
138
138
|
$field-list-calc-list-icon-rtl: 5px !default;
|
|
139
139
|
|
|
140
140
|
// normal variables
|
|
141
|
-
$field-list-active-color: $
|
|
141
|
+
$field-list-active-color: $primary !default;
|
|
142
142
|
$field-list-default-font-color: $content-text-color !default;
|
|
143
143
|
$field-list-default-formula-font-color: $field-list-default-font-color !default;
|
|
144
144
|
$field-list-default-border-color: $content-bg-color-alt3 !default;
|
|
@@ -2822,11 +2822,7 @@ $field-list-adaptive-outerdiv-height: 187px !default;
|
|
|
2822
2822
|
&.e-drop-hover {
|
|
2823
2823
|
border-top: 2px dashed $field-list-drop-hover-color;
|
|
2824
2824
|
margin-top: -2px;
|
|
2825
|
-
@if ($skin-name == 'tailwind') {
|
|
2826
|
-
border-top: 2px solid $field-list-drop-hover-color;
|
|
2827
|
-
}
|
|
2828
|
-
|
|
2829
|
-
@if ($skin-name == 'bootstrap5') {
|
|
2825
|
+
@if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5'){
|
|
2830
2826
|
border-top: 2px solid $field-list-drop-hover-color;
|
|
2831
2827
|
}
|
|
2832
2828
|
}
|
|
@@ -99,7 +99,7 @@ $field-list-static-header-icon-wrapper-padding: $field-list-header-icon-wrapper-
|
|
|
99
99
|
$field-list-static-bigger-header-icon-wrapper-padding: $field-list-bigger-header-icon-wrapper-padding !default;
|
|
100
100
|
$pivot-calculated-icon-opacity: .87 !default;
|
|
101
101
|
$field-list-bigger-button-line-height: 1.1em !default;
|
|
102
|
-
$field-list-excel-member-filter-height:
|
|
102
|
+
$field-list-excel-member-filter-height: 167px !default;
|
|
103
103
|
$field-list-excel-filter-height: 248px !default;
|
|
104
104
|
$field-list-excel-member-filter-bigger-height: 119px !default;
|
|
105
105
|
$field-list-excel-filter-bigger-height: 227px !default;
|
|
@@ -138,7 +138,7 @@ $field-list-calc-list-icon: 8px !default;
|
|
|
138
138
|
$field-list-calc-list-icon-rtl: 5px !default;
|
|
139
139
|
|
|
140
140
|
// normal variables
|
|
141
|
-
$field-list-active-color: $
|
|
141
|
+
$field-list-active-color: $primary !default;
|
|
142
142
|
$field-list-default-font-color: $content-text-color !default;
|
|
143
143
|
$field-list-default-formula-font-color: $field-list-default-font-color !default;
|
|
144
144
|
$field-list-default-border-color: $content-bg-color-alt3 !default;
|
|
@@ -2822,11 +2822,7 @@ $field-list-adaptive-outerdiv-height: 187px !default;
|
|
|
2822
2822
|
&.e-drop-hover {
|
|
2823
2823
|
border-top: 2px dashed $field-list-drop-hover-color;
|
|
2824
2824
|
margin-top: -2px;
|
|
2825
|
-
@if ($skin-name == 'tailwind') {
|
|
2826
|
-
border-top: 2px solid $field-list-drop-hover-color;
|
|
2827
|
-
}
|
|
2828
|
-
|
|
2829
|
-
@if ($skin-name == 'bootstrap5') {
|
|
2825
|
+
@if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5'){
|
|
2830
2826
|
border-top: 2px solid $field-list-drop-hover-color;
|
|
2831
2827
|
}
|
|
2832
2828
|
}
|
|
@@ -130,7 +130,7 @@ $field-list-default-header-icon-font-color: $neutral-secondary !default;
|
|
|
130
130
|
$field-list-button-icon-color: $neutral-secondary !default;
|
|
131
131
|
$field-list-icon-hover-color: $neutral-secondary !default;
|
|
132
132
|
$error-font-color: #a80000 !default;
|
|
133
|
-
$field-list-excel-member-filter-height:
|
|
133
|
+
$field-list-excel-member-filter-height: 120px !default;
|
|
134
134
|
$field-list-excel-filter-height: 215px !default;
|
|
135
135
|
$field-list-excel-member-filter-bigger-height: 101px !default;
|
|
136
136
|
$field-list-excel-filter-bigger-height: 208px !default;
|
|
@@ -2824,11 +2824,7 @@ $olap-bigger-tree-outer-div-width: 325px !default;
|
|
|
2824
2824
|
&.e-drop-hover {
|
|
2825
2825
|
border-top: 2px dashed $field-list-drop-hover-color;
|
|
2826
2826
|
margin-top: -2px;
|
|
2827
|
-
@if ($skin-name == 'tailwind') {
|
|
2828
|
-
border-top: 2px solid $field-list-drop-hover-color;
|
|
2829
|
-
}
|
|
2830
|
-
|
|
2831
|
-
@if ($skin-name == 'bootstrap5') {
|
|
2827
|
+
@if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5'){
|
|
2832
2828
|
border-top: 2px solid $field-list-drop-hover-color;
|
|
2833
2829
|
}
|
|
2834
2830
|
}
|
|
@@ -2818,11 +2818,7 @@ $field-list-adaptive-outerdiv-height: 166px !default;
|
|
|
2818
2818
|
&.e-drop-hover {
|
|
2819
2819
|
border-top: 2px dashed $field-list-drop-hover-color;
|
|
2820
2820
|
margin-top: -2px;
|
|
2821
|
-
@if ($skin-name == 'tailwind') {
|
|
2822
|
-
border-top: 2px solid $field-list-drop-hover-color;
|
|
2823
|
-
}
|
|
2824
|
-
|
|
2825
|
-
@if ($skin-name == 'bootstrap5') {
|
|
2821
|
+
@if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5'){
|
|
2826
2822
|
border-top: 2px solid $field-list-drop-hover-color;
|
|
2827
2823
|
}
|
|
2828
2824
|
}
|
|
@@ -2822,11 +2822,7 @@ $field-list-adaptive-outerdiv-height: 125px !default;
|
|
|
2822
2822
|
&.e-drop-hover {
|
|
2823
2823
|
border-top: 2px dashed $field-list-drop-hover-color;
|
|
2824
2824
|
margin-top: -2px;
|
|
2825
|
-
@if ($skin-name == 'tailwind') {
|
|
2826
|
-
border-top: 2px solid $field-list-drop-hover-color;
|
|
2827
|
-
}
|
|
2828
|
-
|
|
2829
|
-
@if ($skin-name == 'bootstrap5') {
|
|
2825
|
+
@if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5'){
|
|
2830
2826
|
border-top: 2px solid $field-list-drop-hover-color;
|
|
2831
2827
|
}
|
|
2832
2828
|
}
|
|
@@ -2822,11 +2822,7 @@ $field-list-adaptive-outerdiv-height: 125px !default;
|
|
|
2822
2822
|
&.e-drop-hover {
|
|
2823
2823
|
border-top: 2px dashed $field-list-drop-hover-color;
|
|
2824
2824
|
margin-top: -2px;
|
|
2825
|
-
@if ($skin-name == 'tailwind') {
|
|
2826
|
-
border-top: 2px solid $field-list-drop-hover-color;
|
|
2827
|
-
}
|
|
2828
|
-
|
|
2829
|
-
@if ($skin-name == 'bootstrap5') {
|
|
2825
|
+
@if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5'){
|
|
2830
2826
|
border-top: 2px solid $field-list-drop-hover-color;
|
|
2831
2827
|
}
|
|
2832
2828
|
}
|
|
@@ -119,7 +119,7 @@ $field-list-button-focus-color: $selection-bg !default;
|
|
|
119
119
|
$field-list-button-active-color: $selection-font !default;
|
|
120
120
|
$field-list-drag-icon-color: $bg-base-100 !default;
|
|
121
121
|
$error-font-color: #ff6161 !default;
|
|
122
|
-
$field-list-excel-member-filter-height:
|
|
122
|
+
$field-list-excel-member-filter-height: 118px !default;
|
|
123
123
|
$field-list-excel-filter-height: 212px !default;
|
|
124
124
|
$field-list-excel-member-filter-bigger-height: 98px !default;
|
|
125
125
|
$field-list-excel-filter-bigger-height: 200px !default;
|
|
@@ -2819,11 +2819,7 @@ $field-list-adaptive-outerdiv-height: 164px !default;
|
|
|
2819
2819
|
&.e-drop-hover {
|
|
2820
2820
|
border-top: 2px dashed $field-list-drop-hover-color;
|
|
2821
2821
|
margin-top: -2px;
|
|
2822
|
-
@if ($skin-name == 'tailwind') {
|
|
2823
|
-
border-top: 2px solid $field-list-drop-hover-color;
|
|
2824
|
-
}
|
|
2825
|
-
|
|
2826
|
-
@if ($skin-name == 'bootstrap5') {
|
|
2822
|
+
@if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5'){
|
|
2827
2823
|
border-top: 2px solid $field-list-drop-hover-color;
|
|
2828
2824
|
}
|
|
2829
2825
|
}
|
|
@@ -131,7 +131,7 @@ $field-list-toggle-font-color: $grey-dark-font !default;
|
|
|
131
131
|
$pivot-calculated-icon-opacity: .87 !default;
|
|
132
132
|
$field-list-bigger-button-line-height: 1.1em !default;
|
|
133
133
|
$error-font-color: #f44336 !default;
|
|
134
|
-
$field-list-excel-member-filter-height:
|
|
134
|
+
$field-list-excel-member-filter-height: 152px !default;
|
|
135
135
|
$field-list-excel-filter-height: 248px !default;
|
|
136
136
|
$field-list-excel-member-filter-bigger-height: 100px !default;
|
|
137
137
|
$field-list-excel-filter-bigger-height: 220px !default;
|
|
@@ -2819,11 +2819,7 @@ $field-list-adaptive-outerdiv-height: 165px !default;
|
|
|
2819
2819
|
&.e-drop-hover {
|
|
2820
2820
|
border-top: 2px dashed $field-list-drop-hover-color;
|
|
2821
2821
|
margin-top: -2px;
|
|
2822
|
-
@if ($skin-name == 'tailwind') {
|
|
2823
|
-
border-top: 2px solid $field-list-drop-hover-color;
|
|
2824
|
-
}
|
|
2825
|
-
|
|
2826
|
-
@if ($skin-name == 'bootstrap5') {
|
|
2822
|
+
@if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5'){
|
|
2827
2823
|
border-top: 2px solid $field-list-drop-hover-color;
|
|
2828
2824
|
}
|
|
2829
2825
|
}
|
|
@@ -131,7 +131,7 @@ $field-list-toggle-font-color: rgba($grey-light-font, .54) !default;
|
|
|
131
131
|
$pivot-calculated-icon-opacity: .87 !default;
|
|
132
132
|
$field-list-bigger-button-line-height: 1.1em !default;
|
|
133
133
|
$error-font-color: #f44336 !default;
|
|
134
|
-
$field-list-excel-member-filter-height:
|
|
134
|
+
$field-list-excel-member-filter-height: 152px !default;
|
|
135
135
|
$field-list-excel-filter-height: 248px !default;
|
|
136
136
|
$field-list-excel-member-filter-bigger-height: 100px !default;
|
|
137
137
|
$field-list-excel-filter-bigger-height: 220px !default;
|
|
@@ -2819,11 +2819,7 @@ $field-list-adaptive-outerdiv-height: 165px !default;
|
|
|
2819
2819
|
&.e-drop-hover {
|
|
2820
2820
|
border-top: 2px dashed $field-list-drop-hover-color;
|
|
2821
2821
|
margin-top: -2px;
|
|
2822
|
-
@if ($skin-name == 'tailwind') {
|
|
2823
|
-
border-top: 2px solid $field-list-drop-hover-color;
|
|
2824
|
-
}
|
|
2825
|
-
|
|
2826
|
-
@if ($skin-name == 'bootstrap5') {
|
|
2822
|
+
@if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5'){
|
|
2827
2823
|
border-top: 2px solid $field-list-drop-hover-color;
|
|
2828
2824
|
}
|
|
2829
2825
|
}
|
|
@@ -99,7 +99,7 @@ $field-list-static-header-icon-wrapper-padding: $field-list-header-icon-wrapper-
|
|
|
99
99
|
$field-list-static-bigger-header-icon-wrapper-padding: $field-list-bigger-header-icon-wrapper-padding !default;
|
|
100
100
|
$pivot-calculated-icon-opacity: .87 !default;
|
|
101
101
|
$field-list-bigger-button-line-height: 1.1em !default;
|
|
102
|
-
$field-list-excel-member-filter-height:
|
|
102
|
+
$field-list-excel-member-filter-height: 170px !default;
|
|
103
103
|
$field-list-excel-filter-height: 248px !default;
|
|
104
104
|
$field-list-excel-member-filter-bigger-height: 113px !default;
|
|
105
105
|
$field-list-excel-filter-bigger-height: 220px !default;
|
|
@@ -2822,11 +2822,7 @@ $field-list-adaptive-outerdiv-height: 179px !default;
|
|
|
2822
2822
|
&.e-drop-hover {
|
|
2823
2823
|
border-top: 2px dashed $field-list-drop-hover-color;
|
|
2824
2824
|
margin-top: -2px;
|
|
2825
|
-
@if ($skin-name == 'tailwind') {
|
|
2826
|
-
border-top: 2px solid $field-list-drop-hover-color;
|
|
2827
|
-
}
|
|
2828
|
-
|
|
2829
|
-
@if ($skin-name == 'bootstrap5') {
|
|
2825
|
+
@if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5'){
|
|
2830
2826
|
border-top: 2px solid $field-list-drop-hover-color;
|
|
2831
2827
|
}
|
|
2832
2828
|
}
|
|
@@ -99,7 +99,7 @@ $field-list-static-header-icon-wrapper-padding: $field-list-header-icon-wrapper-
|
|
|
99
99
|
$field-list-static-bigger-header-icon-wrapper-padding: $field-list-bigger-header-icon-wrapper-padding !default;
|
|
100
100
|
$pivot-calculated-icon-opacity: .87 !default;
|
|
101
101
|
$field-list-bigger-button-line-height: 1.1em !default;
|
|
102
|
-
$field-list-excel-member-filter-height:
|
|
102
|
+
$field-list-excel-member-filter-height: 170px !default;
|
|
103
103
|
$field-list-excel-filter-height: 248px !default;
|
|
104
104
|
$field-list-excel-member-filter-bigger-height: 113px !default;
|
|
105
105
|
$field-list-excel-filter-bigger-height: 220px !default;
|
|
@@ -2822,11 +2822,7 @@ $field-list-adaptive-outerdiv-height: 179px !default;
|
|
|
2822
2822
|
&.e-drop-hover {
|
|
2823
2823
|
border-top: 2px dashed $field-list-drop-hover-color;
|
|
2824
2824
|
margin-top: -2px;
|
|
2825
|
-
@if ($skin-name == 'tailwind') {
|
|
2826
|
-
border-top: 2px solid $field-list-drop-hover-color;
|
|
2827
|
-
}
|
|
2828
|
-
|
|
2829
|
-
@if ($skin-name == 'bootstrap5') {
|
|
2825
|
+
@if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5'){
|
|
2830
2826
|
border-top: 2px solid $field-list-drop-hover-color;
|
|
2831
2827
|
}
|
|
2832
2828
|
}
|
|
@@ -145,7 +145,7 @@ $pivotgrid-gtot-font-color: $grey-dark-font 87% !default;
|
|
|
145
145
|
$pivotgrid-report-label-margin-top: 7px !default;
|
|
146
146
|
$pivotgrid-bigger-report-label-margin-top: 8px !default;
|
|
147
147
|
$pivotview-value-sort-rtl-padding: .8em !default;
|
|
148
|
-
$pivotview-filter-toolbar-items-margin-left:
|
|
148
|
+
$pivotview-filter-toolbar-items-margin-left: 15px !default;
|
|
149
149
|
$pivotview-filter-toolbar-items-margin-right: 0 !default;
|
|
150
150
|
$pivotgrid-header-text-margin-top: 4px !default;
|
|
151
151
|
$pivotgrid-border: $pivotgrid-cell-border-color !default;
|
|
@@ -144,7 +144,7 @@ $pivotgrid-gtot-font-color: $grey-light-font !default;
|
|
|
144
144
|
$pivotgrid-report-label-margin-top: 7px !default;
|
|
145
145
|
$pivotgrid-bigger-report-label-margin-top: 8px !default;
|
|
146
146
|
$pivotview-value-sort-rtl-padding: .8em !default;
|
|
147
|
-
$pivotview-filter-toolbar-items-margin-left:
|
|
147
|
+
$pivotview-filter-toolbar-items-margin-left: 15px !default;
|
|
148
148
|
$pivotview-filter-toolbar-items-margin-right: 0 !default;
|
|
149
149
|
$pivotgrid-header-text-margin-top: 4px !default;
|
|
150
150
|
$pivotgrid-border: $pivotgrid-cell-border-color !default;
|
|
@@ -144,7 +144,7 @@ $pivotgrid-gtot-font-color: $gray-900 !default;
|
|
|
144
144
|
$pivotgrid-report-label-margin-top: 4px !default;
|
|
145
145
|
$pivotgrid-bigger-report-label-margin-top: 2px !default;
|
|
146
146
|
$pivotview-value-sort-rtl-padding: .8em !default;
|
|
147
|
-
$pivotview-filter-toolbar-items-margin-left:
|
|
147
|
+
$pivotview-filter-toolbar-items-margin-left: 12px !default;
|
|
148
148
|
$pivotview-filter-toolbar-items-margin-right: 0 !default;
|
|
149
149
|
$pivotgrid-header-text-margin-top: 4px !default;
|
|
150
150
|
$pivotgrid-border: $pivotgrid-cell-border-color !default;
|
|
@@ -3202,6 +3202,27 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
3202
3202
|
}
|
|
3203
3203
|
}
|
|
3204
3204
|
|
|
3205
|
+
.e-rtl {
|
|
3206
|
+
.e-rte-toolbar,
|
|
3207
|
+
.e-rte-dropdown-popup {
|
|
3208
|
+
.e-unorder-list::before {
|
|
3209
|
+
content: '\e997';
|
|
3210
|
+
}
|
|
3211
|
+
|
|
3212
|
+
.e-order-list::before {
|
|
3213
|
+
content: '\e998';
|
|
3214
|
+
}
|
|
3215
|
+
|
|
3216
|
+
.e-indent::before {
|
|
3217
|
+
content: '\e999';
|
|
3218
|
+
}
|
|
3219
|
+
|
|
3220
|
+
.e-outdent::before {
|
|
3221
|
+
content: '\e99a';
|
|
3222
|
+
}
|
|
3223
|
+
}
|
|
3224
|
+
}
|
|
3225
|
+
|
|
3205
3226
|
.e-richtexteditor {
|
|
3206
3227
|
.e-south-east::before,
|
|
3207
3228
|
.e-south-west::before {
|
|
@@ -3257,6 +3257,27 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
3257
3257
|
}
|
|
3258
3258
|
}
|
|
3259
3259
|
|
|
3260
|
+
.e-rtl {
|
|
3261
|
+
.e-rte-toolbar,
|
|
3262
|
+
.e-rte-dropdown-popup {
|
|
3263
|
+
.e-unorder-list::before {
|
|
3264
|
+
content: '\e997';
|
|
3265
|
+
}
|
|
3266
|
+
|
|
3267
|
+
.e-order-list::before {
|
|
3268
|
+
content: '\e998';
|
|
3269
|
+
}
|
|
3270
|
+
|
|
3271
|
+
.e-indent::before {
|
|
3272
|
+
content: '\e999';
|
|
3273
|
+
}
|
|
3274
|
+
|
|
3275
|
+
.e-outdent::before {
|
|
3276
|
+
content: '\e99a';
|
|
3277
|
+
}
|
|
3278
|
+
}
|
|
3279
|
+
}
|
|
3280
|
+
|
|
3260
3281
|
.e-richtexteditor {
|
|
3261
3282
|
.e-south-east::before,
|
|
3262
3283
|
.e-south-west::before {
|
|
@@ -3391,6 +3391,27 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
3391
3391
|
}
|
|
3392
3392
|
}
|
|
3393
3393
|
|
|
3394
|
+
.e-rtl {
|
|
3395
|
+
.e-rte-toolbar,
|
|
3396
|
+
.e-rte-dropdown-popup {
|
|
3397
|
+
.e-unorder-list::before {
|
|
3398
|
+
content: '\e980';
|
|
3399
|
+
}
|
|
3400
|
+
|
|
3401
|
+
.e-order-list::before {
|
|
3402
|
+
content: '\e981';
|
|
3403
|
+
}
|
|
3404
|
+
|
|
3405
|
+
.e-indent::before {
|
|
3406
|
+
content: '\e982';
|
|
3407
|
+
}
|
|
3408
|
+
|
|
3409
|
+
.e-outdent::before {
|
|
3410
|
+
content: '\e983';
|
|
3411
|
+
}
|
|
3412
|
+
}
|
|
3413
|
+
}
|
|
3414
|
+
|
|
3394
3415
|
.e-cell-merge::before {
|
|
3395
3416
|
content: '\e89a';
|
|
3396
3417
|
}
|
|
@@ -3192,6 +3192,27 @@ $rte-tbar-default-bg: $content-bg-color-alt1;
|
|
|
3192
3192
|
}
|
|
3193
3193
|
}
|
|
3194
3194
|
|
|
3195
|
+
.e-rtl {
|
|
3196
|
+
.e-rte-toolbar,
|
|
3197
|
+
.e-rte-dropdown-popup {
|
|
3198
|
+
.e-unorder-list::before {
|
|
3199
|
+
content: '\e8c4';
|
|
3200
|
+
}
|
|
3201
|
+
|
|
3202
|
+
.e-order-list::before {
|
|
3203
|
+
content: '\e8c5';
|
|
3204
|
+
}
|
|
3205
|
+
|
|
3206
|
+
.e-indent::before {
|
|
3207
|
+
content: '\e8c6';
|
|
3208
|
+
}
|
|
3209
|
+
|
|
3210
|
+
.e-outdent::before {
|
|
3211
|
+
content: '\e8c7';
|
|
3212
|
+
}
|
|
3213
|
+
}
|
|
3214
|
+
}
|
|
3215
|
+
|
|
3195
3216
|
.e-cell-merge::before {
|
|
3196
3217
|
content: '\e83a';
|
|
3197
3218
|
}
|
|
@@ -3192,6 +3192,27 @@ $rte-tbar-default-bg: $content-bg-color-alt1;
|
|
|
3192
3192
|
}
|
|
3193
3193
|
}
|
|
3194
3194
|
|
|
3195
|
+
.e-rtl {
|
|
3196
|
+
.e-rte-toolbar,
|
|
3197
|
+
.e-rte-dropdown-popup {
|
|
3198
|
+
.e-unorder-list::before {
|
|
3199
|
+
content: '\e8c4';
|
|
3200
|
+
}
|
|
3201
|
+
|
|
3202
|
+
.e-order-list::before {
|
|
3203
|
+
content: '\e8c5';
|
|
3204
|
+
}
|
|
3205
|
+
|
|
3206
|
+
.e-indent::before {
|
|
3207
|
+
content: '\e8c6';
|
|
3208
|
+
}
|
|
3209
|
+
|
|
3210
|
+
.e-outdent::before {
|
|
3211
|
+
content: '\e8c7';
|
|
3212
|
+
}
|
|
3213
|
+
}
|
|
3214
|
+
}
|
|
3215
|
+
|
|
3195
3216
|
.e-cell-merge::before {
|
|
3196
3217
|
content: '\e83a';
|
|
3197
3218
|
}
|
|
@@ -3190,6 +3190,27 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
3190
3190
|
}
|
|
3191
3191
|
}
|
|
3192
3192
|
|
|
3193
|
+
.e-rtl {
|
|
3194
|
+
.e-rte-toolbar,
|
|
3195
|
+
.e-rte-dropdown-popup {
|
|
3196
|
+
.e-unorder-list::before {
|
|
3197
|
+
content: '\e988';
|
|
3198
|
+
}
|
|
3199
|
+
|
|
3200
|
+
.e-order-list::before {
|
|
3201
|
+
content: '\e989';
|
|
3202
|
+
}
|
|
3203
|
+
|
|
3204
|
+
.e-indent::before {
|
|
3205
|
+
content: '\e98a';
|
|
3206
|
+
}
|
|
3207
|
+
|
|
3208
|
+
.e-outdent::before {
|
|
3209
|
+
content: '\e98b';
|
|
3210
|
+
}
|
|
3211
|
+
}
|
|
3212
|
+
}
|
|
3213
|
+
|
|
3193
3214
|
.e-cell-merge::before {
|
|
3194
3215
|
content: '\e89a';
|
|
3195
3216
|
}
|
|
@@ -3188,6 +3188,27 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
3188
3188
|
}
|
|
3189
3189
|
}
|
|
3190
3190
|
|
|
3191
|
+
.e-rtl {
|
|
3192
|
+
.e-rte-toolbar,
|
|
3193
|
+
.e-rte-dropdown-popup {
|
|
3194
|
+
.e-unorder-list::before {
|
|
3195
|
+
content: '\e988';
|
|
3196
|
+
}
|
|
3197
|
+
|
|
3198
|
+
.e-order-list::before {
|
|
3199
|
+
content: '\e989';
|
|
3200
|
+
}
|
|
3201
|
+
|
|
3202
|
+
.e-indent::before {
|
|
3203
|
+
content: '\e98a';
|
|
3204
|
+
}
|
|
3205
|
+
|
|
3206
|
+
.e-outdent::before {
|
|
3207
|
+
content: '\e98b';
|
|
3208
|
+
}
|
|
3209
|
+
}
|
|
3210
|
+
}
|
|
3211
|
+
|
|
3191
3212
|
.e-cell-merge::before {
|
|
3192
3213
|
content: '\e89a';
|
|
3193
3214
|
}
|
|
@@ -3195,6 +3195,27 @@ $rte-tbar-default-bg: $content-bg-color-alt2;
|
|
|
3195
3195
|
}
|
|
3196
3196
|
}
|
|
3197
3197
|
|
|
3198
|
+
.e-rtl {
|
|
3199
|
+
.e-rte-toolbar,
|
|
3200
|
+
.e-rte-dropdown-popup {
|
|
3201
|
+
.e-unorder-list::before {
|
|
3202
|
+
content: '\e8c4';
|
|
3203
|
+
}
|
|
3204
|
+
|
|
3205
|
+
.e-order-list::before {
|
|
3206
|
+
content: '\e8c5';
|
|
3207
|
+
}
|
|
3208
|
+
|
|
3209
|
+
.e-indent::before {
|
|
3210
|
+
content: '\e8c6';
|
|
3211
|
+
}
|
|
3212
|
+
|
|
3213
|
+
.e-outdent::before {
|
|
3214
|
+
content: '\e8c7';
|
|
3215
|
+
}
|
|
3216
|
+
}
|
|
3217
|
+
}
|
|
3218
|
+
|
|
3198
3219
|
.e-cell-merge::before {
|
|
3199
3220
|
content: '\e83a';
|
|
3200
3221
|
}
|
|
@@ -3195,6 +3195,27 @@ $rte-tbar-default-bg: $content-bg-color-alt2;
|
|
|
3195
3195
|
}
|
|
3196
3196
|
}
|
|
3197
3197
|
|
|
3198
|
+
.e-rtl {
|
|
3199
|
+
.e-rte-toolbar,
|
|
3200
|
+
.e-rte-dropdown-popup {
|
|
3201
|
+
.e-unorder-list::before {
|
|
3202
|
+
content: '\e8c4';
|
|
3203
|
+
}
|
|
3204
|
+
|
|
3205
|
+
.e-order-list::before {
|
|
3206
|
+
content: '\e8c5';
|
|
3207
|
+
}
|
|
3208
|
+
|
|
3209
|
+
.e-indent::before {
|
|
3210
|
+
content: '\e8c6';
|
|
3211
|
+
}
|
|
3212
|
+
|
|
3213
|
+
.e-outdent::before {
|
|
3214
|
+
content: '\e8c7';
|
|
3215
|
+
}
|
|
3216
|
+
}
|
|
3217
|
+
}
|
|
3218
|
+
|
|
3198
3219
|
.e-cell-merge::before {
|
|
3199
3220
|
content: '\e83a';
|
|
3200
3221
|
}
|
|
@@ -3188,6 +3188,27 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
3188
3188
|
}
|
|
3189
3189
|
}
|
|
3190
3190
|
|
|
3191
|
+
.e-rtl {
|
|
3192
|
+
.e-rte-toolbar,
|
|
3193
|
+
.e-rte-dropdown-popup {
|
|
3194
|
+
.e-unorder-list::before {
|
|
3195
|
+
content: '\e986';
|
|
3196
|
+
}
|
|
3197
|
+
|
|
3198
|
+
.e-order-list::before {
|
|
3199
|
+
content: '\e987';
|
|
3200
|
+
}
|
|
3201
|
+
|
|
3202
|
+
.e-indent::before {
|
|
3203
|
+
content: '\e989';
|
|
3204
|
+
}
|
|
3205
|
+
|
|
3206
|
+
.e-outdent::before {
|
|
3207
|
+
content: '\e98a';
|
|
3208
|
+
}
|
|
3209
|
+
}
|
|
3210
|
+
}
|
|
3211
|
+
|
|
3191
3212
|
.e-cell-merge::before {
|
|
3192
3213
|
content: '\e89a';
|
|
3193
3214
|
}
|