@syncfusion/blazor-themes 24.2.6 → 24.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SCSS-Themes/bootstrap-dark.scss +172 -31
- package/SCSS-Themes/bootstrap.scss +174 -33
- package/SCSS-Themes/bootstrap4.scss +165 -24
- package/SCSS-Themes/bootstrap5-dark.scss +160 -19
- package/SCSS-Themes/bootstrap5.scss +160 -19
- package/SCSS-Themes/buttons/button/tailwind-dark.scss +1 -1
- package/SCSS-Themes/buttons/button/tailwind.scss +1 -1
- package/SCSS-Themes/fabric-dark.scss +160 -19
- package/SCSS-Themes/fabric.scss +160 -19
- package/SCSS-Themes/fluent-dark.scss +165 -24
- package/SCSS-Themes/fluent.scss +165 -24
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/bootstrap.scss +0 -2
- package/SCSS-Themes/grids/grid/bootstrap4.scss +2 -4
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/bootstrap5.scss +0 -2
- package/SCSS-Themes/grids/grid/fabric-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/fabric.scss +0 -2
- package/SCSS-Themes/grids/grid/fluent-dark.scss +2 -4
- package/SCSS-Themes/grids/grid/fluent.scss +2 -4
- package/SCSS-Themes/grids/grid/highcontrast.scss +0 -2
- package/SCSS-Themes/grids/grid/material-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/material.scss +0 -2
- package/SCSS-Themes/grids/grid/material3-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/material3.scss +0 -2
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/tailwind.scss +0 -2
- package/SCSS-Themes/highcontrast.scss +160 -19
- package/SCSS-Themes/material-dark.scss +160 -19
- package/SCSS-Themes/material.scss +160 -19
- package/SCSS-Themes/material3-dark.scss +161 -20
- package/SCSS-Themes/material3.scss +161 -20
- package/SCSS-Themes/navigations/toolbar/bootstrap-dark.scss +39 -4
- package/SCSS-Themes/navigations/toolbar/bootstrap.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap4.scss +38 -3
- package/SCSS-Themes/navigations/toolbar/bootstrap5-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/fabric-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/fabric.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/fluent-dark.scss +38 -3
- package/SCSS-Themes/navigations/toolbar/fluent.scss +38 -3
- package/SCSS-Themes/navigations/toolbar/highcontrast.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/material-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/material.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/material3-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/material3.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/tailwind-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/tailwind.scss +35 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +4 -2
- 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/pivotview/pivotview/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fabric.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fluent.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/material-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/material.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/material3.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +69 -22
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +75 -28
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +62 -15
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +62 -15
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +61 -14
- package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/bootstrap.scss +59 -0
- package/SCSS-Themes/schedule/schedule/bootstrap4.scss +59 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.scss +59 -0
- package/SCSS-Themes/schedule/schedule/fabric-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/fabric.scss +59 -0
- package/SCSS-Themes/schedule/schedule/fluent-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/fluent.scss +59 -0
- package/SCSS-Themes/schedule/schedule/highcontrast.scss +59 -0
- package/SCSS-Themes/schedule/schedule/material-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/material.scss +59 -0
- package/SCSS-Themes/schedule/schedule/material3-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/material3.scss +59 -0
- package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/tailwind.scss +59 -0
- package/SCSS-Themes/tailwind-dark.scss +161 -20
- package/SCSS-Themes/tailwind.scss +161 -20
- package/package.json +1 -1
|
@@ -47574,6 +47574,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47574
47574
|
white-space: nowrap;
|
|
47575
47575
|
overflow: hidden;
|
|
47576
47576
|
|
|
47577
|
+
&.e-spacer-toolbar {
|
|
47578
|
+
|
|
47579
|
+
.e-toolbar-items {
|
|
47580
|
+
display: flex;
|
|
47581
|
+
flex-wrap: nowrap;
|
|
47582
|
+
width: 100%;
|
|
47583
|
+
|
|
47584
|
+
&:not(.e-toolbar-multirow) {
|
|
47585
|
+
position: absolute;
|
|
47586
|
+
}
|
|
47587
|
+
}
|
|
47588
|
+
|
|
47589
|
+
&.e-pop-mode {
|
|
47590
|
+
|
|
47591
|
+
.e-toolbar-items {
|
|
47592
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47593
|
+
}
|
|
47594
|
+
}
|
|
47595
|
+
}
|
|
47596
|
+
|
|
47577
47597
|
.e-blazor-toolbar-items {
|
|
47578
47598
|
position: absolute;
|
|
47579
47599
|
top: -9999px;
|
|
@@ -47711,6 +47731,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47711
47731
|
min-height: $tbar-nrml-item-size;
|
|
47712
47732
|
vertical-align: middle;
|
|
47713
47733
|
width: auto;
|
|
47734
|
+
flex: 0 0 auto;
|
|
47735
|
+
|
|
47736
|
+
&.e-spacer {
|
|
47737
|
+
flex-grow: 1;
|
|
47738
|
+
}
|
|
47714
47739
|
|
|
47715
47740
|
.e-tbar-btn {
|
|
47716
47741
|
display: flex;
|
|
@@ -48141,6 +48166,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48141
48166
|
|
|
48142
48167
|
&.e-rtl {
|
|
48143
48168
|
|
|
48169
|
+
&:not(.e-spacer-toolbar) {
|
|
48170
|
+
|
|
48171
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48172
|
+
|
|
48173
|
+
.e-toolbar-item:first-child {
|
|
48174
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48175
|
+
}
|
|
48176
|
+
}
|
|
48177
|
+
}
|
|
48178
|
+
|
|
48144
48179
|
.e-toolbar-item {
|
|
48145
48180
|
|
|
48146
48181
|
.e-tbar-btn {
|
|
@@ -77621,8 +77656,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
77621
77656
|
}
|
|
77622
77657
|
|
|
77623
77658
|
& .e-responsive-right {
|
|
77624
|
-
width: calc(100% - 50px);
|
|
77625
|
-
|
|
77626
77659
|
& .e-search-wrapper {
|
|
77627
77660
|
& .e-input-group::before,
|
|
77628
77661
|
& .e-input-group::after {
|
|
@@ -89057,7 +89090,7 @@ $rte-big-quick-item-line-height: normal !default;
|
|
|
89057
89090
|
$rte-quick-item-line-height: 20px !default;
|
|
89058
89091
|
$rte-quick-item-active-bg: rgba($grey-base, .12) !default;
|
|
89059
89092
|
$rte-quick-item-active-font-color: $base-font !default;
|
|
89060
|
-
$rte-quick-item-border:
|
|
89093
|
+
$rte-quick-item-border: 0 solid transparent !default;
|
|
89061
89094
|
$rte-quick-item-hover-border-color: $grey-8c !default;
|
|
89062
89095
|
$rte-quick-item-active-border-color: $grey-8c !default;
|
|
89063
89096
|
$rte-content-padding: 16px !default;
|
|
@@ -89095,11 +89128,11 @@ $rte-big-tb-items-margin-left: 3px !default;
|
|
|
89095
89128
|
$rte-tb-items-margin-left: 6px !default;
|
|
89096
89129
|
$rte-big-tb-items-padding-left: 3px !default;
|
|
89097
89130
|
$rte-tb-items-padding-left: 6px !default;
|
|
89098
|
-
$rte-big-active-tb-item-btn-padding: 0
|
|
89099
|
-
$rte-active-tb-item-btn-padding: 0
|
|
89131
|
+
$rte-big-active-tb-item-btn-padding: 0 7px !default;
|
|
89132
|
+
$rte-active-tb-item-btn-padding: 0 2.5px !default;
|
|
89100
89133
|
$rte-tb-item-active-bg: rgba($grey-base, .12) !default;
|
|
89101
89134
|
$rte-tb-active-font-color: $base-font !default;
|
|
89102
|
-
$rte-tb-item-active-border:
|
|
89135
|
+
$rte-tb-item-active-border: 0 !default;
|
|
89103
89136
|
$rte-expand-tb-border-bottom: $rte-border-size $rte-border-type rgb(250, 250, 250) !default;
|
|
89104
89137
|
$rte-color-picker-active-bg: inherit !default;
|
|
89105
89138
|
$rte-drop-btn-active-bg: $grey-e6 !default;
|
|
@@ -89117,7 +89150,7 @@ $rte-split-btn-span-active-bg: $grey-e6 !default;
|
|
|
89117
89150
|
$rte-split-btn-bar-bg: $grey-ad !default;
|
|
89118
89151
|
$rte-split-btn-active-bar-bg: $grey-ad !default;
|
|
89119
89152
|
$rte-split-btn-bar-size: 0 !default;
|
|
89120
|
-
$rte-split-btn-active-border:
|
|
89153
|
+
$rte-split-btn-active-border: 0 solid $grey-ad !default;
|
|
89121
89154
|
$rte-split-btn-active-color-icon-line-height: 30px !default;
|
|
89122
89155
|
$rte-big-split-btn-active-color-icon-line-height: 34px !default;
|
|
89123
89156
|
$rte-formatlists-dropdown-line-height: 20px;
|
|
@@ -89144,15 +89177,15 @@ $rte-font-name-btn-min-width: 67px !default;
|
|
|
89144
89177
|
$rte-font-size-btn-min-width: 36px !default;
|
|
89145
89178
|
$rte-drop-btn-padding-left: 9px !default;
|
|
89146
89179
|
$rte-drop-btn-padding-right: 3.5px !default;
|
|
89147
|
-
$rte-drop-btn-action-padding-left:
|
|
89148
|
-
$rte-drop-btn-action-padding-right:
|
|
89180
|
+
$rte-drop-btn-action-padding-left: 9px !default;
|
|
89181
|
+
$rte-drop-btn-action-padding-right: 3.5px !default;
|
|
89149
89182
|
$rte-big-drop-btn-padding-left: 12px !default;
|
|
89150
89183
|
$rte-big-drop-btn-padding-right: 7px !default;
|
|
89151
|
-
$rte-big-drop-btn-action-padding-left:
|
|
89152
|
-
$rte-big-drop-btn-action-padding-right:
|
|
89184
|
+
$rte-big-drop-btn-action-padding-left: 12px !default;
|
|
89185
|
+
$rte-big-drop-btn-action-padding-right: 7px !default;
|
|
89153
89186
|
$rte-ext-tbar-overlay-icons-color: $base-font !default;
|
|
89154
89187
|
$rte-colorpicker-parent-padding: 1px !default;
|
|
89155
|
-
$rte-colorpicker-parent-padding-hover:
|
|
89188
|
+
$rte-colorpicker-parent-padding-hover: 1px !default;
|
|
89156
89189
|
$rte-colorpicker-parent-padding-active-hover: 1px !default;
|
|
89157
89190
|
$rte-overlay-color: #383838 !default;
|
|
89158
89191
|
$rte-dropdown-btn-color-content-height: 30px !default;
|
|
@@ -89208,7 +89241,7 @@ $rte-resize-handler-height: 15px;
|
|
|
89208
89241
|
$rte-resize-handler-position: 0;
|
|
89209
89242
|
$rte-default-character-count-opacity: .54;
|
|
89210
89243
|
|
|
89211
|
-
$rte-big-color-list-span-common-padding-left-right:
|
|
89244
|
+
$rte-big-color-list-span-common-padding-left-right: 1px;
|
|
89212
89245
|
$rte-placeholder-padding: 16px !default;
|
|
89213
89246
|
|
|
89214
89247
|
$rte-img-dlg-max-height: 426px !default;
|
|
@@ -89297,9 +89330,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
89297
89330
|
&.e-extended-toolbar .e-toolbar-items .e-toolbar-item {
|
|
89298
89331
|
& .e-rte-dropdown-btn.e-active.e-tbar-btn {
|
|
89299
89332
|
background: $rte-dropdown-active-bg;
|
|
89300
|
-
border:
|
|
89301
|
-
padding-left:
|
|
89302
|
-
padding-right:
|
|
89333
|
+
border: 0;
|
|
89334
|
+
padding-left: 9px;
|
|
89335
|
+
padding-right: 3.5px;
|
|
89303
89336
|
}
|
|
89304
89337
|
}
|
|
89305
89338
|
}
|
|
@@ -90240,7 +90273,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90240
90273
|
|
|
90241
90274
|
.e-rte-image.e-imginline,
|
|
90242
90275
|
.e-rte-audio.e-audio-inline,
|
|
90243
|
-
.e-rte-video.e-video-inline
|
|
90276
|
+
.e-rte-video.e-video-inline {
|
|
90277
|
+
margin-left: 5px;
|
|
90278
|
+
margin-right: 5px;
|
|
90244
90279
|
display: inline-block;
|
|
90245
90280
|
float: none;
|
|
90246
90281
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -90849,6 +90884,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90849
90884
|
.e-rte-quick-toolbar {
|
|
90850
90885
|
min-height: 48px;
|
|
90851
90886
|
|
|
90887
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
90888
|
+
.e-rte-color-content,
|
|
90889
|
+
.e-caret {
|
|
90890
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
90891
|
+
|
|
90892
|
+
&:hover {
|
|
90893
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
90894
|
+
}
|
|
90895
|
+
}
|
|
90896
|
+
}
|
|
90897
|
+
|
|
90852
90898
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
90853
90899
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
90854
90900
|
min-height: 48px;
|
|
@@ -91597,12 +91643,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91597
91643
|
}
|
|
91598
91644
|
}
|
|
91599
91645
|
|
|
91600
|
-
@if $skin-name == 'bootstrap5' {
|
|
91601
|
-
.e-tbar-btn:focus .e-icons {
|
|
91602
|
-
color: $rte-quick-item-active-font-color;
|
|
91603
|
-
}
|
|
91604
|
-
}
|
|
91605
|
-
|
|
91606
91646
|
&.e-active .e-tbar-btn,
|
|
91607
91647
|
&.e-active .e-tbar-btn:focus {
|
|
91608
91648
|
background: $rte-tb-item-active-bg;
|
|
@@ -91626,10 +91666,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91626
91666
|
.e-tbar-btn:hover .e-icons {
|
|
91627
91667
|
color: $rte-tb-hover-font-color;
|
|
91628
91668
|
}
|
|
91629
|
-
|
|
91630
|
-
.e-tbar-btn:focus .e-icons {
|
|
91631
|
-
color: $primary-text-focus;
|
|
91632
|
-
}
|
|
91633
91669
|
}
|
|
91634
91670
|
|
|
91635
91671
|
.e-dropdown-btn.e-active {
|
|
@@ -91741,9 +91777,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91741
91777
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
91742
91778
|
color: $rte-hover-icons-color;
|
|
91743
91779
|
}
|
|
91744
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
91745
|
-
color: $rte-hover-icons-color;
|
|
91746
|
-
}
|
|
91747
91780
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
91748
91781
|
color: $rte-tb-active-font-color;
|
|
91749
91782
|
}
|
|
@@ -91984,6 +92017,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91984
92017
|
.e-toolbar-items {
|
|
91985
92018
|
background: $rte-quick-pop-bg;
|
|
91986
92019
|
|
|
92020
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92021
|
+
.e-rte-color-content{
|
|
92022
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92023
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92024
|
+
padding-top: 5px;
|
|
92025
|
+
}
|
|
92026
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92027
|
+
@if $skin-name == 'FluentUI' {
|
|
92028
|
+
display: flex;
|
|
92029
|
+
align-items: center;
|
|
92030
|
+
justify-content: center;
|
|
92031
|
+
}
|
|
92032
|
+
&:hover {
|
|
92033
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92034
|
+
}
|
|
92035
|
+
}
|
|
92036
|
+
|
|
92037
|
+
.e-caret {
|
|
92038
|
+
&:hover {
|
|
92039
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92040
|
+
}
|
|
92041
|
+
}
|
|
92042
|
+
&.e-tbar-btn:hover {
|
|
92043
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92044
|
+
background: $rte-split-btn-hover-bg;
|
|
92045
|
+
}
|
|
92046
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92047
|
+
background: $rte-tbar-default-bg;
|
|
92048
|
+
}
|
|
92049
|
+
}
|
|
92050
|
+
}
|
|
92051
|
+
|
|
91987
92052
|
.e-separator {
|
|
91988
92053
|
border: .5px solid $rte-quick-vr-line-color;
|
|
91989
92054
|
}
|
|
@@ -92064,6 +92129,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92064
92129
|
}
|
|
92065
92130
|
}
|
|
92066
92131
|
|
|
92132
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92133
|
+
.e-rte-color-content {
|
|
92134
|
+
@if $skin-name =='tailwind' or $skin-name =='tailwind-dark' or $skin-name =='bootstrap5' or $skin-name =='bootstrap5-dark' or $skin-name =='material' or $skin-name =='material-dark' {
|
|
92135
|
+
padding-top: 8px;
|
|
92136
|
+
}
|
|
92137
|
+
}
|
|
92138
|
+
}
|
|
92139
|
+
|
|
92067
92140
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92068
92141
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92069
92142
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92354,6 +92427,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92354
92427
|
color: $rte-icons-color;
|
|
92355
92428
|
}
|
|
92356
92429
|
|
|
92430
|
+
.e-bigger .e-richtexteditor,
|
|
92431
|
+
.e-richtexteditor {
|
|
92432
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92433
|
+
color: $icon-color-disabled;
|
|
92434
|
+
}
|
|
92435
|
+
}
|
|
92436
|
+
|
|
92357
92437
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92358
92438
|
border-radius: 4px;
|
|
92359
92439
|
}
|
|
@@ -103332,8 +103412,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103332
103412
|
padding-bottom: 30px;
|
|
103333
103413
|
height: 18px;
|
|
103334
103414
|
}
|
|
103335
|
-
max-width: 237px;
|
|
103336
103415
|
position: absolute;
|
|
103416
|
+
overflow: hidden;
|
|
103417
|
+
text-overflow: ellipsis;
|
|
103337
103418
|
}
|
|
103338
103419
|
|
|
103339
103420
|
.e-pv-reply-title {
|
|
@@ -103352,10 +103433,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103352
103433
|
@if $skin-name == 'Material3' {
|
|
103353
103434
|
font-size: $text-xs;
|
|
103354
103435
|
}
|
|
103355
|
-
max-width: 212px;
|
|
103356
103436
|
padding-left: 8px;
|
|
103357
103437
|
padding-top: $pv-comment-title-padding-top;
|
|
103358
103438
|
position: absolute;
|
|
103439
|
+
overflow: hidden;
|
|
103440
|
+
text-overflow: ellipsis;
|
|
103359
103441
|
}
|
|
103360
103442
|
|
|
103361
103443
|
.e-pv-comments-hover {
|
|
@@ -112610,7 +112692,7 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
112610
112692
|
|
|
112611
112693
|
th.e-group-row .e-axis-row {
|
|
112612
112694
|
display: inline-block;
|
|
112613
|
-
height:
|
|
112695
|
+
height: auto;
|
|
112614
112696
|
vertical-align: top;
|
|
112615
112697
|
width: 100%;
|
|
112616
112698
|
}
|
|
@@ -115913,6 +115995,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
|
|
|
115913
115995
|
$schedule-tbar-right-active-items-btn-border: none !default;
|
|
115914
115996
|
$schedule-device-tbar-right-items-btn-border-radius: 0 !default;
|
|
115915
115997
|
$schedule-device-tbar-right-items-btn-border: none !default;
|
|
115998
|
+
$schedule-device-font-size: 8px !default;
|
|
115916
115999
|
|
|
115917
116000
|
$schedule-timezone-enable-nrml-height: 60px !default;
|
|
115918
116001
|
$schedule-timezone-enable-bgr-height: 70px !default;
|
|
@@ -116226,6 +116309,8 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
116226
116309
|
}
|
|
116227
116310
|
|
|
116228
116311
|
.e-toolbar-items {
|
|
116312
|
+
height: $schedule-tbar-bgr-size;
|
|
116313
|
+
|
|
116229
116314
|
&.e-tbar-pos {
|
|
116230
116315
|
height: $schedule-tbar-bgr-size;
|
|
116231
116316
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -116263,6 +116348,28 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
116263
116348
|
}
|
|
116264
116349
|
}
|
|
116265
116350
|
|
|
116351
|
+
@media screen and (max-width: 320px) {
|
|
116352
|
+
.e-schedule-toolbar {
|
|
116353
|
+
.e-toolbar-pop {
|
|
116354
|
+
width: 100%;
|
|
116355
|
+
|
|
116356
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
116357
|
+
padding-left: 7px;
|
|
116358
|
+
}
|
|
116359
|
+
|
|
116360
|
+
&.e-rtl {
|
|
116361
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
116362
|
+
padding-right: 7px;
|
|
116363
|
+
}
|
|
116364
|
+
}
|
|
116365
|
+
}
|
|
116366
|
+
|
|
116367
|
+
.e-tbar-btn .e-tbar-btn-text {
|
|
116368
|
+
font-size: $schedule-device-font-size;
|
|
116369
|
+
}
|
|
116370
|
+
}
|
|
116371
|
+
}
|
|
116372
|
+
|
|
116266
116373
|
.e-schedule-resource-toolbar {
|
|
116267
116374
|
background: $schedule-tbar-default-bg;
|
|
116268
116375
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
@@ -119156,7 +119263,24 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
119156
119263
|
}
|
|
119157
119264
|
}
|
|
119158
119265
|
}
|
|
119266
|
+
|
|
119267
|
+
/*! schedule event window for smaller viewports*/
|
|
119268
|
+
@media screen and (max-width: 320px) {
|
|
119269
|
+
.e-schedule-dialog.e-popup.e-popup-open {
|
|
119270
|
+
max-height: 350px;
|
|
119271
|
+
min-width: 100%;
|
|
119272
|
+
}
|
|
119273
|
+
|
|
119274
|
+
.e-schedule-dialog {
|
|
119275
|
+
.e-all-day-container {
|
|
119276
|
+
padding-bottom: 10px;
|
|
119277
|
+
}
|
|
119159
119278
|
|
|
119279
|
+
.e-all-day-time-zone-row {
|
|
119280
|
+
display: block;
|
|
119281
|
+
}
|
|
119282
|
+
}
|
|
119283
|
+
}
|
|
119160
119284
|
.e-ddl.e-popup {
|
|
119161
119285
|
.e-resource-template {
|
|
119162
119286
|
display: flex;
|
|
@@ -119840,6 +119964,23 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
119840
119964
|
}
|
|
119841
119965
|
}
|
|
119842
119966
|
|
|
119967
|
+
/*! schedule quick popup for smaller viewports */
|
|
119968
|
+
@media screen and (max-width: 320px) {
|
|
119969
|
+
.e-quick-popup-wrapper {
|
|
119970
|
+
min-width: 100%;
|
|
119971
|
+
|
|
119972
|
+
.e-popup-footer {
|
|
119973
|
+
padding-left: 5px;
|
|
119974
|
+
}
|
|
119975
|
+
|
|
119976
|
+
&.e-rtl {
|
|
119977
|
+
.e-popup-footer {
|
|
119978
|
+
padding-right: 5px;
|
|
119979
|
+
}
|
|
119980
|
+
}
|
|
119981
|
+
}
|
|
119982
|
+
}
|
|
119983
|
+
|
|
119843
119984
|
.e-bigger .e-quick-popup-wrapper {
|
|
119844
119985
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
119845
119986
|
font-size: 24px;
|