@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
|
@@ -47385,7 +47385,7 @@ $tbar-nav-press-border: 0 !default;
|
|
|
47385
47385
|
$tbar-nav-hover-border: 1px solid $grey-99 !default;
|
|
47386
47386
|
$tbar-nav-focus-border: 0 !default;
|
|
47387
47387
|
$tbar-pressed-border: transparent !default;
|
|
47388
|
-
$tbar-btn-border:
|
|
47388
|
+
$tbar-btn-border: 1px solid transparent !default;
|
|
47389
47389
|
|
|
47390
47390
|
$tbar-nav-pressed-box-shadow: inset 0 4px 5px rgba($grey-base, .35) !default;
|
|
47391
47391
|
$tbar-pop-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !default;
|
|
@@ -47446,7 +47446,7 @@ $tbar-separator-bgr-height: calc(100% - 12px) !default;
|
|
|
47446
47446
|
$tbar-separator-bgr-mrgn: 6px 6px !default;
|
|
47447
47447
|
$tbar-separator-nrml-mrgn: 5.5px 6px !default;
|
|
47448
47448
|
$tbar-btn-bgr-padding: 1px 7px !default;
|
|
47449
|
-
$tbar-btn-bgr-focus-padding: 0
|
|
47449
|
+
$tbar-btn-bgr-focus-padding: 0 7px !default;
|
|
47450
47450
|
$tbar-btn-nrml-padding: 1px 2.5px !default;
|
|
47451
47451
|
$tbar-icons-bgr-font-size: 14px !default;
|
|
47452
47452
|
$tbar-multirow-items-mrgn-bigger: 15px !default;
|
|
@@ -47459,13 +47459,13 @@ $tbar-bgr-btn-icon-font-size: 16px !default;
|
|
|
47459
47459
|
$tbar-bgr-btn-focus-padding: 0 6px !default;
|
|
47460
47460
|
|
|
47461
47461
|
$tbar-nrml-btn-border-radius: 4px !default;
|
|
47462
|
-
$tbar-nrml-btn-focus-padding:
|
|
47462
|
+
$tbar-nrml-btn-focus-padding: 0 2.5px !default;
|
|
47463
47463
|
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
47464
47464
|
|
|
47465
47465
|
$tbar-btn-icons-focus-color: $grey-dark-font !default;
|
|
47466
47466
|
$tbar-btn-text-focus-color: $grey-dark-font !default;
|
|
47467
47467
|
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
47468
|
-
$tbar-btn-hover-border-size: $tbar-
|
|
47468
|
+
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
47469
47469
|
$tbar-btn-hover-active-icons-color: $grey-dark-font !default;
|
|
47470
47470
|
$tbar-btn-hover-active-text-color: $grey-dark-font !default;
|
|
47471
47471
|
$tbar-btn-overlay-opacity: .5 !default;
|
|
@@ -47858,6 +47858,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47858
47858
|
white-space: nowrap;
|
|
47859
47859
|
overflow: hidden;
|
|
47860
47860
|
|
|
47861
|
+
&.e-spacer-toolbar {
|
|
47862
|
+
|
|
47863
|
+
.e-toolbar-items {
|
|
47864
|
+
display: flex;
|
|
47865
|
+
flex-wrap: nowrap;
|
|
47866
|
+
width: 100%;
|
|
47867
|
+
|
|
47868
|
+
&:not(.e-toolbar-multirow) {
|
|
47869
|
+
position: absolute;
|
|
47870
|
+
}
|
|
47871
|
+
}
|
|
47872
|
+
|
|
47873
|
+
&.e-pop-mode {
|
|
47874
|
+
|
|
47875
|
+
.e-toolbar-items {
|
|
47876
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47877
|
+
}
|
|
47878
|
+
}
|
|
47879
|
+
}
|
|
47880
|
+
|
|
47861
47881
|
.e-blazor-toolbar-items {
|
|
47862
47882
|
position: absolute;
|
|
47863
47883
|
top: -9999px;
|
|
@@ -47995,6 +48015,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47995
48015
|
min-height: $tbar-nrml-item-size;
|
|
47996
48016
|
vertical-align: middle;
|
|
47997
48017
|
width: auto;
|
|
48018
|
+
flex: 0 0 auto;
|
|
48019
|
+
|
|
48020
|
+
&.e-spacer {
|
|
48021
|
+
flex-grow: 1;
|
|
48022
|
+
}
|
|
47998
48023
|
|
|
47999
48024
|
.e-tbar-btn {
|
|
48000
48025
|
display: flex;
|
|
@@ -48425,6 +48450,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48425
48450
|
|
|
48426
48451
|
&.e-rtl {
|
|
48427
48452
|
|
|
48453
|
+
&:not(.e-spacer-toolbar) {
|
|
48454
|
+
|
|
48455
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48456
|
+
|
|
48457
|
+
.e-toolbar-item:first-child {
|
|
48458
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48459
|
+
}
|
|
48460
|
+
}
|
|
48461
|
+
}
|
|
48462
|
+
|
|
48428
48463
|
.e-toolbar-item {
|
|
48429
48464
|
|
|
48430
48465
|
.e-tbar-btn {
|
|
@@ -77912,8 +77947,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
77912
77947
|
}
|
|
77913
77948
|
|
|
77914
77949
|
& .e-responsive-right {
|
|
77915
|
-
width: calc(100% - 50px);
|
|
77916
|
-
|
|
77917
77950
|
& .e-search-wrapper {
|
|
77918
77951
|
& .e-input-group::before,
|
|
77919
77952
|
& .e-input-group::after {
|
|
@@ -89390,8 +89423,8 @@ $rte-big-tb-items-margin-left: 3px !default;
|
|
|
89390
89423
|
$rte-tb-items-margin-left: 6px !default;
|
|
89391
89424
|
$rte-big-tb-items-padding-left: 3px !default;
|
|
89392
89425
|
$rte-tb-items-padding-left: 6px !default;
|
|
89393
|
-
$rte-big-active-tb-item-btn-padding: 0
|
|
89394
|
-
$rte-active-tb-item-btn-padding: 0
|
|
89426
|
+
$rte-big-active-tb-item-btn-padding: 0 7px !default;
|
|
89427
|
+
$rte-active-tb-item-btn-padding: 0 2.5px !default;
|
|
89395
89428
|
$rte-tb-item-active-bg: rgba($grey-base, .12) !default;
|
|
89396
89429
|
$rte-tb-active-font-color: $grey-dark-font !default;
|
|
89397
89430
|
$rte-tb-item-active-border: $rte-border-size $rte-border-type $grey-8c !default;
|
|
@@ -89439,15 +89472,15 @@ $rte-font-name-btn-min-width: 67px !default;
|
|
|
89439
89472
|
$rte-font-size-btn-min-width: 36px !default;
|
|
89440
89473
|
$rte-drop-btn-padding-left: 9px !default;
|
|
89441
89474
|
$rte-drop-btn-padding-right: 3.5px !default;
|
|
89442
|
-
$rte-drop-btn-action-padding-left:
|
|
89443
|
-
$rte-drop-btn-action-padding-right:
|
|
89475
|
+
$rte-drop-btn-action-padding-left: 9px !default;
|
|
89476
|
+
$rte-drop-btn-action-padding-right: 3.5px !default;
|
|
89444
89477
|
$rte-big-drop-btn-padding-left: 12px !default;
|
|
89445
89478
|
$rte-big-drop-btn-padding-right: 7px !default;
|
|
89446
|
-
$rte-big-drop-btn-action-padding-left:
|
|
89447
|
-
$rte-big-drop-btn-action-padding-right:
|
|
89479
|
+
$rte-big-drop-btn-action-padding-left: 12px !default;
|
|
89480
|
+
$rte-big-drop-btn-action-padding-right: 7px !default;
|
|
89448
89481
|
$rte-ext-tbar-overlay-icons-color: $grey-dark-font !default;
|
|
89449
89482
|
$rte-colorpicker-parent-padding: 1px !default;
|
|
89450
|
-
$rte-colorpicker-parent-padding-hover:
|
|
89483
|
+
$rte-colorpicker-parent-padding-hover: 1px !default;
|
|
89451
89484
|
$rte-colorpicker-parent-padding-active-hover: 1px !default;
|
|
89452
89485
|
$rte-overlay-color: #383838 !default;
|
|
89453
89486
|
$rte-dropdown-btn-color-content-height: 30px !default;
|
|
@@ -89504,7 +89537,7 @@ $rte-resize-handler-width: 15px;
|
|
|
89504
89537
|
$rte-resize-handler-height: 15px;
|
|
89505
89538
|
$rte-resize-handler-position: 0;
|
|
89506
89539
|
|
|
89507
|
-
$rte-big-color-list-span-common-padding-left-right:
|
|
89540
|
+
$rte-big-color-list-span-common-padding-left-right: 1px;
|
|
89508
89541
|
$rte-default-character-count-opacity: .54;
|
|
89509
89542
|
$rte-placeholder-padding: 16px !default;
|
|
89510
89543
|
|
|
@@ -90480,7 +90513,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90480
90513
|
|
|
90481
90514
|
.e-rte-image.e-imginline,
|
|
90482
90515
|
.e-rte-audio.e-audio-inline,
|
|
90483
|
-
.e-rte-video.e-video-inline
|
|
90516
|
+
.e-rte-video.e-video-inline {
|
|
90517
|
+
margin-left: 5px;
|
|
90518
|
+
margin-right: 5px;
|
|
90484
90519
|
display: inline-block;
|
|
90485
90520
|
float: none;
|
|
90486
90521
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91089,6 +91124,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91089
91124
|
.e-rte-quick-toolbar {
|
|
91090
91125
|
min-height: 48px;
|
|
91091
91126
|
|
|
91127
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91128
|
+
.e-rte-color-content,
|
|
91129
|
+
.e-caret {
|
|
91130
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91131
|
+
|
|
91132
|
+
&:hover {
|
|
91133
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91134
|
+
}
|
|
91135
|
+
}
|
|
91136
|
+
}
|
|
91137
|
+
|
|
91092
91138
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91093
91139
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91094
91140
|
min-height: 48px;
|
|
@@ -91837,12 +91883,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91837
91883
|
}
|
|
91838
91884
|
}
|
|
91839
91885
|
|
|
91840
|
-
@if $skin-name == 'bootstrap5' {
|
|
91841
|
-
.e-tbar-btn:focus .e-icons {
|
|
91842
|
-
color: $rte-quick-item-active-font-color;
|
|
91843
|
-
}
|
|
91844
|
-
}
|
|
91845
|
-
|
|
91846
91886
|
&.e-active .e-tbar-btn,
|
|
91847
91887
|
&.e-active .e-tbar-btn:focus {
|
|
91848
91888
|
background: $rte-tb-item-active-bg;
|
|
@@ -91866,10 +91906,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91866
91906
|
.e-tbar-btn:hover .e-icons {
|
|
91867
91907
|
color: $rte-tb-hover-font-color;
|
|
91868
91908
|
}
|
|
91869
|
-
|
|
91870
|
-
.e-tbar-btn:focus .e-icons {
|
|
91871
|
-
color: $primary-text-focus;
|
|
91872
|
-
}
|
|
91873
91909
|
}
|
|
91874
91910
|
|
|
91875
91911
|
.e-dropdown-btn.e-active {
|
|
@@ -91981,9 +92017,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91981
92017
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
91982
92018
|
color: $rte-hover-icons-color;
|
|
91983
92019
|
}
|
|
91984
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
91985
|
-
color: $rte-hover-icons-color;
|
|
91986
|
-
}
|
|
91987
92020
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
91988
92021
|
color: $rte-tb-active-font-color;
|
|
91989
92022
|
}
|
|
@@ -92224,6 +92257,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92224
92257
|
.e-toolbar-items {
|
|
92225
92258
|
background: $rte-quick-pop-bg;
|
|
92226
92259
|
|
|
92260
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92261
|
+
.e-rte-color-content{
|
|
92262
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92263
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92264
|
+
padding-top: 5px;
|
|
92265
|
+
}
|
|
92266
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92267
|
+
@if $skin-name == 'FluentUI' {
|
|
92268
|
+
display: flex;
|
|
92269
|
+
align-items: center;
|
|
92270
|
+
justify-content: center;
|
|
92271
|
+
}
|
|
92272
|
+
&:hover {
|
|
92273
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92274
|
+
}
|
|
92275
|
+
}
|
|
92276
|
+
|
|
92277
|
+
.e-caret {
|
|
92278
|
+
&:hover {
|
|
92279
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92280
|
+
}
|
|
92281
|
+
}
|
|
92282
|
+
&.e-tbar-btn:hover {
|
|
92283
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92284
|
+
background: $rte-split-btn-hover-bg;
|
|
92285
|
+
}
|
|
92286
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92287
|
+
background: $rte-tbar-default-bg;
|
|
92288
|
+
}
|
|
92289
|
+
}
|
|
92290
|
+
}
|
|
92291
|
+
|
|
92227
92292
|
.e-separator {
|
|
92228
92293
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92229
92294
|
}
|
|
@@ -92304,6 +92369,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92304
92369
|
}
|
|
92305
92370
|
}
|
|
92306
92371
|
|
|
92372
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92373
|
+
.e-rte-color-content {
|
|
92374
|
+
@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' {
|
|
92375
|
+
padding-top: 8px;
|
|
92376
|
+
}
|
|
92377
|
+
}
|
|
92378
|
+
}
|
|
92379
|
+
|
|
92307
92380
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92308
92381
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92309
92382
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92594,6 +92667,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92594
92667
|
color: $rte-icons-color;
|
|
92595
92668
|
}
|
|
92596
92669
|
|
|
92670
|
+
.e-bigger .e-richtexteditor,
|
|
92671
|
+
.e-richtexteditor {
|
|
92672
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92673
|
+
color: $icon-color-disabled;
|
|
92674
|
+
}
|
|
92675
|
+
}
|
|
92676
|
+
|
|
92597
92677
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92598
92678
|
border-radius: 4px;
|
|
92599
92679
|
}
|
|
@@ -103574,8 +103654,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103574
103654
|
padding-bottom: 30px;
|
|
103575
103655
|
height: 18px;
|
|
103576
103656
|
}
|
|
103577
|
-
max-width: 237px;
|
|
103578
103657
|
position: absolute;
|
|
103658
|
+
overflow: hidden;
|
|
103659
|
+
text-overflow: ellipsis;
|
|
103579
103660
|
}
|
|
103580
103661
|
|
|
103581
103662
|
.e-pv-reply-title {
|
|
@@ -103594,10 +103675,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103594
103675
|
@if $skin-name == 'Material3' {
|
|
103595
103676
|
font-size: $text-xs;
|
|
103596
103677
|
}
|
|
103597
|
-
max-width: 212px;
|
|
103598
103678
|
padding-left: 8px;
|
|
103599
103679
|
padding-top: $pv-comment-title-padding-top;
|
|
103600
103680
|
position: absolute;
|
|
103681
|
+
overflow: hidden;
|
|
103682
|
+
text-overflow: ellipsis;
|
|
103601
103683
|
}
|
|
103602
103684
|
|
|
103603
103685
|
.e-pv-comments-hover {
|
|
@@ -116487,6 +116569,8 @@ $schedule-tree-content-color: #fff !default;
|
|
|
116487
116569
|
}
|
|
116488
116570
|
|
|
116489
116571
|
.e-toolbar-items {
|
|
116572
|
+
height: $schedule-tbar-bgr-size;
|
|
116573
|
+
|
|
116490
116574
|
&.e-tbar-pos {
|
|
116491
116575
|
height: $schedule-tbar-bgr-size;
|
|
116492
116576
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -47574,6 +47574,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47574
47574
|
white-space: nowrap;
|
|
47575
47575
|
overflow: hidden;
|
|
47576
47576
|
|
|
47577
|
+
&.e-spacer-toolbar {
|
|
47578
|
+
|
|
47579
|
+
.e-toolbar-items {
|
|
47580
|
+
display: flex;
|
|
47581
|
+
flex-wrap: nowrap;
|
|
47582
|
+
width: 100%;
|
|
47583
|
+
|
|
47584
|
+
&:not(.e-toolbar-multirow) {
|
|
47585
|
+
position: absolute;
|
|
47586
|
+
}
|
|
47587
|
+
}
|
|
47588
|
+
|
|
47589
|
+
&.e-pop-mode {
|
|
47590
|
+
|
|
47591
|
+
.e-toolbar-items {
|
|
47592
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47593
|
+
}
|
|
47594
|
+
}
|
|
47595
|
+
}
|
|
47596
|
+
|
|
47577
47597
|
.e-blazor-toolbar-items {
|
|
47578
47598
|
position: absolute;
|
|
47579
47599
|
top: -9999px;
|
|
@@ -47711,6 +47731,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47711
47731
|
min-height: $tbar-nrml-item-size;
|
|
47712
47732
|
vertical-align: middle;
|
|
47713
47733
|
width: auto;
|
|
47734
|
+
flex: 0 0 auto;
|
|
47735
|
+
|
|
47736
|
+
&.e-spacer {
|
|
47737
|
+
flex-grow: 1;
|
|
47738
|
+
}
|
|
47714
47739
|
|
|
47715
47740
|
.e-tbar-btn {
|
|
47716
47741
|
display: flex;
|
|
@@ -48141,6 +48166,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48141
48166
|
|
|
48142
48167
|
&.e-rtl {
|
|
48143
48168
|
|
|
48169
|
+
&:not(.e-spacer-toolbar) {
|
|
48170
|
+
|
|
48171
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48172
|
+
|
|
48173
|
+
.e-toolbar-item:first-child {
|
|
48174
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48175
|
+
}
|
|
48176
|
+
}
|
|
48177
|
+
}
|
|
48178
|
+
|
|
48144
48179
|
.e-toolbar-item {
|
|
48145
48180
|
|
|
48146
48181
|
.e-tbar-btn {
|
|
@@ -77621,8 +77656,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
77621
77656
|
}
|
|
77622
77657
|
|
|
77623
77658
|
& .e-responsive-right {
|
|
77624
|
-
width: calc(100% - 50px);
|
|
77625
|
-
|
|
77626
77659
|
& .e-search-wrapper {
|
|
77627
77660
|
& .e-input-group::before,
|
|
77628
77661
|
& .e-input-group::after {
|
|
@@ -89057,7 +89090,7 @@ $rte-big-quick-item-line-height: normal !default;
|
|
|
89057
89090
|
$rte-quick-item-line-height: 20px !default;
|
|
89058
89091
|
$rte-quick-item-active-bg: rgba($grey-base, .12) !default;
|
|
89059
89092
|
$rte-quick-item-active-font-color: $base-font !default;
|
|
89060
|
-
$rte-quick-item-border:
|
|
89093
|
+
$rte-quick-item-border: 0 solid transparent !default;
|
|
89061
89094
|
$rte-quick-item-hover-border-color: $grey-8c !default;
|
|
89062
89095
|
$rte-quick-item-active-border-color: $grey-8c !default;
|
|
89063
89096
|
$rte-content-padding: 16px !default;
|
|
@@ -89095,11 +89128,11 @@ $rte-big-tb-items-margin-left: 3px !default;
|
|
|
89095
89128
|
$rte-tb-items-margin-left: 6px !default;
|
|
89096
89129
|
$rte-big-tb-items-padding-left: 3px !default;
|
|
89097
89130
|
$rte-tb-items-padding-left: 6px !default;
|
|
89098
|
-
$rte-big-active-tb-item-btn-padding: 0
|
|
89099
|
-
$rte-active-tb-item-btn-padding: 0
|
|
89131
|
+
$rte-big-active-tb-item-btn-padding: 0 7px !default;
|
|
89132
|
+
$rte-active-tb-item-btn-padding: 0 2.5px !default;
|
|
89100
89133
|
$rte-tb-item-active-bg: rgba($grey-base, .12) !default;
|
|
89101
89134
|
$rte-tb-active-font-color: $base-font !default;
|
|
89102
|
-
$rte-tb-item-active-border:
|
|
89135
|
+
$rte-tb-item-active-border: 0 !default;
|
|
89103
89136
|
$rte-expand-tb-border-bottom: $rte-border-size $rte-border-type rgb(250, 250, 250) !default;
|
|
89104
89137
|
$rte-color-picker-active-bg: inherit !default;
|
|
89105
89138
|
$rte-drop-btn-active-bg: $grey-e6 !default;
|
|
@@ -89117,7 +89150,7 @@ $rte-split-btn-span-active-bg: $grey-e6 !default;
|
|
|
89117
89150
|
$rte-split-btn-bar-bg: $grey-ad !default;
|
|
89118
89151
|
$rte-split-btn-active-bar-bg: $grey-ad !default;
|
|
89119
89152
|
$rte-split-btn-bar-size: 0 !default;
|
|
89120
|
-
$rte-split-btn-active-border:
|
|
89153
|
+
$rte-split-btn-active-border: 0 solid $grey-ad !default;
|
|
89121
89154
|
$rte-split-btn-active-color-icon-line-height: 30px !default;
|
|
89122
89155
|
$rte-big-split-btn-active-color-icon-line-height: 34px !default;
|
|
89123
89156
|
$rte-formatlists-dropdown-line-height: 20px;
|
|
@@ -89144,15 +89177,15 @@ $rte-font-name-btn-min-width: 67px !default;
|
|
|
89144
89177
|
$rte-font-size-btn-min-width: 36px !default;
|
|
89145
89178
|
$rte-drop-btn-padding-left: 9px !default;
|
|
89146
89179
|
$rte-drop-btn-padding-right: 3.5px !default;
|
|
89147
|
-
$rte-drop-btn-action-padding-left:
|
|
89148
|
-
$rte-drop-btn-action-padding-right:
|
|
89180
|
+
$rte-drop-btn-action-padding-left: 9px !default;
|
|
89181
|
+
$rte-drop-btn-action-padding-right: 3.5px !default;
|
|
89149
89182
|
$rte-big-drop-btn-padding-left: 12px !default;
|
|
89150
89183
|
$rte-big-drop-btn-padding-right: 7px !default;
|
|
89151
|
-
$rte-big-drop-btn-action-padding-left:
|
|
89152
|
-
$rte-big-drop-btn-action-padding-right:
|
|
89184
|
+
$rte-big-drop-btn-action-padding-left: 12px !default;
|
|
89185
|
+
$rte-big-drop-btn-action-padding-right: 7px !default;
|
|
89153
89186
|
$rte-ext-tbar-overlay-icons-color: $base-font !default;
|
|
89154
89187
|
$rte-colorpicker-parent-padding: 1px !default;
|
|
89155
|
-
$rte-colorpicker-parent-padding-hover:
|
|
89188
|
+
$rte-colorpicker-parent-padding-hover: 1px !default;
|
|
89156
89189
|
$rte-colorpicker-parent-padding-active-hover: 1px !default;
|
|
89157
89190
|
$rte-overlay-color: #383838 !default;
|
|
89158
89191
|
$rte-dropdown-btn-color-content-height: 30px !default;
|
|
@@ -89208,7 +89241,7 @@ $rte-resize-handler-height: 15px;
|
|
|
89208
89241
|
$rte-resize-handler-position: 0;
|
|
89209
89242
|
$rte-default-character-count-opacity: .54;
|
|
89210
89243
|
|
|
89211
|
-
$rte-big-color-list-span-common-padding-left-right:
|
|
89244
|
+
$rte-big-color-list-span-common-padding-left-right: 1px;
|
|
89212
89245
|
$rte-placeholder-padding: 16px !default;
|
|
89213
89246
|
|
|
89214
89247
|
$rte-img-dlg-max-height: 426px !default;
|
|
@@ -89297,9 +89330,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
89297
89330
|
&.e-extended-toolbar .e-toolbar-items .e-toolbar-item {
|
|
89298
89331
|
& .e-rte-dropdown-btn.e-active.e-tbar-btn {
|
|
89299
89332
|
background: $rte-dropdown-active-bg;
|
|
89300
|
-
border:
|
|
89301
|
-
padding-left:
|
|
89302
|
-
padding-right:
|
|
89333
|
+
border: 0;
|
|
89334
|
+
padding-left: 9px;
|
|
89335
|
+
padding-right: 3.5px;
|
|
89303
89336
|
}
|
|
89304
89337
|
}
|
|
89305
89338
|
}
|
|
@@ -90240,7 +90273,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90240
90273
|
|
|
90241
90274
|
.e-rte-image.e-imginline,
|
|
90242
90275
|
.e-rte-audio.e-audio-inline,
|
|
90243
|
-
.e-rte-video.e-video-inline
|
|
90276
|
+
.e-rte-video.e-video-inline {
|
|
90277
|
+
margin-left: 5px;
|
|
90278
|
+
margin-right: 5px;
|
|
90244
90279
|
display: inline-block;
|
|
90245
90280
|
float: none;
|
|
90246
90281
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -90849,6 +90884,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90849
90884
|
.e-rte-quick-toolbar {
|
|
90850
90885
|
min-height: 48px;
|
|
90851
90886
|
|
|
90887
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
90888
|
+
.e-rte-color-content,
|
|
90889
|
+
.e-caret {
|
|
90890
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
90891
|
+
|
|
90892
|
+
&:hover {
|
|
90893
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
90894
|
+
}
|
|
90895
|
+
}
|
|
90896
|
+
}
|
|
90897
|
+
|
|
90852
90898
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
90853
90899
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
90854
90900
|
min-height: 48px;
|
|
@@ -91597,12 +91643,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91597
91643
|
}
|
|
91598
91644
|
}
|
|
91599
91645
|
|
|
91600
|
-
@if $skin-name == 'bootstrap5' {
|
|
91601
|
-
.e-tbar-btn:focus .e-icons {
|
|
91602
|
-
color: $rte-quick-item-active-font-color;
|
|
91603
|
-
}
|
|
91604
|
-
}
|
|
91605
|
-
|
|
91606
91646
|
&.e-active .e-tbar-btn,
|
|
91607
91647
|
&.e-active .e-tbar-btn:focus {
|
|
91608
91648
|
background: $rte-tb-item-active-bg;
|
|
@@ -91626,10 +91666,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91626
91666
|
.e-tbar-btn:hover .e-icons {
|
|
91627
91667
|
color: $rte-tb-hover-font-color;
|
|
91628
91668
|
}
|
|
91629
|
-
|
|
91630
|
-
.e-tbar-btn:focus .e-icons {
|
|
91631
|
-
color: $primary-text-focus;
|
|
91632
|
-
}
|
|
91633
91669
|
}
|
|
91634
91670
|
|
|
91635
91671
|
.e-dropdown-btn.e-active {
|
|
@@ -91741,9 +91777,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91741
91777
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
91742
91778
|
color: $rte-hover-icons-color;
|
|
91743
91779
|
}
|
|
91744
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
91745
|
-
color: $rte-hover-icons-color;
|
|
91746
|
-
}
|
|
91747
91780
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
91748
91781
|
color: $rte-tb-active-font-color;
|
|
91749
91782
|
}
|
|
@@ -91984,6 +92017,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91984
92017
|
.e-toolbar-items {
|
|
91985
92018
|
background: $rte-quick-pop-bg;
|
|
91986
92019
|
|
|
92020
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92021
|
+
.e-rte-color-content{
|
|
92022
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92023
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92024
|
+
padding-top: 5px;
|
|
92025
|
+
}
|
|
92026
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92027
|
+
@if $skin-name == 'FluentUI' {
|
|
92028
|
+
display: flex;
|
|
92029
|
+
align-items: center;
|
|
92030
|
+
justify-content: center;
|
|
92031
|
+
}
|
|
92032
|
+
&:hover {
|
|
92033
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92034
|
+
}
|
|
92035
|
+
}
|
|
92036
|
+
|
|
92037
|
+
.e-caret {
|
|
92038
|
+
&:hover {
|
|
92039
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92040
|
+
}
|
|
92041
|
+
}
|
|
92042
|
+
&.e-tbar-btn:hover {
|
|
92043
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92044
|
+
background: $rte-split-btn-hover-bg;
|
|
92045
|
+
}
|
|
92046
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92047
|
+
background: $rte-tbar-default-bg;
|
|
92048
|
+
}
|
|
92049
|
+
}
|
|
92050
|
+
}
|
|
92051
|
+
|
|
91987
92052
|
.e-separator {
|
|
91988
92053
|
border: .5px solid $rte-quick-vr-line-color;
|
|
91989
92054
|
}
|
|
@@ -92064,6 +92129,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92064
92129
|
}
|
|
92065
92130
|
}
|
|
92066
92131
|
|
|
92132
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92133
|
+
.e-rte-color-content {
|
|
92134
|
+
@if $skin-name =='tailwind' or $skin-name =='tailwind-dark' or $skin-name =='bootstrap5' or $skin-name =='bootstrap5-dark' or $skin-name =='material' or $skin-name =='material-dark' {
|
|
92135
|
+
padding-top: 8px;
|
|
92136
|
+
}
|
|
92137
|
+
}
|
|
92138
|
+
}
|
|
92139
|
+
|
|
92067
92140
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92068
92141
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92069
92142
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92354,6 +92427,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92354
92427
|
color: $rte-icons-color;
|
|
92355
92428
|
}
|
|
92356
92429
|
|
|
92430
|
+
.e-bigger .e-richtexteditor,
|
|
92431
|
+
.e-richtexteditor {
|
|
92432
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92433
|
+
color: $icon-color-disabled;
|
|
92434
|
+
}
|
|
92435
|
+
}
|
|
92436
|
+
|
|
92357
92437
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92358
92438
|
border-radius: 4px;
|
|
92359
92439
|
}
|
|
@@ -103332,8 +103412,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103332
103412
|
padding-bottom: 30px;
|
|
103333
103413
|
height: 18px;
|
|
103334
103414
|
}
|
|
103335
|
-
max-width: 237px;
|
|
103336
103415
|
position: absolute;
|
|
103416
|
+
overflow: hidden;
|
|
103417
|
+
text-overflow: ellipsis;
|
|
103337
103418
|
}
|
|
103338
103419
|
|
|
103339
103420
|
.e-pv-reply-title {
|
|
@@ -103352,10 +103433,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103352
103433
|
@if $skin-name == 'Material3' {
|
|
103353
103434
|
font-size: $text-xs;
|
|
103354
103435
|
}
|
|
103355
|
-
max-width: 212px;
|
|
103356
103436
|
padding-left: 8px;
|
|
103357
103437
|
padding-top: $pv-comment-title-padding-top;
|
|
103358
103438
|
position: absolute;
|
|
103439
|
+
overflow: hidden;
|
|
103440
|
+
text-overflow: ellipsis;
|
|
103359
103441
|
}
|
|
103360
103442
|
|
|
103361
103443
|
.e-pv-comments-hover {
|
|
@@ -116227,6 +116309,8 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
116227
116309
|
}
|
|
116228
116310
|
|
|
116229
116311
|
.e-toolbar-items {
|
|
116312
|
+
height: $schedule-tbar-bgr-size;
|
|
116313
|
+
|
|
116230
116314
|
&.e-tbar-pos {
|
|
116231
116315
|
height: $schedule-tbar-bgr-size;
|
|
116232
116316
|
min-height: $schedule-tbar-bgr-size;
|