@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
package/SCSS-Themes/fluent.scss
CHANGED
|
@@ -47603,7 +47603,7 @@ $tbar-default-font-overlay: $content-text-color !default;
|
|
|
47603
47603
|
$tbar-active-font-color: $tbar-press-font !default;
|
|
47604
47604
|
$tbar-border-nav-type: $border-light !default;
|
|
47605
47605
|
$tbar-border-nav-active-type: $border-light !default;
|
|
47606
|
-
$tbar-btn-border:
|
|
47606
|
+
$tbar-btn-border: 1px solid $transparent !default;
|
|
47607
47607
|
|
|
47608
47608
|
$tbar-box-shadow: $shadow-sm !default;
|
|
47609
47609
|
$tbar-border-type: $border-type !default;
|
|
@@ -47700,8 +47700,8 @@ $tbar-nrml-btn-focus-outline: none !default;
|
|
|
47700
47700
|
|
|
47701
47701
|
$tbar-btn-icons-focus-color: $icon-color !default;
|
|
47702
47702
|
$tbar-btn-text-focus-color: $content-text-color !default;
|
|
47703
|
-
$tbar-btn-focus-border-color: $
|
|
47704
|
-
$tbar-btn-hover-border-size:
|
|
47703
|
+
$tbar-btn-focus-border-color: $transparent !default;
|
|
47704
|
+
$tbar-btn-hover-border-size: 1px !default;
|
|
47705
47705
|
$tbar-btn-hover-active-icons-color: $icon-color !default;
|
|
47706
47706
|
$tbar-btn-hover-active-text-color: $content-text-color !default;
|
|
47707
47707
|
$tbar-btn-overlay-opacity: .5 !default;
|
|
@@ -48092,6 +48092,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48092
48092
|
white-space: nowrap;
|
|
48093
48093
|
overflow: hidden;
|
|
48094
48094
|
|
|
48095
|
+
&.e-spacer-toolbar {
|
|
48096
|
+
|
|
48097
|
+
.e-toolbar-items {
|
|
48098
|
+
display: flex;
|
|
48099
|
+
flex-wrap: nowrap;
|
|
48100
|
+
width: 100%;
|
|
48101
|
+
|
|
48102
|
+
&:not(.e-toolbar-multirow) {
|
|
48103
|
+
position: absolute;
|
|
48104
|
+
}
|
|
48105
|
+
}
|
|
48106
|
+
|
|
48107
|
+
&.e-pop-mode {
|
|
48108
|
+
|
|
48109
|
+
.e-toolbar-items {
|
|
48110
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
48111
|
+
}
|
|
48112
|
+
}
|
|
48113
|
+
}
|
|
48114
|
+
|
|
48095
48115
|
.e-blazor-toolbar-items {
|
|
48096
48116
|
position: absolute;
|
|
48097
48117
|
top: -9999px;
|
|
@@ -48229,6 +48249,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48229
48249
|
min-height: $tbar-nrml-item-size;
|
|
48230
48250
|
vertical-align: middle;
|
|
48231
48251
|
width: auto;
|
|
48252
|
+
flex: 0 0 auto;
|
|
48253
|
+
|
|
48254
|
+
&.e-spacer {
|
|
48255
|
+
flex-grow: 1;
|
|
48256
|
+
}
|
|
48232
48257
|
|
|
48233
48258
|
.e-tbar-btn {
|
|
48234
48259
|
display: flex;
|
|
@@ -48659,6 +48684,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48659
48684
|
|
|
48660
48685
|
&.e-rtl {
|
|
48661
48686
|
|
|
48687
|
+
&:not(.e-spacer-toolbar) {
|
|
48688
|
+
|
|
48689
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48690
|
+
|
|
48691
|
+
.e-toolbar-item:first-child {
|
|
48692
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48693
|
+
}
|
|
48694
|
+
}
|
|
48695
|
+
}
|
|
48696
|
+
|
|
48662
48697
|
.e-toolbar-item {
|
|
48663
48698
|
|
|
48664
48699
|
.e-tbar-btn {
|
|
@@ -78339,8 +78374,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
78339
78374
|
}
|
|
78340
78375
|
|
|
78341
78376
|
& .e-responsive-right {
|
|
78342
|
-
width: calc(100% - 50px);
|
|
78343
|
-
|
|
78344
78377
|
& .e-search-wrapper {
|
|
78345
78378
|
& .e-input-group::before,
|
|
78346
78379
|
& .e-input-group::after {
|
|
@@ -90908,7 +90941,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90908
90941
|
|
|
90909
90942
|
.e-rte-image.e-imginline,
|
|
90910
90943
|
.e-rte-audio.e-audio-inline,
|
|
90911
|
-
.e-rte-video.e-video-inline
|
|
90944
|
+
.e-rte-video.e-video-inline {
|
|
90945
|
+
margin-left: 5px;
|
|
90946
|
+
margin-right: 5px;
|
|
90912
90947
|
display: inline-block;
|
|
90913
90948
|
float: none;
|
|
90914
90949
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91517,6 +91552,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91517
91552
|
.e-rte-quick-toolbar {
|
|
91518
91553
|
min-height: 48px;
|
|
91519
91554
|
|
|
91555
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91556
|
+
.e-rte-color-content,
|
|
91557
|
+
.e-caret {
|
|
91558
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91559
|
+
|
|
91560
|
+
&:hover {
|
|
91561
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91562
|
+
}
|
|
91563
|
+
}
|
|
91564
|
+
}
|
|
91565
|
+
|
|
91520
91566
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91521
91567
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91522
91568
|
min-height: 48px;
|
|
@@ -92265,12 +92311,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92265
92311
|
}
|
|
92266
92312
|
}
|
|
92267
92313
|
|
|
92268
|
-
@if $skin-name == 'bootstrap5' {
|
|
92269
|
-
.e-tbar-btn:focus .e-icons {
|
|
92270
|
-
color: $rte-quick-item-active-font-color;
|
|
92271
|
-
}
|
|
92272
|
-
}
|
|
92273
|
-
|
|
92274
92314
|
&.e-active .e-tbar-btn,
|
|
92275
92315
|
&.e-active .e-tbar-btn:focus {
|
|
92276
92316
|
background: $rte-tb-item-active-bg;
|
|
@@ -92294,10 +92334,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92294
92334
|
.e-tbar-btn:hover .e-icons {
|
|
92295
92335
|
color: $rte-tb-hover-font-color;
|
|
92296
92336
|
}
|
|
92297
|
-
|
|
92298
|
-
.e-tbar-btn:focus .e-icons {
|
|
92299
|
-
color: $primary-text-focus;
|
|
92300
|
-
}
|
|
92301
92337
|
}
|
|
92302
92338
|
|
|
92303
92339
|
.e-dropdown-btn.e-active {
|
|
@@ -92409,9 +92445,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92409
92445
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
92410
92446
|
color: $rte-hover-icons-color;
|
|
92411
92447
|
}
|
|
92412
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
92413
|
-
color: $rte-hover-icons-color;
|
|
92414
|
-
}
|
|
92415
92448
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
92416
92449
|
color: $rte-tb-active-font-color;
|
|
92417
92450
|
}
|
|
@@ -92652,6 +92685,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92652
92685
|
.e-toolbar-items {
|
|
92653
92686
|
background: $rte-quick-pop-bg;
|
|
92654
92687
|
|
|
92688
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92689
|
+
.e-rte-color-content{
|
|
92690
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92691
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92692
|
+
padding-top: 5px;
|
|
92693
|
+
}
|
|
92694
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92695
|
+
@if $skin-name == 'FluentUI' {
|
|
92696
|
+
display: flex;
|
|
92697
|
+
align-items: center;
|
|
92698
|
+
justify-content: center;
|
|
92699
|
+
}
|
|
92700
|
+
&:hover {
|
|
92701
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92702
|
+
}
|
|
92703
|
+
}
|
|
92704
|
+
|
|
92705
|
+
.e-caret {
|
|
92706
|
+
&:hover {
|
|
92707
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92708
|
+
}
|
|
92709
|
+
}
|
|
92710
|
+
&.e-tbar-btn:hover {
|
|
92711
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92712
|
+
background: $rte-split-btn-hover-bg;
|
|
92713
|
+
}
|
|
92714
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92715
|
+
background: $rte-tbar-default-bg;
|
|
92716
|
+
}
|
|
92717
|
+
}
|
|
92718
|
+
}
|
|
92719
|
+
|
|
92655
92720
|
.e-separator {
|
|
92656
92721
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92657
92722
|
}
|
|
@@ -92732,6 +92797,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92732
92797
|
}
|
|
92733
92798
|
}
|
|
92734
92799
|
|
|
92800
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92801
|
+
.e-rte-color-content {
|
|
92802
|
+
@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' {
|
|
92803
|
+
padding-top: 8px;
|
|
92804
|
+
}
|
|
92805
|
+
}
|
|
92806
|
+
}
|
|
92807
|
+
|
|
92735
92808
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92736
92809
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92737
92810
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -93022,6 +93095,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93022
93095
|
color: $rte-icons-color;
|
|
93023
93096
|
}
|
|
93024
93097
|
|
|
93098
|
+
.e-bigger .e-richtexteditor,
|
|
93099
|
+
.e-richtexteditor {
|
|
93100
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
93101
|
+
color: $icon-color-disabled;
|
|
93102
|
+
}
|
|
93103
|
+
}
|
|
93104
|
+
|
|
93025
93105
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
93026
93106
|
border-radius: 4px;
|
|
93027
93107
|
}
|
|
@@ -103995,8 +104075,9 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
103995
104075
|
padding-bottom: 30px;
|
|
103996
104076
|
height: 18px;
|
|
103997
104077
|
}
|
|
103998
|
-
max-width: 237px;
|
|
103999
104078
|
position: absolute;
|
|
104079
|
+
overflow: hidden;
|
|
104080
|
+
text-overflow: ellipsis;
|
|
104000
104081
|
}
|
|
104001
104082
|
|
|
104002
104083
|
.e-pv-reply-title {
|
|
@@ -104015,10 +104096,11 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
104015
104096
|
@if $skin-name == 'Material3' {
|
|
104016
104097
|
font-size: $text-xs;
|
|
104017
104098
|
}
|
|
104018
|
-
max-width: 212px;
|
|
104019
104099
|
padding-left: 8px;
|
|
104020
104100
|
padding-top: $pv-comment-title-padding-top;
|
|
104021
104101
|
position: absolute;
|
|
104102
|
+
overflow: hidden;
|
|
104103
|
+
text-overflow: ellipsis;
|
|
104022
104104
|
}
|
|
104023
104105
|
|
|
104024
104106
|
.e-pv-comments-hover {
|
|
@@ -116922,6 +117004,8 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
116922
117004
|
}
|
|
116923
117005
|
|
|
116924
117006
|
.e-toolbar-items {
|
|
117007
|
+
height: $schedule-tbar-bgr-size;
|
|
117008
|
+
|
|
116925
117009
|
&.e-tbar-pos {
|
|
116926
117010
|
height: $schedule-tbar-bgr-size;
|
|
116927
117011
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -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 {
|
|
@@ -116297,6 +116379,8 @@ $schedule-tree-content-color: #fff !default;
|
|
|
116297
116379
|
}
|
|
116298
116380
|
|
|
116299
116381
|
.e-toolbar-items {
|
|
116382
|
+
height: $schedule-tbar-bgr-size;
|
|
116383
|
+
|
|
116300
116384
|
&.e-tbar-pos {
|
|
116301
116385
|
height: $schedule-tbar-bgr-size;
|
|
116302
116386
|
min-height: $schedule-tbar-bgr-size;
|