@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
|
@@ -47583,6 +47583,26 @@ $tbar-popup-btn-hover-border-size: 2px !default;
|
|
|
47583
47583
|
white-space: nowrap;
|
|
47584
47584
|
overflow: hidden;
|
|
47585
47585
|
|
|
47586
|
+
&.e-spacer-toolbar {
|
|
47587
|
+
|
|
47588
|
+
.e-toolbar-items {
|
|
47589
|
+
display: flex;
|
|
47590
|
+
flex-wrap: nowrap;
|
|
47591
|
+
width: 100%;
|
|
47592
|
+
|
|
47593
|
+
&:not(.e-toolbar-multirow) {
|
|
47594
|
+
position: absolute;
|
|
47595
|
+
}
|
|
47596
|
+
}
|
|
47597
|
+
|
|
47598
|
+
&.e-pop-mode {
|
|
47599
|
+
|
|
47600
|
+
.e-toolbar-items {
|
|
47601
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47602
|
+
}
|
|
47603
|
+
}
|
|
47604
|
+
}
|
|
47605
|
+
|
|
47586
47606
|
.e-blazor-toolbar-items {
|
|
47587
47607
|
position: absolute;
|
|
47588
47608
|
top: -9999px;
|
|
@@ -47720,6 +47740,11 @@ $tbar-popup-btn-hover-border-size: 2px !default;
|
|
|
47720
47740
|
min-height: $tbar-nrml-item-size;
|
|
47721
47741
|
vertical-align: middle;
|
|
47722
47742
|
width: auto;
|
|
47743
|
+
flex: 0 0 auto;
|
|
47744
|
+
|
|
47745
|
+
&.e-spacer {
|
|
47746
|
+
flex-grow: 1;
|
|
47747
|
+
}
|
|
47723
47748
|
|
|
47724
47749
|
.e-tbar-btn {
|
|
47725
47750
|
display: flex;
|
|
@@ -48150,6 +48175,16 @@ $tbar-popup-btn-hover-border-size: 2px !default;
|
|
|
48150
48175
|
|
|
48151
48176
|
&.e-rtl {
|
|
48152
48177
|
|
|
48178
|
+
&:not(.e-spacer-toolbar) {
|
|
48179
|
+
|
|
48180
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48181
|
+
|
|
48182
|
+
.e-toolbar-item:first-child {
|
|
48183
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48184
|
+
}
|
|
48185
|
+
}
|
|
48186
|
+
}
|
|
48187
|
+
|
|
48153
48188
|
.e-toolbar-item {
|
|
48154
48189
|
|
|
48155
48190
|
.e-tbar-btn {
|
|
@@ -77782,8 +77817,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
77782
77817
|
}
|
|
77783
77818
|
|
|
77784
77819
|
& .e-responsive-right {
|
|
77785
|
-
width: calc(100% - 50px);
|
|
77786
|
-
|
|
77787
77820
|
& .e-search-wrapper {
|
|
77788
77821
|
& .e-input-group::before,
|
|
77789
77822
|
& .e-input-group::after {
|
|
@@ -90318,7 +90351,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90318
90351
|
|
|
90319
90352
|
.e-rte-image.e-imginline,
|
|
90320
90353
|
.e-rte-audio.e-audio-inline,
|
|
90321
|
-
.e-rte-video.e-video-inline
|
|
90354
|
+
.e-rte-video.e-video-inline {
|
|
90355
|
+
margin-left: 5px;
|
|
90356
|
+
margin-right: 5px;
|
|
90322
90357
|
display: inline-block;
|
|
90323
90358
|
float: none;
|
|
90324
90359
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -90927,6 +90962,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90927
90962
|
.e-rte-quick-toolbar {
|
|
90928
90963
|
min-height: 48px;
|
|
90929
90964
|
|
|
90965
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
90966
|
+
.e-rte-color-content,
|
|
90967
|
+
.e-caret {
|
|
90968
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
90969
|
+
|
|
90970
|
+
&:hover {
|
|
90971
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
90972
|
+
}
|
|
90973
|
+
}
|
|
90974
|
+
}
|
|
90975
|
+
|
|
90930
90976
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
90931
90977
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
90932
90978
|
min-height: 48px;
|
|
@@ -91675,12 +91721,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91675
91721
|
}
|
|
91676
91722
|
}
|
|
91677
91723
|
|
|
91678
|
-
@if $skin-name == 'bootstrap5' {
|
|
91679
|
-
.e-tbar-btn:focus .e-icons {
|
|
91680
|
-
color: $rte-quick-item-active-font-color;
|
|
91681
|
-
}
|
|
91682
|
-
}
|
|
91683
|
-
|
|
91684
91724
|
&.e-active .e-tbar-btn,
|
|
91685
91725
|
&.e-active .e-tbar-btn:focus {
|
|
91686
91726
|
background: $rte-tb-item-active-bg;
|
|
@@ -91704,10 +91744,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91704
91744
|
.e-tbar-btn:hover .e-icons {
|
|
91705
91745
|
color: $rte-tb-hover-font-color;
|
|
91706
91746
|
}
|
|
91707
|
-
|
|
91708
|
-
.e-tbar-btn:focus .e-icons {
|
|
91709
|
-
color: $primary-text-focus;
|
|
91710
|
-
}
|
|
91711
91747
|
}
|
|
91712
91748
|
|
|
91713
91749
|
.e-dropdown-btn.e-active {
|
|
@@ -91819,9 +91855,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91819
91855
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
91820
91856
|
color: $rte-hover-icons-color;
|
|
91821
91857
|
}
|
|
91822
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
91823
|
-
color: $rte-hover-icons-color;
|
|
91824
|
-
}
|
|
91825
91858
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
91826
91859
|
color: $rte-tb-active-font-color;
|
|
91827
91860
|
}
|
|
@@ -92062,6 +92095,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92062
92095
|
.e-toolbar-items {
|
|
92063
92096
|
background: $rte-quick-pop-bg;
|
|
92064
92097
|
|
|
92098
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92099
|
+
.e-rte-color-content{
|
|
92100
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92101
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92102
|
+
padding-top: 5px;
|
|
92103
|
+
}
|
|
92104
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92105
|
+
@if $skin-name == 'FluentUI' {
|
|
92106
|
+
display: flex;
|
|
92107
|
+
align-items: center;
|
|
92108
|
+
justify-content: center;
|
|
92109
|
+
}
|
|
92110
|
+
&:hover {
|
|
92111
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92112
|
+
}
|
|
92113
|
+
}
|
|
92114
|
+
|
|
92115
|
+
.e-caret {
|
|
92116
|
+
&:hover {
|
|
92117
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92118
|
+
}
|
|
92119
|
+
}
|
|
92120
|
+
&.e-tbar-btn:hover {
|
|
92121
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92122
|
+
background: $rte-split-btn-hover-bg;
|
|
92123
|
+
}
|
|
92124
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92125
|
+
background: $rte-tbar-default-bg;
|
|
92126
|
+
}
|
|
92127
|
+
}
|
|
92128
|
+
}
|
|
92129
|
+
|
|
92065
92130
|
.e-separator {
|
|
92066
92131
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92067
92132
|
}
|
|
@@ -92142,6 +92207,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92142
92207
|
}
|
|
92143
92208
|
}
|
|
92144
92209
|
|
|
92210
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92211
|
+
.e-rte-color-content {
|
|
92212
|
+
@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' {
|
|
92213
|
+
padding-top: 8px;
|
|
92214
|
+
}
|
|
92215
|
+
}
|
|
92216
|
+
}
|
|
92217
|
+
|
|
92145
92218
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92146
92219
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92147
92220
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92432,6 +92505,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92432
92505
|
color: $rte-icons-color;
|
|
92433
92506
|
}
|
|
92434
92507
|
|
|
92508
|
+
.e-bigger .e-richtexteditor,
|
|
92509
|
+
.e-richtexteditor {
|
|
92510
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92511
|
+
color: $icon-color-disabled;
|
|
92512
|
+
}
|
|
92513
|
+
}
|
|
92514
|
+
|
|
92435
92515
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92436
92516
|
border-radius: 4px;
|
|
92437
92517
|
}
|
|
@@ -103409,8 +103489,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103409
103489
|
padding-bottom: 30px;
|
|
103410
103490
|
height: 18px;
|
|
103411
103491
|
}
|
|
103412
|
-
max-width: 237px;
|
|
103413
103492
|
position: absolute;
|
|
103493
|
+
overflow: hidden;
|
|
103494
|
+
text-overflow: ellipsis;
|
|
103414
103495
|
}
|
|
103415
103496
|
|
|
103416
103497
|
.e-pv-reply-title {
|
|
@@ -103429,10 +103510,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103429
103510
|
@if $skin-name == 'Material3' {
|
|
103430
103511
|
font-size: $text-xs;
|
|
103431
103512
|
}
|
|
103432
|
-
max-width: 212px;
|
|
103433
103513
|
padding-left: 8px;
|
|
103434
103514
|
padding-top: $pv-comment-title-padding-top;
|
|
103435
103515
|
position: absolute;
|
|
103516
|
+
overflow: hidden;
|
|
103517
|
+
text-overflow: ellipsis;
|
|
103436
103518
|
}
|
|
103437
103519
|
|
|
103438
103520
|
.e-pv-comments-hover {
|
|
@@ -112680,7 +112762,7 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
112680
112762
|
|
|
112681
112763
|
th.e-group-row .e-axis-row {
|
|
112682
112764
|
display: inline-block;
|
|
112683
|
-
height:
|
|
112765
|
+
height: auto;
|
|
112684
112766
|
vertical-align: top;
|
|
112685
112767
|
width: 100%;
|
|
112686
112768
|
}
|
|
@@ -115985,6 +116067,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
|
|
|
115985
116067
|
$schedule-tbar-right-active-items-btn-border: none !default;
|
|
115986
116068
|
$schedule-device-tbar-right-items-btn-border-radius: 0 !default;
|
|
115987
116069
|
$schedule-device-tbar-right-items-btn-border: none !default;
|
|
116070
|
+
$schedule-device-font-size: 8px !default;
|
|
115988
116071
|
|
|
115989
116072
|
$schedule-content-nrml-font-text-transform: uppercase !default;
|
|
115990
116073
|
$schedule-header-hover-border-radius: 0% !default;
|
|
@@ -116296,6 +116379,8 @@ $schedule-tree-content-color: #fff !default;
|
|
|
116296
116379
|
}
|
|
116297
116380
|
|
|
116298
116381
|
.e-toolbar-items {
|
|
116382
|
+
height: $schedule-tbar-bgr-size;
|
|
116383
|
+
|
|
116299
116384
|
&.e-tbar-pos {
|
|
116300
116385
|
height: $schedule-tbar-bgr-size;
|
|
116301
116386
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -116333,6 +116418,28 @@ $schedule-tree-content-color: #fff !default;
|
|
|
116333
116418
|
}
|
|
116334
116419
|
}
|
|
116335
116420
|
|
|
116421
|
+
@media screen and (max-width: 320px) {
|
|
116422
|
+
.e-schedule-toolbar {
|
|
116423
|
+
.e-toolbar-pop {
|
|
116424
|
+
width: 100%;
|
|
116425
|
+
|
|
116426
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
116427
|
+
padding-left: 7px;
|
|
116428
|
+
}
|
|
116429
|
+
|
|
116430
|
+
&.e-rtl {
|
|
116431
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
116432
|
+
padding-right: 7px;
|
|
116433
|
+
}
|
|
116434
|
+
}
|
|
116435
|
+
}
|
|
116436
|
+
|
|
116437
|
+
.e-tbar-btn .e-tbar-btn-text {
|
|
116438
|
+
font-size: $schedule-device-font-size;
|
|
116439
|
+
}
|
|
116440
|
+
}
|
|
116441
|
+
}
|
|
116442
|
+
|
|
116336
116443
|
.e-schedule-resource-toolbar {
|
|
116337
116444
|
background: $schedule-tbar-default-bg;
|
|
116338
116445
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
@@ -119226,7 +119333,24 @@ $schedule-tree-content-color: #fff !default;
|
|
|
119226
119333
|
}
|
|
119227
119334
|
}
|
|
119228
119335
|
}
|
|
119336
|
+
|
|
119337
|
+
/*! schedule event window for smaller viewports*/
|
|
119338
|
+
@media screen and (max-width: 320px) {
|
|
119339
|
+
.e-schedule-dialog.e-popup.e-popup-open {
|
|
119340
|
+
max-height: 350px;
|
|
119341
|
+
min-width: 100%;
|
|
119342
|
+
}
|
|
119229
119343
|
|
|
119344
|
+
.e-schedule-dialog {
|
|
119345
|
+
.e-all-day-container {
|
|
119346
|
+
padding-bottom: 10px;
|
|
119347
|
+
}
|
|
119348
|
+
|
|
119349
|
+
.e-all-day-time-zone-row {
|
|
119350
|
+
display: block;
|
|
119351
|
+
}
|
|
119352
|
+
}
|
|
119353
|
+
}
|
|
119230
119354
|
.e-ddl.e-popup {
|
|
119231
119355
|
.e-resource-template {
|
|
119232
119356
|
display: flex;
|
|
@@ -119910,6 +120034,23 @@ $schedule-tree-content-color: #fff !default;
|
|
|
119910
120034
|
}
|
|
119911
120035
|
}
|
|
119912
120036
|
|
|
120037
|
+
/*! schedule quick popup for smaller viewports */
|
|
120038
|
+
@media screen and (max-width: 320px) {
|
|
120039
|
+
.e-quick-popup-wrapper {
|
|
120040
|
+
min-width: 100%;
|
|
120041
|
+
|
|
120042
|
+
.e-popup-footer {
|
|
120043
|
+
padding-left: 5px;
|
|
120044
|
+
}
|
|
120045
|
+
|
|
120046
|
+
&.e-rtl {
|
|
120047
|
+
.e-popup-footer {
|
|
120048
|
+
padding-right: 5px;
|
|
120049
|
+
}
|
|
120050
|
+
}
|
|
120051
|
+
}
|
|
120052
|
+
}
|
|
120053
|
+
|
|
119913
120054
|
.e-bigger .e-quick-popup-wrapper {
|
|
119914
120055
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
119915
120056
|
font-size: 24px;
|
|
@@ -48307,6 +48307,26 @@ $tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !d
|
|
|
48307
48307
|
white-space: nowrap;
|
|
48308
48308
|
overflow: hidden;
|
|
48309
48309
|
|
|
48310
|
+
&.e-spacer-toolbar {
|
|
48311
|
+
|
|
48312
|
+
.e-toolbar-items {
|
|
48313
|
+
display: flex;
|
|
48314
|
+
flex-wrap: nowrap;
|
|
48315
|
+
width: 100%;
|
|
48316
|
+
|
|
48317
|
+
&:not(.e-toolbar-multirow) {
|
|
48318
|
+
position: absolute;
|
|
48319
|
+
}
|
|
48320
|
+
}
|
|
48321
|
+
|
|
48322
|
+
&.e-pop-mode {
|
|
48323
|
+
|
|
48324
|
+
.e-toolbar-items {
|
|
48325
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
48326
|
+
}
|
|
48327
|
+
}
|
|
48328
|
+
}
|
|
48329
|
+
|
|
48310
48330
|
.e-blazor-toolbar-items {
|
|
48311
48331
|
position: absolute;
|
|
48312
48332
|
top: -9999px;
|
|
@@ -48444,6 +48464,11 @@ $tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !d
|
|
|
48444
48464
|
min-height: $tbar-nrml-item-size;
|
|
48445
48465
|
vertical-align: middle;
|
|
48446
48466
|
width: auto;
|
|
48467
|
+
flex: 0 0 auto;
|
|
48468
|
+
|
|
48469
|
+
&.e-spacer {
|
|
48470
|
+
flex-grow: 1;
|
|
48471
|
+
}
|
|
48447
48472
|
|
|
48448
48473
|
.e-tbar-btn {
|
|
48449
48474
|
display: flex;
|
|
@@ -48874,6 +48899,16 @@ $tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !d
|
|
|
48874
48899
|
|
|
48875
48900
|
&.e-rtl {
|
|
48876
48901
|
|
|
48902
|
+
&:not(.e-spacer-toolbar) {
|
|
48903
|
+
|
|
48904
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48905
|
+
|
|
48906
|
+
.e-toolbar-item:first-child {
|
|
48907
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48908
|
+
}
|
|
48909
|
+
}
|
|
48910
|
+
}
|
|
48911
|
+
|
|
48877
48912
|
.e-toolbar-item {
|
|
48878
48913
|
|
|
48879
48914
|
.e-tbar-btn {
|
|
@@ -79077,8 +79112,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
79077
79112
|
}
|
|
79078
79113
|
|
|
79079
79114
|
& .e-responsive-right {
|
|
79080
|
-
width: calc(100% - 50px);
|
|
79081
|
-
|
|
79082
79115
|
& .e-search-wrapper {
|
|
79083
79116
|
& .e-input-group::before,
|
|
79084
79117
|
& .e-input-group::after {
|
|
@@ -91628,7 +91661,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91628
91661
|
|
|
91629
91662
|
.e-rte-image.e-imginline,
|
|
91630
91663
|
.e-rte-audio.e-audio-inline,
|
|
91631
|
-
.e-rte-video.e-video-inline
|
|
91664
|
+
.e-rte-video.e-video-inline {
|
|
91665
|
+
margin-left: 5px;
|
|
91666
|
+
margin-right: 5px;
|
|
91632
91667
|
display: inline-block;
|
|
91633
91668
|
float: none;
|
|
91634
91669
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -92237,6 +92272,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92237
92272
|
.e-rte-quick-toolbar {
|
|
92238
92273
|
min-height: 48px;
|
|
92239
92274
|
|
|
92275
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92276
|
+
.e-rte-color-content,
|
|
92277
|
+
.e-caret {
|
|
92278
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
92279
|
+
|
|
92280
|
+
&:hover {
|
|
92281
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
92282
|
+
}
|
|
92283
|
+
}
|
|
92284
|
+
}
|
|
92285
|
+
|
|
92240
92286
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
92241
92287
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
92242
92288
|
min-height: 48px;
|
|
@@ -92985,12 +93031,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92985
93031
|
}
|
|
92986
93032
|
}
|
|
92987
93033
|
|
|
92988
|
-
@if $skin-name == 'bootstrap5' {
|
|
92989
|
-
.e-tbar-btn:focus .e-icons {
|
|
92990
|
-
color: $rte-quick-item-active-font-color;
|
|
92991
|
-
}
|
|
92992
|
-
}
|
|
92993
|
-
|
|
92994
93034
|
&.e-active .e-tbar-btn,
|
|
92995
93035
|
&.e-active .e-tbar-btn:focus {
|
|
92996
93036
|
background: $rte-tb-item-active-bg;
|
|
@@ -93014,10 +93054,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93014
93054
|
.e-tbar-btn:hover .e-icons {
|
|
93015
93055
|
color: $rte-tb-hover-font-color;
|
|
93016
93056
|
}
|
|
93017
|
-
|
|
93018
|
-
.e-tbar-btn:focus .e-icons {
|
|
93019
|
-
color: $primary-text-focus;
|
|
93020
|
-
}
|
|
93021
93057
|
}
|
|
93022
93058
|
|
|
93023
93059
|
.e-dropdown-btn.e-active {
|
|
@@ -93129,9 +93165,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93129
93165
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
93130
93166
|
color: $rte-hover-icons-color;
|
|
93131
93167
|
}
|
|
93132
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
93133
|
-
color: $rte-hover-icons-color;
|
|
93134
|
-
}
|
|
93135
93168
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
93136
93169
|
color: $rte-tb-active-font-color;
|
|
93137
93170
|
}
|
|
@@ -93372,6 +93405,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93372
93405
|
.e-toolbar-items {
|
|
93373
93406
|
background: $rte-quick-pop-bg;
|
|
93374
93407
|
|
|
93408
|
+
.e-rte-backgroundcolor-dropdown {
|
|
93409
|
+
.e-rte-color-content{
|
|
93410
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
93411
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
93412
|
+
padding-top: 5px;
|
|
93413
|
+
}
|
|
93414
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
93415
|
+
@if $skin-name == 'FluentUI' {
|
|
93416
|
+
display: flex;
|
|
93417
|
+
align-items: center;
|
|
93418
|
+
justify-content: center;
|
|
93419
|
+
}
|
|
93420
|
+
&:hover {
|
|
93421
|
+
background: $rte-split-btn-span-hover-bg;
|
|
93422
|
+
}
|
|
93423
|
+
}
|
|
93424
|
+
|
|
93425
|
+
.e-caret {
|
|
93426
|
+
&:hover {
|
|
93427
|
+
background: $rte-split-btn-span-hover-bg;
|
|
93428
|
+
}
|
|
93429
|
+
}
|
|
93430
|
+
&.e-tbar-btn:hover {
|
|
93431
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
93432
|
+
background: $rte-split-btn-hover-bg;
|
|
93433
|
+
}
|
|
93434
|
+
@if $skin-name =='bootstrap-dark'{
|
|
93435
|
+
background: $rte-tbar-default-bg;
|
|
93436
|
+
}
|
|
93437
|
+
}
|
|
93438
|
+
}
|
|
93439
|
+
|
|
93375
93440
|
.e-separator {
|
|
93376
93441
|
border: .5px solid $rte-quick-vr-line-color;
|
|
93377
93442
|
}
|
|
@@ -93452,6 +93517,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93452
93517
|
}
|
|
93453
93518
|
}
|
|
93454
93519
|
|
|
93520
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
93521
|
+
.e-rte-color-content {
|
|
93522
|
+
@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' {
|
|
93523
|
+
padding-top: 8px;
|
|
93524
|
+
}
|
|
93525
|
+
}
|
|
93526
|
+
}
|
|
93527
|
+
|
|
93455
93528
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
93456
93529
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
93457
93530
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -93742,6 +93815,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93742
93815
|
color: $rte-icons-color;
|
|
93743
93816
|
}
|
|
93744
93817
|
|
|
93818
|
+
.e-bigger .e-richtexteditor,
|
|
93819
|
+
.e-richtexteditor {
|
|
93820
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
93821
|
+
color: $icon-color-disabled;
|
|
93822
|
+
}
|
|
93823
|
+
}
|
|
93824
|
+
|
|
93745
93825
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
93746
93826
|
border-radius: 4px;
|
|
93747
93827
|
}
|
|
@@ -104724,8 +104804,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
104724
104804
|
padding-bottom: 30px;
|
|
104725
104805
|
height: 18px;
|
|
104726
104806
|
}
|
|
104727
|
-
max-width: 237px;
|
|
104728
104807
|
position: absolute;
|
|
104808
|
+
overflow: hidden;
|
|
104809
|
+
text-overflow: ellipsis;
|
|
104729
104810
|
}
|
|
104730
104811
|
|
|
104731
104812
|
.e-pv-reply-title {
|
|
@@ -104744,10 +104825,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
104744
104825
|
@if $skin-name == 'Material3' {
|
|
104745
104826
|
font-size: $text-xs;
|
|
104746
104827
|
}
|
|
104747
|
-
max-width: 212px;
|
|
104748
104828
|
padding-left: 8px;
|
|
104749
104829
|
padding-top: $pv-comment-title-padding-top;
|
|
104750
104830
|
position: absolute;
|
|
104831
|
+
overflow: hidden;
|
|
104832
|
+
text-overflow: ellipsis;
|
|
104751
104833
|
}
|
|
104752
104834
|
|
|
104753
104835
|
.e-pv-comments-hover {
|
|
@@ -114041,7 +114123,7 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
114041
114123
|
|
|
114042
114124
|
th.e-group-row .e-axis-row {
|
|
114043
114125
|
display: inline-block;
|
|
114044
|
-
height:
|
|
114126
|
+
height: auto;
|
|
114045
114127
|
vertical-align: top;
|
|
114046
114128
|
width: 100%;
|
|
114047
114129
|
}
|
|
@@ -117348,6 +117430,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
|
|
|
117348
117430
|
$schedule-tbar-right-active-items-btn-border: none !default;
|
|
117349
117431
|
$schedule-device-tbar-right-items-btn-border-radius: 0 !default;
|
|
117350
117432
|
$schedule-device-tbar-right-items-btn-border: none !default;
|
|
117433
|
+
$schedule-device-font-size: 8px !default;
|
|
117351
117434
|
|
|
117352
117435
|
$schedule-content-nrml-font-text-transform: uppercase !default;
|
|
117353
117436
|
$schedule-header-hover-border-radius: 0% !default;
|
|
@@ -117658,6 +117741,8 @@ $schedule-tree-content-color: #fff !default;
|
|
|
117658
117741
|
}
|
|
117659
117742
|
|
|
117660
117743
|
.e-toolbar-items {
|
|
117744
|
+
height: $schedule-tbar-bgr-size;
|
|
117745
|
+
|
|
117661
117746
|
&.e-tbar-pos {
|
|
117662
117747
|
height: $schedule-tbar-bgr-size;
|
|
117663
117748
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -117695,6 +117780,28 @@ $schedule-tree-content-color: #fff !default;
|
|
|
117695
117780
|
}
|
|
117696
117781
|
}
|
|
117697
117782
|
|
|
117783
|
+
@media screen and (max-width: 320px) {
|
|
117784
|
+
.e-schedule-toolbar {
|
|
117785
|
+
.e-toolbar-pop {
|
|
117786
|
+
width: 100%;
|
|
117787
|
+
|
|
117788
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
117789
|
+
padding-left: 7px;
|
|
117790
|
+
}
|
|
117791
|
+
|
|
117792
|
+
&.e-rtl {
|
|
117793
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
117794
|
+
padding-right: 7px;
|
|
117795
|
+
}
|
|
117796
|
+
}
|
|
117797
|
+
}
|
|
117798
|
+
|
|
117799
|
+
.e-tbar-btn .e-tbar-btn-text {
|
|
117800
|
+
font-size: $schedule-device-font-size;
|
|
117801
|
+
}
|
|
117802
|
+
}
|
|
117803
|
+
}
|
|
117804
|
+
|
|
117698
117805
|
.e-schedule-resource-toolbar {
|
|
117699
117806
|
background: $schedule-tbar-default-bg;
|
|
117700
117807
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
@@ -120588,7 +120695,24 @@ $schedule-tree-content-color: #fff !default;
|
|
|
120588
120695
|
}
|
|
120589
120696
|
}
|
|
120590
120697
|
}
|
|
120698
|
+
|
|
120699
|
+
/*! schedule event window for smaller viewports*/
|
|
120700
|
+
@media screen and (max-width: 320px) {
|
|
120701
|
+
.e-schedule-dialog.e-popup.e-popup-open {
|
|
120702
|
+
max-height: 350px;
|
|
120703
|
+
min-width: 100%;
|
|
120704
|
+
}
|
|
120591
120705
|
|
|
120706
|
+
.e-schedule-dialog {
|
|
120707
|
+
.e-all-day-container {
|
|
120708
|
+
padding-bottom: 10px;
|
|
120709
|
+
}
|
|
120710
|
+
|
|
120711
|
+
.e-all-day-time-zone-row {
|
|
120712
|
+
display: block;
|
|
120713
|
+
}
|
|
120714
|
+
}
|
|
120715
|
+
}
|
|
120592
120716
|
.e-ddl.e-popup {
|
|
120593
120717
|
.e-resource-template {
|
|
120594
120718
|
display: flex;
|
|
@@ -121272,6 +121396,23 @@ $schedule-tree-content-color: #fff !default;
|
|
|
121272
121396
|
}
|
|
121273
121397
|
}
|
|
121274
121398
|
|
|
121399
|
+
/*! schedule quick popup for smaller viewports */
|
|
121400
|
+
@media screen and (max-width: 320px) {
|
|
121401
|
+
.e-quick-popup-wrapper {
|
|
121402
|
+
min-width: 100%;
|
|
121403
|
+
|
|
121404
|
+
.e-popup-footer {
|
|
121405
|
+
padding-left: 5px;
|
|
121406
|
+
}
|
|
121407
|
+
|
|
121408
|
+
&.e-rtl {
|
|
121409
|
+
.e-popup-footer {
|
|
121410
|
+
padding-right: 5px;
|
|
121411
|
+
}
|
|
121412
|
+
}
|
|
121413
|
+
}
|
|
121414
|
+
}
|
|
121415
|
+
|
|
121275
121416
|
.e-bigger .e-quick-popup-wrapper {
|
|
121276
121417
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
121277
121418
|
font-size: 24px;
|