@syncfusion/blazor-themes 24.2.7 → 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 +114 -30
- package/SCSS-Themes/bootstrap.scss +116 -32
- package/SCSS-Themes/bootstrap4.scss +105 -21
- package/SCSS-Themes/bootstrap5-dark.scss +102 -18
- package/SCSS-Themes/bootstrap5.scss +102 -18
- package/SCSS-Themes/fabric-dark.scss +102 -18
- package/SCSS-Themes/fabric.scss +102 -18
- package/SCSS-Themes/fluent-dark.scss +105 -21
- package/SCSS-Themes/fluent.scss +105 -21
- 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 +0 -2
- 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 +0 -2
- package/SCSS-Themes/grids/grid/fluent.scss +0 -2
- 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 +102 -18
- package/SCSS-Themes/material-dark.scss +102 -18
- package/SCSS-Themes/material.scss +102 -18
- package/SCSS-Themes/material3-dark.scss +103 -19
- package/SCSS-Themes/material3.scss +103 -19
- 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/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 +2 -0
- package/SCSS-Themes/schedule/schedule/bootstrap.scss +2 -0
- package/SCSS-Themes/schedule/schedule/bootstrap4.scss +2 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.scss +2 -0
- package/SCSS-Themes/schedule/schedule/fabric-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/fabric.scss +2 -0
- package/SCSS-Themes/schedule/schedule/fluent-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/fluent.scss +2 -0
- package/SCSS-Themes/schedule/schedule/highcontrast.scss +2 -0
- package/SCSS-Themes/schedule/schedule/material-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/material.scss +2 -0
- package/SCSS-Themes/schedule/schedule/material3-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/material3.scss +2 -0
- package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/tailwind.scss +2 -0
- package/SCSS-Themes/tailwind-dark.scss +102 -18
- package/SCSS-Themes/tailwind.scss +102 -18
- package/package.json +1 -1
|
@@ -47069,7 +47069,7 @@ $vscroll-active-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !default;
|
|
|
47069
47069
|
|
|
47070
47070
|
$border-type: solid !default;
|
|
47071
47071
|
$border-size: 1px !default;
|
|
47072
|
-
$tbar-btn-border:
|
|
47072
|
+
$tbar-btn-border: 1px solid transparent !default;
|
|
47073
47073
|
$tbar-skin: 'bootstrap4' !default;
|
|
47074
47074
|
$tbar-zero-value: 0 !default;
|
|
47075
47075
|
$tbar-separator-bgr-minheight: 36px !default;
|
|
@@ -47194,7 +47194,7 @@ $tbar-separator-nrml-mrgn: 5.5px 6px !default;
|
|
|
47194
47194
|
$tbar-separator-vertical-bgr-mrgn: 6px !default;
|
|
47195
47195
|
$tbar-separator-vertical-nrml-mrgn: 6px 5.5px !default;
|
|
47196
47196
|
$tbar-btn-bgr-padding: 1.5px 5.5px !default;
|
|
47197
|
-
$tbar-btn-bgr-focus-padding:
|
|
47197
|
+
$tbar-btn-bgr-focus-padding: 1.5px 5.5px !default;
|
|
47198
47198
|
$tbar-btn-nrml-padding: 0 3px !default;
|
|
47199
47199
|
$tbar-icons-bgr-font-size: 16px !default;
|
|
47200
47200
|
$tbar-multirow-items-mrgn-bigger: 15px !default;
|
|
@@ -47213,7 +47213,7 @@ $tbar-nrml-btn-focus-outline: 0 !default;
|
|
|
47213
47213
|
$tbar-btn-icons-focus-color: inherit !default;
|
|
47214
47214
|
$tbar-btn-text-focus-color: inherit !default;
|
|
47215
47215
|
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
47216
|
-
$tbar-btn-hover-border-size: $tbar-
|
|
47216
|
+
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
47217
47217
|
$tbar-btn-hover-active-icons-color: inherit !default;
|
|
47218
47218
|
$tbar-btn-hover-active-text-color: inherit !default;
|
|
47219
47219
|
$tbar-btn-overlay-opacity: .65 !default;
|
|
@@ -47604,6 +47604,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47604
47604
|
white-space: nowrap;
|
|
47605
47605
|
overflow: hidden;
|
|
47606
47606
|
|
|
47607
|
+
&.e-spacer-toolbar {
|
|
47608
|
+
|
|
47609
|
+
.e-toolbar-items {
|
|
47610
|
+
display: flex;
|
|
47611
|
+
flex-wrap: nowrap;
|
|
47612
|
+
width: 100%;
|
|
47613
|
+
|
|
47614
|
+
&:not(.e-toolbar-multirow) {
|
|
47615
|
+
position: absolute;
|
|
47616
|
+
}
|
|
47617
|
+
}
|
|
47618
|
+
|
|
47619
|
+
&.e-pop-mode {
|
|
47620
|
+
|
|
47621
|
+
.e-toolbar-items {
|
|
47622
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47623
|
+
}
|
|
47624
|
+
}
|
|
47625
|
+
}
|
|
47626
|
+
|
|
47607
47627
|
.e-blazor-toolbar-items {
|
|
47608
47628
|
position: absolute;
|
|
47609
47629
|
top: -9999px;
|
|
@@ -47741,6 +47761,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47741
47761
|
min-height: $tbar-nrml-item-size;
|
|
47742
47762
|
vertical-align: middle;
|
|
47743
47763
|
width: auto;
|
|
47764
|
+
flex: 0 0 auto;
|
|
47765
|
+
|
|
47766
|
+
&.e-spacer {
|
|
47767
|
+
flex-grow: 1;
|
|
47768
|
+
}
|
|
47744
47769
|
|
|
47745
47770
|
.e-tbar-btn {
|
|
47746
47771
|
display: flex;
|
|
@@ -48171,6 +48196,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48171
48196
|
|
|
48172
48197
|
&.e-rtl {
|
|
48173
48198
|
|
|
48199
|
+
&:not(.e-spacer-toolbar) {
|
|
48200
|
+
|
|
48201
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48202
|
+
|
|
48203
|
+
.e-toolbar-item:first-child {
|
|
48204
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48205
|
+
}
|
|
48206
|
+
}
|
|
48207
|
+
}
|
|
48208
|
+
|
|
48174
48209
|
.e-toolbar-item {
|
|
48175
48210
|
|
|
48176
48211
|
.e-tbar-btn {
|
|
@@ -77809,8 +77844,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
77809
77844
|
}
|
|
77810
77845
|
|
|
77811
77846
|
& .e-responsive-right {
|
|
77812
|
-
width: calc(100% - 50px);
|
|
77813
|
-
|
|
77814
77847
|
& .e-search-wrapper {
|
|
77815
77848
|
& .e-input-group::before,
|
|
77816
77849
|
& .e-input-group::after {
|
|
@@ -90554,7 +90587,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90554
90587
|
|
|
90555
90588
|
.e-rte-image.e-imginline,
|
|
90556
90589
|
.e-rte-audio.e-audio-inline,
|
|
90557
|
-
.e-rte-video.e-video-inline
|
|
90590
|
+
.e-rte-video.e-video-inline {
|
|
90591
|
+
margin-left: 5px;
|
|
90592
|
+
margin-right: 5px;
|
|
90558
90593
|
display: inline-block;
|
|
90559
90594
|
float: none;
|
|
90560
90595
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91163,6 +91198,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91163
91198
|
.e-rte-quick-toolbar {
|
|
91164
91199
|
min-height: 48px;
|
|
91165
91200
|
|
|
91201
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91202
|
+
.e-rte-color-content,
|
|
91203
|
+
.e-caret {
|
|
91204
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91205
|
+
|
|
91206
|
+
&:hover {
|
|
91207
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91208
|
+
}
|
|
91209
|
+
}
|
|
91210
|
+
}
|
|
91211
|
+
|
|
91166
91212
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91167
91213
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91168
91214
|
min-height: 48px;
|
|
@@ -91911,12 +91957,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91911
91957
|
}
|
|
91912
91958
|
}
|
|
91913
91959
|
|
|
91914
|
-
@if $skin-name == 'bootstrap5' {
|
|
91915
|
-
.e-tbar-btn:focus .e-icons {
|
|
91916
|
-
color: $rte-quick-item-active-font-color;
|
|
91917
|
-
}
|
|
91918
|
-
}
|
|
91919
|
-
|
|
91920
91960
|
&.e-active .e-tbar-btn,
|
|
91921
91961
|
&.e-active .e-tbar-btn:focus {
|
|
91922
91962
|
background: $rte-tb-item-active-bg;
|
|
@@ -91940,10 +91980,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91940
91980
|
.e-tbar-btn:hover .e-icons {
|
|
91941
91981
|
color: $rte-tb-hover-font-color;
|
|
91942
91982
|
}
|
|
91943
|
-
|
|
91944
|
-
.e-tbar-btn:focus .e-icons {
|
|
91945
|
-
color: $primary-text-focus;
|
|
91946
|
-
}
|
|
91947
91983
|
}
|
|
91948
91984
|
|
|
91949
91985
|
.e-dropdown-btn.e-active {
|
|
@@ -92055,9 +92091,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92055
92091
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
92056
92092
|
color: $rte-hover-icons-color;
|
|
92057
92093
|
}
|
|
92058
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
92059
|
-
color: $rte-hover-icons-color;
|
|
92060
|
-
}
|
|
92061
92094
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
92062
92095
|
color: $rte-tb-active-font-color;
|
|
92063
92096
|
}
|
|
@@ -92298,6 +92331,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92298
92331
|
.e-toolbar-items {
|
|
92299
92332
|
background: $rte-quick-pop-bg;
|
|
92300
92333
|
|
|
92334
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92335
|
+
.e-rte-color-content{
|
|
92336
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92337
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92338
|
+
padding-top: 5px;
|
|
92339
|
+
}
|
|
92340
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92341
|
+
@if $skin-name == 'FluentUI' {
|
|
92342
|
+
display: flex;
|
|
92343
|
+
align-items: center;
|
|
92344
|
+
justify-content: center;
|
|
92345
|
+
}
|
|
92346
|
+
&:hover {
|
|
92347
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92348
|
+
}
|
|
92349
|
+
}
|
|
92350
|
+
|
|
92351
|
+
.e-caret {
|
|
92352
|
+
&:hover {
|
|
92353
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92354
|
+
}
|
|
92355
|
+
}
|
|
92356
|
+
&.e-tbar-btn:hover {
|
|
92357
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92358
|
+
background: $rte-split-btn-hover-bg;
|
|
92359
|
+
}
|
|
92360
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92361
|
+
background: $rte-tbar-default-bg;
|
|
92362
|
+
}
|
|
92363
|
+
}
|
|
92364
|
+
}
|
|
92365
|
+
|
|
92301
92366
|
.e-separator {
|
|
92302
92367
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92303
92368
|
}
|
|
@@ -92378,6 +92443,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92378
92443
|
}
|
|
92379
92444
|
}
|
|
92380
92445
|
|
|
92446
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92447
|
+
.e-rte-color-content {
|
|
92448
|
+
@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' {
|
|
92449
|
+
padding-top: 8px;
|
|
92450
|
+
}
|
|
92451
|
+
}
|
|
92452
|
+
}
|
|
92453
|
+
|
|
92381
92454
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92382
92455
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92383
92456
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92668,6 +92741,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92668
92741
|
color: $rte-icons-color;
|
|
92669
92742
|
}
|
|
92670
92743
|
|
|
92744
|
+
.e-bigger .e-richtexteditor,
|
|
92745
|
+
.e-richtexteditor {
|
|
92746
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92747
|
+
color: $icon-color-disabled;
|
|
92748
|
+
}
|
|
92749
|
+
}
|
|
92750
|
+
|
|
92671
92751
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92672
92752
|
border-radius: 4px;
|
|
92673
92753
|
}
|
|
@@ -103697,8 +103777,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103697
103777
|
padding-bottom: 30px;
|
|
103698
103778
|
height: 18px;
|
|
103699
103779
|
}
|
|
103700
|
-
max-width: 237px;
|
|
103701
103780
|
position: absolute;
|
|
103781
|
+
overflow: hidden;
|
|
103782
|
+
text-overflow: ellipsis;
|
|
103702
103783
|
}
|
|
103703
103784
|
|
|
103704
103785
|
.e-pv-reply-title {
|
|
@@ -103717,10 +103798,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103717
103798
|
@if $skin-name == 'Material3' {
|
|
103718
103799
|
font-size: $text-xs;
|
|
103719
103800
|
}
|
|
103720
|
-
max-width: 212px;
|
|
103721
103801
|
padding-left: 8px;
|
|
103722
103802
|
padding-top: $pv-comment-title-padding-top;
|
|
103723
103803
|
position: absolute;
|
|
103804
|
+
overflow: hidden;
|
|
103805
|
+
text-overflow: ellipsis;
|
|
103724
103806
|
}
|
|
103725
103807
|
|
|
103726
103808
|
.e-pv-comments-hover {
|
|
@@ -116607,6 +116689,8 @@ $schedule-tbar-border-hover-color: darken($gray-600, 12.5%) !default;
|
|
|
116607
116689
|
}
|
|
116608
116690
|
|
|
116609
116691
|
.e-toolbar-items {
|
|
116692
|
+
height: $schedule-tbar-bgr-size;
|
|
116693
|
+
|
|
116610
116694
|
&.e-tbar-pos {
|
|
116611
116695
|
height: $schedule-tbar-bgr-size;
|
|
116612
116696
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -47977,6 +47977,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47977
47977
|
white-space: nowrap;
|
|
47978
47978
|
overflow: hidden;
|
|
47979
47979
|
|
|
47980
|
+
&.e-spacer-toolbar {
|
|
47981
|
+
|
|
47982
|
+
.e-toolbar-items {
|
|
47983
|
+
display: flex;
|
|
47984
|
+
flex-wrap: nowrap;
|
|
47985
|
+
width: 100%;
|
|
47986
|
+
|
|
47987
|
+
&:not(.e-toolbar-multirow) {
|
|
47988
|
+
position: absolute;
|
|
47989
|
+
}
|
|
47990
|
+
}
|
|
47991
|
+
|
|
47992
|
+
&.e-pop-mode {
|
|
47993
|
+
|
|
47994
|
+
.e-toolbar-items {
|
|
47995
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47996
|
+
}
|
|
47997
|
+
}
|
|
47998
|
+
}
|
|
47999
|
+
|
|
47980
48000
|
.e-blazor-toolbar-items {
|
|
47981
48001
|
position: absolute;
|
|
47982
48002
|
top: -9999px;
|
|
@@ -48114,6 +48134,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48114
48134
|
min-height: $tbar-nrml-item-size;
|
|
48115
48135
|
vertical-align: middle;
|
|
48116
48136
|
width: auto;
|
|
48137
|
+
flex: 0 0 auto;
|
|
48138
|
+
|
|
48139
|
+
&.e-spacer {
|
|
48140
|
+
flex-grow: 1;
|
|
48141
|
+
}
|
|
48117
48142
|
|
|
48118
48143
|
.e-tbar-btn {
|
|
48119
48144
|
display: flex;
|
|
@@ -48544,6 +48569,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48544
48569
|
|
|
48545
48570
|
&.e-rtl {
|
|
48546
48571
|
|
|
48572
|
+
&:not(.e-spacer-toolbar) {
|
|
48573
|
+
|
|
48574
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48575
|
+
|
|
48576
|
+
.e-toolbar-item:first-child {
|
|
48577
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48578
|
+
}
|
|
48579
|
+
}
|
|
48580
|
+
}
|
|
48581
|
+
|
|
48547
48582
|
.e-toolbar-item {
|
|
48548
48583
|
|
|
48549
48584
|
.e-tbar-btn {
|
|
@@ -78173,8 +78208,6 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
78173
78208
|
}
|
|
78174
78209
|
|
|
78175
78210
|
& .e-responsive-right {
|
|
78176
|
-
width: calc(100% - 50px);
|
|
78177
|
-
|
|
78178
78211
|
& .e-search-wrapper {
|
|
78179
78212
|
& .e-input-group::before,
|
|
78180
78213
|
& .e-input-group::after {
|
|
@@ -90729,7 +90762,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90729
90762
|
|
|
90730
90763
|
.e-rte-image.e-imginline,
|
|
90731
90764
|
.e-rte-audio.e-audio-inline,
|
|
90732
|
-
.e-rte-video.e-video-inline
|
|
90765
|
+
.e-rte-video.e-video-inline {
|
|
90766
|
+
margin-left: 5px;
|
|
90767
|
+
margin-right: 5px;
|
|
90733
90768
|
display: inline-block;
|
|
90734
90769
|
float: none;
|
|
90735
90770
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91338,6 +91373,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91338
91373
|
.e-rte-quick-toolbar {
|
|
91339
91374
|
min-height: 48px;
|
|
91340
91375
|
|
|
91376
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91377
|
+
.e-rte-color-content,
|
|
91378
|
+
.e-caret {
|
|
91379
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91380
|
+
|
|
91381
|
+
&:hover {
|
|
91382
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91383
|
+
}
|
|
91384
|
+
}
|
|
91385
|
+
}
|
|
91386
|
+
|
|
91341
91387
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91342
91388
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91343
91389
|
min-height: 48px;
|
|
@@ -92086,12 +92132,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92086
92132
|
}
|
|
92087
92133
|
}
|
|
92088
92134
|
|
|
92089
|
-
@if $skin-name == 'bootstrap5' {
|
|
92090
|
-
.e-tbar-btn:focus .e-icons {
|
|
92091
|
-
color: $rte-quick-item-active-font-color;
|
|
92092
|
-
}
|
|
92093
|
-
}
|
|
92094
|
-
|
|
92095
92135
|
&.e-active .e-tbar-btn,
|
|
92096
92136
|
&.e-active .e-tbar-btn:focus {
|
|
92097
92137
|
background: $rte-tb-item-active-bg;
|
|
@@ -92115,10 +92155,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92115
92155
|
.e-tbar-btn:hover .e-icons {
|
|
92116
92156
|
color: $rte-tb-hover-font-color;
|
|
92117
92157
|
}
|
|
92118
|
-
|
|
92119
|
-
.e-tbar-btn:focus .e-icons {
|
|
92120
|
-
color: $primary-text-focus;
|
|
92121
|
-
}
|
|
92122
92158
|
}
|
|
92123
92159
|
|
|
92124
92160
|
.e-dropdown-btn.e-active {
|
|
@@ -92230,9 +92266,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92230
92266
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
92231
92267
|
color: $rte-hover-icons-color;
|
|
92232
92268
|
}
|
|
92233
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
92234
|
-
color: $rte-hover-icons-color;
|
|
92235
|
-
}
|
|
92236
92269
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
92237
92270
|
color: $rte-tb-active-font-color;
|
|
92238
92271
|
}
|
|
@@ -92473,6 +92506,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92473
92506
|
.e-toolbar-items {
|
|
92474
92507
|
background: $rte-quick-pop-bg;
|
|
92475
92508
|
|
|
92509
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92510
|
+
.e-rte-color-content{
|
|
92511
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92512
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92513
|
+
padding-top: 5px;
|
|
92514
|
+
}
|
|
92515
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92516
|
+
@if $skin-name == 'FluentUI' {
|
|
92517
|
+
display: flex;
|
|
92518
|
+
align-items: center;
|
|
92519
|
+
justify-content: center;
|
|
92520
|
+
}
|
|
92521
|
+
&:hover {
|
|
92522
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92523
|
+
}
|
|
92524
|
+
}
|
|
92525
|
+
|
|
92526
|
+
.e-caret {
|
|
92527
|
+
&:hover {
|
|
92528
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92529
|
+
}
|
|
92530
|
+
}
|
|
92531
|
+
&.e-tbar-btn:hover {
|
|
92532
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92533
|
+
background: $rte-split-btn-hover-bg;
|
|
92534
|
+
}
|
|
92535
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92536
|
+
background: $rte-tbar-default-bg;
|
|
92537
|
+
}
|
|
92538
|
+
}
|
|
92539
|
+
}
|
|
92540
|
+
|
|
92476
92541
|
.e-separator {
|
|
92477
92542
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92478
92543
|
}
|
|
@@ -92553,6 +92618,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92553
92618
|
}
|
|
92554
92619
|
}
|
|
92555
92620
|
|
|
92621
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92622
|
+
.e-rte-color-content {
|
|
92623
|
+
@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' {
|
|
92624
|
+
padding-top: 8px;
|
|
92625
|
+
}
|
|
92626
|
+
}
|
|
92627
|
+
}
|
|
92628
|
+
|
|
92556
92629
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92557
92630
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92558
92631
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92843,6 +92916,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92843
92916
|
color: $rte-icons-color;
|
|
92844
92917
|
}
|
|
92845
92918
|
|
|
92919
|
+
.e-bigger .e-richtexteditor,
|
|
92920
|
+
.e-richtexteditor {
|
|
92921
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92922
|
+
color: $icon-color-disabled;
|
|
92923
|
+
}
|
|
92924
|
+
}
|
|
92925
|
+
|
|
92846
92926
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92847
92927
|
border-radius: 4px;
|
|
92848
92928
|
}
|
|
@@ -103820,8 +103900,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103820
103900
|
padding-bottom: 30px;
|
|
103821
103901
|
height: 18px;
|
|
103822
103902
|
}
|
|
103823
|
-
max-width: 237px;
|
|
103824
103903
|
position: absolute;
|
|
103904
|
+
overflow: hidden;
|
|
103905
|
+
text-overflow: ellipsis;
|
|
103825
103906
|
}
|
|
103826
103907
|
|
|
103827
103908
|
.e-pv-reply-title {
|
|
@@ -103840,10 +103921,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103840
103921
|
@if $skin-name == 'Material3' {
|
|
103841
103922
|
font-size: $text-xs;
|
|
103842
103923
|
}
|
|
103843
|
-
max-width: 212px;
|
|
103844
103924
|
padding-left: 8px;
|
|
103845
103925
|
padding-top: $pv-comment-title-padding-top;
|
|
103846
103926
|
position: absolute;
|
|
103927
|
+
overflow: hidden;
|
|
103928
|
+
text-overflow: ellipsis;
|
|
103847
103929
|
}
|
|
103848
103930
|
|
|
103849
103931
|
.e-pv-comments-hover {
|
|
@@ -116754,6 +116836,8 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
|
|
|
116754
116836
|
}
|
|
116755
116837
|
|
|
116756
116838
|
.e-toolbar-items {
|
|
116839
|
+
height: $schedule-tbar-bgr-size;
|
|
116840
|
+
|
|
116757
116841
|
&.e-tbar-pos {
|
|
116758
116842
|
height: $schedule-tbar-bgr-size;
|
|
116759
116843
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -47977,6 +47977,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47977
47977
|
white-space: nowrap;
|
|
47978
47978
|
overflow: hidden;
|
|
47979
47979
|
|
|
47980
|
+
&.e-spacer-toolbar {
|
|
47981
|
+
|
|
47982
|
+
.e-toolbar-items {
|
|
47983
|
+
display: flex;
|
|
47984
|
+
flex-wrap: nowrap;
|
|
47985
|
+
width: 100%;
|
|
47986
|
+
|
|
47987
|
+
&:not(.e-toolbar-multirow) {
|
|
47988
|
+
position: absolute;
|
|
47989
|
+
}
|
|
47990
|
+
}
|
|
47991
|
+
|
|
47992
|
+
&.e-pop-mode {
|
|
47993
|
+
|
|
47994
|
+
.e-toolbar-items {
|
|
47995
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47996
|
+
}
|
|
47997
|
+
}
|
|
47998
|
+
}
|
|
47999
|
+
|
|
47980
48000
|
.e-blazor-toolbar-items {
|
|
47981
48001
|
position: absolute;
|
|
47982
48002
|
top: -9999px;
|
|
@@ -48114,6 +48134,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48114
48134
|
min-height: $tbar-nrml-item-size;
|
|
48115
48135
|
vertical-align: middle;
|
|
48116
48136
|
width: auto;
|
|
48137
|
+
flex: 0 0 auto;
|
|
48138
|
+
|
|
48139
|
+
&.e-spacer {
|
|
48140
|
+
flex-grow: 1;
|
|
48141
|
+
}
|
|
48117
48142
|
|
|
48118
48143
|
.e-tbar-btn {
|
|
48119
48144
|
display: flex;
|
|
@@ -48544,6 +48569,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48544
48569
|
|
|
48545
48570
|
&.e-rtl {
|
|
48546
48571
|
|
|
48572
|
+
&:not(.e-spacer-toolbar) {
|
|
48573
|
+
|
|
48574
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48575
|
+
|
|
48576
|
+
.e-toolbar-item:first-child {
|
|
48577
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48578
|
+
}
|
|
48579
|
+
}
|
|
48580
|
+
}
|
|
48581
|
+
|
|
48547
48582
|
.e-toolbar-item {
|
|
48548
48583
|
|
|
48549
48584
|
.e-tbar-btn {
|
|
@@ -78173,8 +78208,6 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
78173
78208
|
}
|
|
78174
78209
|
|
|
78175
78210
|
& .e-responsive-right {
|
|
78176
|
-
width: calc(100% - 50px);
|
|
78177
|
-
|
|
78178
78211
|
& .e-search-wrapper {
|
|
78179
78212
|
& .e-input-group::before,
|
|
78180
78213
|
& .e-input-group::after {
|
|
@@ -90729,7 +90762,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90729
90762
|
|
|
90730
90763
|
.e-rte-image.e-imginline,
|
|
90731
90764
|
.e-rte-audio.e-audio-inline,
|
|
90732
|
-
.e-rte-video.e-video-inline
|
|
90765
|
+
.e-rte-video.e-video-inline {
|
|
90766
|
+
margin-left: 5px;
|
|
90767
|
+
margin-right: 5px;
|
|
90733
90768
|
display: inline-block;
|
|
90734
90769
|
float: none;
|
|
90735
90770
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91338,6 +91373,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91338
91373
|
.e-rte-quick-toolbar {
|
|
91339
91374
|
min-height: 48px;
|
|
91340
91375
|
|
|
91376
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91377
|
+
.e-rte-color-content,
|
|
91378
|
+
.e-caret {
|
|
91379
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91380
|
+
|
|
91381
|
+
&:hover {
|
|
91382
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91383
|
+
}
|
|
91384
|
+
}
|
|
91385
|
+
}
|
|
91386
|
+
|
|
91341
91387
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91342
91388
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91343
91389
|
min-height: 48px;
|
|
@@ -92086,12 +92132,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92086
92132
|
}
|
|
92087
92133
|
}
|
|
92088
92134
|
|
|
92089
|
-
@if $skin-name == 'bootstrap5' {
|
|
92090
|
-
.e-tbar-btn:focus .e-icons {
|
|
92091
|
-
color: $rte-quick-item-active-font-color;
|
|
92092
|
-
}
|
|
92093
|
-
}
|
|
92094
|
-
|
|
92095
92135
|
&.e-active .e-tbar-btn,
|
|
92096
92136
|
&.e-active .e-tbar-btn:focus {
|
|
92097
92137
|
background: $rte-tb-item-active-bg;
|
|
@@ -92115,10 +92155,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92115
92155
|
.e-tbar-btn:hover .e-icons {
|
|
92116
92156
|
color: $rte-tb-hover-font-color;
|
|
92117
92157
|
}
|
|
92118
|
-
|
|
92119
|
-
.e-tbar-btn:focus .e-icons {
|
|
92120
|
-
color: $primary-text-focus;
|
|
92121
|
-
}
|
|
92122
92158
|
}
|
|
92123
92159
|
|
|
92124
92160
|
.e-dropdown-btn.e-active {
|
|
@@ -92230,9 +92266,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92230
92266
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
92231
92267
|
color: $rte-hover-icons-color;
|
|
92232
92268
|
}
|
|
92233
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
92234
|
-
color: $rte-hover-icons-color;
|
|
92235
|
-
}
|
|
92236
92269
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
92237
92270
|
color: $rte-tb-active-font-color;
|
|
92238
92271
|
}
|
|
@@ -92473,6 +92506,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92473
92506
|
.e-toolbar-items {
|
|
92474
92507
|
background: $rte-quick-pop-bg;
|
|
92475
92508
|
|
|
92509
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92510
|
+
.e-rte-color-content{
|
|
92511
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92512
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92513
|
+
padding-top: 5px;
|
|
92514
|
+
}
|
|
92515
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92516
|
+
@if $skin-name == 'FluentUI' {
|
|
92517
|
+
display: flex;
|
|
92518
|
+
align-items: center;
|
|
92519
|
+
justify-content: center;
|
|
92520
|
+
}
|
|
92521
|
+
&:hover {
|
|
92522
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92523
|
+
}
|
|
92524
|
+
}
|
|
92525
|
+
|
|
92526
|
+
.e-caret {
|
|
92527
|
+
&:hover {
|
|
92528
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92529
|
+
}
|
|
92530
|
+
}
|
|
92531
|
+
&.e-tbar-btn:hover {
|
|
92532
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92533
|
+
background: $rte-split-btn-hover-bg;
|
|
92534
|
+
}
|
|
92535
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92536
|
+
background: $rte-tbar-default-bg;
|
|
92537
|
+
}
|
|
92538
|
+
}
|
|
92539
|
+
}
|
|
92540
|
+
|
|
92476
92541
|
.e-separator {
|
|
92477
92542
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92478
92543
|
}
|
|
@@ -92553,6 +92618,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92553
92618
|
}
|
|
92554
92619
|
}
|
|
92555
92620
|
|
|
92621
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92622
|
+
.e-rte-color-content {
|
|
92623
|
+
@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' {
|
|
92624
|
+
padding-top: 8px;
|
|
92625
|
+
}
|
|
92626
|
+
}
|
|
92627
|
+
}
|
|
92628
|
+
|
|
92556
92629
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92557
92630
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92558
92631
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92843,6 +92916,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92843
92916
|
color: $rte-icons-color;
|
|
92844
92917
|
}
|
|
92845
92918
|
|
|
92919
|
+
.e-bigger .e-richtexteditor,
|
|
92920
|
+
.e-richtexteditor {
|
|
92921
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92922
|
+
color: $icon-color-disabled;
|
|
92923
|
+
}
|
|
92924
|
+
}
|
|
92925
|
+
|
|
92846
92926
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92847
92927
|
border-radius: 4px;
|
|
92848
92928
|
}
|
|
@@ -103820,8 +103900,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103820
103900
|
padding-bottom: 30px;
|
|
103821
103901
|
height: 18px;
|
|
103822
103902
|
}
|
|
103823
|
-
max-width: 237px;
|
|
103824
103903
|
position: absolute;
|
|
103904
|
+
overflow: hidden;
|
|
103905
|
+
text-overflow: ellipsis;
|
|
103825
103906
|
}
|
|
103826
103907
|
|
|
103827
103908
|
.e-pv-reply-title {
|
|
@@ -103840,10 +103921,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103840
103921
|
@if $skin-name == 'Material3' {
|
|
103841
103922
|
font-size: $text-xs;
|
|
103842
103923
|
}
|
|
103843
|
-
max-width: 212px;
|
|
103844
103924
|
padding-left: 8px;
|
|
103845
103925
|
padding-top: $pv-comment-title-padding-top;
|
|
103846
103926
|
position: absolute;
|
|
103927
|
+
overflow: hidden;
|
|
103928
|
+
text-overflow: ellipsis;
|
|
103847
103929
|
}
|
|
103848
103930
|
|
|
103849
103931
|
.e-pv-comments-hover {
|
|
@@ -116754,6 +116836,8 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
|
|
|
116754
116836
|
}
|
|
116755
116837
|
|
|
116756
116838
|
.e-toolbar-items {
|
|
116839
|
+
height: $schedule-tbar-bgr-size;
|
|
116840
|
+
|
|
116757
116841
|
&.e-tbar-pos {
|
|
116758
116842
|
height: $schedule-tbar-bgr-size;
|
|
116759
116843
|
min-height: $schedule-tbar-bgr-size;
|