@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
|
@@ -47725,6 +47725,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47725
47725
|
white-space: nowrap;
|
|
47726
47726
|
overflow: hidden;
|
|
47727
47727
|
|
|
47728
|
+
&.e-spacer-toolbar {
|
|
47729
|
+
|
|
47730
|
+
.e-toolbar-items {
|
|
47731
|
+
display: flex;
|
|
47732
|
+
flex-wrap: nowrap;
|
|
47733
|
+
width: 100%;
|
|
47734
|
+
|
|
47735
|
+
&:not(.e-toolbar-multirow) {
|
|
47736
|
+
position: absolute;
|
|
47737
|
+
}
|
|
47738
|
+
}
|
|
47739
|
+
|
|
47740
|
+
&.e-pop-mode {
|
|
47741
|
+
|
|
47742
|
+
.e-toolbar-items {
|
|
47743
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47744
|
+
}
|
|
47745
|
+
}
|
|
47746
|
+
}
|
|
47747
|
+
|
|
47728
47748
|
.e-blazor-toolbar-items {
|
|
47729
47749
|
position: absolute;
|
|
47730
47750
|
top: -9999px;
|
|
@@ -47862,6 +47882,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47862
47882
|
min-height: $tbar-nrml-item-size;
|
|
47863
47883
|
vertical-align: middle;
|
|
47864
47884
|
width: auto;
|
|
47885
|
+
flex: 0 0 auto;
|
|
47886
|
+
|
|
47887
|
+
&.e-spacer {
|
|
47888
|
+
flex-grow: 1;
|
|
47889
|
+
}
|
|
47865
47890
|
|
|
47866
47891
|
.e-tbar-btn {
|
|
47867
47892
|
display: flex;
|
|
@@ -48292,6 +48317,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48292
48317
|
|
|
48293
48318
|
&.e-rtl {
|
|
48294
48319
|
|
|
48320
|
+
&:not(.e-spacer-toolbar) {
|
|
48321
|
+
|
|
48322
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48323
|
+
|
|
48324
|
+
.e-toolbar-item:first-child {
|
|
48325
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48326
|
+
}
|
|
48327
|
+
}
|
|
48328
|
+
}
|
|
48329
|
+
|
|
48295
48330
|
.e-toolbar-item {
|
|
48296
48331
|
|
|
48297
48332
|
.e-tbar-btn {
|
|
@@ -77774,8 +77809,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
77774
77809
|
}
|
|
77775
77810
|
|
|
77776
77811
|
& .e-responsive-right {
|
|
77777
|
-
width: calc(100% - 50px);
|
|
77778
|
-
|
|
77779
77812
|
& .e-search-wrapper {
|
|
77780
77813
|
& .e-input-group::before,
|
|
77781
77814
|
& .e-input-group::after {
|
|
@@ -90314,7 +90347,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90314
90347
|
|
|
90315
90348
|
.e-rte-image.e-imginline,
|
|
90316
90349
|
.e-rte-audio.e-audio-inline,
|
|
90317
|
-
.e-rte-video.e-video-inline
|
|
90350
|
+
.e-rte-video.e-video-inline {
|
|
90351
|
+
margin-left: 5px;
|
|
90352
|
+
margin-right: 5px;
|
|
90318
90353
|
display: inline-block;
|
|
90319
90354
|
float: none;
|
|
90320
90355
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -90923,6 +90958,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90923
90958
|
.e-rte-quick-toolbar {
|
|
90924
90959
|
min-height: 48px;
|
|
90925
90960
|
|
|
90961
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
90962
|
+
.e-rte-color-content,
|
|
90963
|
+
.e-caret {
|
|
90964
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
90965
|
+
|
|
90966
|
+
&:hover {
|
|
90967
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
90968
|
+
}
|
|
90969
|
+
}
|
|
90970
|
+
}
|
|
90971
|
+
|
|
90926
90972
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
90927
90973
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
90928
90974
|
min-height: 48px;
|
|
@@ -91671,12 +91717,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91671
91717
|
}
|
|
91672
91718
|
}
|
|
91673
91719
|
|
|
91674
|
-
@if $skin-name == 'bootstrap5' {
|
|
91675
|
-
.e-tbar-btn:focus .e-icons {
|
|
91676
|
-
color: $rte-quick-item-active-font-color;
|
|
91677
|
-
}
|
|
91678
|
-
}
|
|
91679
|
-
|
|
91680
91720
|
&.e-active .e-tbar-btn,
|
|
91681
91721
|
&.e-active .e-tbar-btn:focus {
|
|
91682
91722
|
background: $rte-tb-item-active-bg;
|
|
@@ -91700,10 +91740,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91700
91740
|
.e-tbar-btn:hover .e-icons {
|
|
91701
91741
|
color: $rte-tb-hover-font-color;
|
|
91702
91742
|
}
|
|
91703
|
-
|
|
91704
|
-
.e-tbar-btn:focus .e-icons {
|
|
91705
|
-
color: $primary-text-focus;
|
|
91706
|
-
}
|
|
91707
91743
|
}
|
|
91708
91744
|
|
|
91709
91745
|
.e-dropdown-btn.e-active {
|
|
@@ -91815,9 +91851,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91815
91851
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
91816
91852
|
color: $rte-hover-icons-color;
|
|
91817
91853
|
}
|
|
91818
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
91819
|
-
color: $rte-hover-icons-color;
|
|
91820
|
-
}
|
|
91821
91854
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
91822
91855
|
color: $rte-tb-active-font-color;
|
|
91823
91856
|
}
|
|
@@ -92058,6 +92091,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92058
92091
|
.e-toolbar-items {
|
|
92059
92092
|
background: $rte-quick-pop-bg;
|
|
92060
92093
|
|
|
92094
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92095
|
+
.e-rte-color-content{
|
|
92096
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92097
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92098
|
+
padding-top: 5px;
|
|
92099
|
+
}
|
|
92100
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92101
|
+
@if $skin-name == 'FluentUI' {
|
|
92102
|
+
display: flex;
|
|
92103
|
+
align-items: center;
|
|
92104
|
+
justify-content: center;
|
|
92105
|
+
}
|
|
92106
|
+
&:hover {
|
|
92107
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92108
|
+
}
|
|
92109
|
+
}
|
|
92110
|
+
|
|
92111
|
+
.e-caret {
|
|
92112
|
+
&:hover {
|
|
92113
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92114
|
+
}
|
|
92115
|
+
}
|
|
92116
|
+
&.e-tbar-btn:hover {
|
|
92117
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92118
|
+
background: $rte-split-btn-hover-bg;
|
|
92119
|
+
}
|
|
92120
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92121
|
+
background: $rte-tbar-default-bg;
|
|
92122
|
+
}
|
|
92123
|
+
}
|
|
92124
|
+
}
|
|
92125
|
+
|
|
92061
92126
|
.e-separator {
|
|
92062
92127
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92063
92128
|
}
|
|
@@ -92138,6 +92203,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92138
92203
|
}
|
|
92139
92204
|
}
|
|
92140
92205
|
|
|
92206
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92207
|
+
.e-rte-color-content {
|
|
92208
|
+
@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' {
|
|
92209
|
+
padding-top: 8px;
|
|
92210
|
+
}
|
|
92211
|
+
}
|
|
92212
|
+
}
|
|
92213
|
+
|
|
92141
92214
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92142
92215
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92143
92216
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92428,6 +92501,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92428
92501
|
color: $rte-icons-color;
|
|
92429
92502
|
}
|
|
92430
92503
|
|
|
92504
|
+
.e-bigger .e-richtexteditor,
|
|
92505
|
+
.e-richtexteditor {
|
|
92506
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92507
|
+
color: $icon-color-disabled;
|
|
92508
|
+
}
|
|
92509
|
+
}
|
|
92510
|
+
|
|
92431
92511
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92432
92512
|
border-radius: 4px;
|
|
92433
92513
|
}
|
|
@@ -103391,8 +103471,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103391
103471
|
padding-bottom: 30px;
|
|
103392
103472
|
height: 18px;
|
|
103393
103473
|
}
|
|
103394
|
-
max-width: 237px;
|
|
103395
103474
|
position: absolute;
|
|
103475
|
+
overflow: hidden;
|
|
103476
|
+
text-overflow: ellipsis;
|
|
103396
103477
|
}
|
|
103397
103478
|
|
|
103398
103479
|
.e-pv-reply-title {
|
|
@@ -103411,10 +103492,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103411
103492
|
@if $skin-name == 'Material3' {
|
|
103412
103493
|
font-size: $text-xs;
|
|
103413
103494
|
}
|
|
103414
|
-
max-width: 212px;
|
|
103415
103495
|
padding-left: 8px;
|
|
103416
103496
|
padding-top: $pv-comment-title-padding-top;
|
|
103417
103497
|
position: absolute;
|
|
103498
|
+
overflow: hidden;
|
|
103499
|
+
text-overflow: ellipsis;
|
|
103418
103500
|
}
|
|
103419
103501
|
|
|
103420
103502
|
.e-pv-comments-hover {
|
|
@@ -116304,6 +116386,8 @@ $schedule-tree-content-color: #fff !default;
|
|
|
116304
116386
|
}
|
|
116305
116387
|
|
|
116306
116388
|
.e-toolbar-items {
|
|
116389
|
+
height: $schedule-tbar-bgr-size;
|
|
116390
|
+
|
|
116307
116391
|
&.e-tbar-pos {
|
|
116308
116392
|
height: $schedule-tbar-bgr-size;
|
|
116309
116393
|
min-height: $schedule-tbar-bgr-size;
|
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -47489,6 +47489,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47489
47489
|
white-space: nowrap;
|
|
47490
47490
|
overflow: hidden;
|
|
47491
47491
|
|
|
47492
|
+
&.e-spacer-toolbar {
|
|
47493
|
+
|
|
47494
|
+
.e-toolbar-items {
|
|
47495
|
+
display: flex;
|
|
47496
|
+
flex-wrap: nowrap;
|
|
47497
|
+
width: 100%;
|
|
47498
|
+
|
|
47499
|
+
&:not(.e-toolbar-multirow) {
|
|
47500
|
+
position: absolute;
|
|
47501
|
+
}
|
|
47502
|
+
}
|
|
47503
|
+
|
|
47504
|
+
&.e-pop-mode {
|
|
47505
|
+
|
|
47506
|
+
.e-toolbar-items {
|
|
47507
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47508
|
+
}
|
|
47509
|
+
}
|
|
47510
|
+
}
|
|
47511
|
+
|
|
47492
47512
|
.e-blazor-toolbar-items {
|
|
47493
47513
|
position: absolute;
|
|
47494
47514
|
top: -9999px;
|
|
@@ -47626,6 +47646,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47626
47646
|
min-height: $tbar-nrml-item-size;
|
|
47627
47647
|
vertical-align: middle;
|
|
47628
47648
|
width: auto;
|
|
47649
|
+
flex: 0 0 auto;
|
|
47650
|
+
|
|
47651
|
+
&.e-spacer {
|
|
47652
|
+
flex-grow: 1;
|
|
47653
|
+
}
|
|
47629
47654
|
|
|
47630
47655
|
.e-tbar-btn {
|
|
47631
47656
|
display: flex;
|
|
@@ -48056,6 +48081,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48056
48081
|
|
|
48057
48082
|
&.e-rtl {
|
|
48058
48083
|
|
|
48084
|
+
&:not(.e-spacer-toolbar) {
|
|
48085
|
+
|
|
48086
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48087
|
+
|
|
48088
|
+
.e-toolbar-item:first-child {
|
|
48089
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48090
|
+
}
|
|
48091
|
+
}
|
|
48092
|
+
}
|
|
48093
|
+
|
|
48059
48094
|
.e-toolbar-item {
|
|
48060
48095
|
|
|
48061
48096
|
.e-tbar-btn {
|
|
@@ -77532,8 +77567,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
77532
77567
|
}
|
|
77533
77568
|
|
|
77534
77569
|
& .e-responsive-right {
|
|
77535
|
-
width: calc(100% - 50px);
|
|
77536
|
-
|
|
77537
77570
|
& .e-search-wrapper {
|
|
77538
77571
|
& .e-input-group::before,
|
|
77539
77572
|
& .e-input-group::after {
|
|
@@ -90066,7 +90099,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90066
90099
|
|
|
90067
90100
|
.e-rte-image.e-imginline,
|
|
90068
90101
|
.e-rte-audio.e-audio-inline,
|
|
90069
|
-
.e-rte-video.e-video-inline
|
|
90102
|
+
.e-rte-video.e-video-inline {
|
|
90103
|
+
margin-left: 5px;
|
|
90104
|
+
margin-right: 5px;
|
|
90070
90105
|
display: inline-block;
|
|
90071
90106
|
float: none;
|
|
90072
90107
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -90675,6 +90710,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90675
90710
|
.e-rte-quick-toolbar {
|
|
90676
90711
|
min-height: 48px;
|
|
90677
90712
|
|
|
90713
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
90714
|
+
.e-rte-color-content,
|
|
90715
|
+
.e-caret {
|
|
90716
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
90717
|
+
|
|
90718
|
+
&:hover {
|
|
90719
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
90720
|
+
}
|
|
90721
|
+
}
|
|
90722
|
+
}
|
|
90723
|
+
|
|
90678
90724
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
90679
90725
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
90680
90726
|
min-height: 48px;
|
|
@@ -91423,12 +91469,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91423
91469
|
}
|
|
91424
91470
|
}
|
|
91425
91471
|
|
|
91426
|
-
@if $skin-name == 'bootstrap5' {
|
|
91427
|
-
.e-tbar-btn:focus .e-icons {
|
|
91428
|
-
color: $rte-quick-item-active-font-color;
|
|
91429
|
-
}
|
|
91430
|
-
}
|
|
91431
|
-
|
|
91432
91472
|
&.e-active .e-tbar-btn,
|
|
91433
91473
|
&.e-active .e-tbar-btn:focus {
|
|
91434
91474
|
background: $rte-tb-item-active-bg;
|
|
@@ -91452,10 +91492,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91452
91492
|
.e-tbar-btn:hover .e-icons {
|
|
91453
91493
|
color: $rte-tb-hover-font-color;
|
|
91454
91494
|
}
|
|
91455
|
-
|
|
91456
|
-
.e-tbar-btn:focus .e-icons {
|
|
91457
|
-
color: $primary-text-focus;
|
|
91458
|
-
}
|
|
91459
91495
|
}
|
|
91460
91496
|
|
|
91461
91497
|
.e-dropdown-btn.e-active {
|
|
@@ -91567,9 +91603,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91567
91603
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
91568
91604
|
color: $rte-hover-icons-color;
|
|
91569
91605
|
}
|
|
91570
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
91571
|
-
color: $rte-hover-icons-color;
|
|
91572
|
-
}
|
|
91573
91606
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
91574
91607
|
color: $rte-tb-active-font-color;
|
|
91575
91608
|
}
|
|
@@ -91810,6 +91843,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91810
91843
|
.e-toolbar-items {
|
|
91811
91844
|
background: $rte-quick-pop-bg;
|
|
91812
91845
|
|
|
91846
|
+
.e-rte-backgroundcolor-dropdown {
|
|
91847
|
+
.e-rte-color-content{
|
|
91848
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
91849
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
91850
|
+
padding-top: 5px;
|
|
91851
|
+
}
|
|
91852
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
91853
|
+
@if $skin-name == 'FluentUI' {
|
|
91854
|
+
display: flex;
|
|
91855
|
+
align-items: center;
|
|
91856
|
+
justify-content: center;
|
|
91857
|
+
}
|
|
91858
|
+
&:hover {
|
|
91859
|
+
background: $rte-split-btn-span-hover-bg;
|
|
91860
|
+
}
|
|
91861
|
+
}
|
|
91862
|
+
|
|
91863
|
+
.e-caret {
|
|
91864
|
+
&:hover {
|
|
91865
|
+
background: $rte-split-btn-span-hover-bg;
|
|
91866
|
+
}
|
|
91867
|
+
}
|
|
91868
|
+
&.e-tbar-btn:hover {
|
|
91869
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
91870
|
+
background: $rte-split-btn-hover-bg;
|
|
91871
|
+
}
|
|
91872
|
+
@if $skin-name =='bootstrap-dark'{
|
|
91873
|
+
background: $rte-tbar-default-bg;
|
|
91874
|
+
}
|
|
91875
|
+
}
|
|
91876
|
+
}
|
|
91877
|
+
|
|
91813
91878
|
.e-separator {
|
|
91814
91879
|
border: .5px solid $rte-quick-vr-line-color;
|
|
91815
91880
|
}
|
|
@@ -91890,6 +91955,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91890
91955
|
}
|
|
91891
91956
|
}
|
|
91892
91957
|
|
|
91958
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91959
|
+
.e-rte-color-content {
|
|
91960
|
+
@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' {
|
|
91961
|
+
padding-top: 8px;
|
|
91962
|
+
}
|
|
91963
|
+
}
|
|
91964
|
+
}
|
|
91965
|
+
|
|
91893
91966
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
91894
91967
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
91895
91968
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92180,6 +92253,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92180
92253
|
color: $rte-icons-color;
|
|
92181
92254
|
}
|
|
92182
92255
|
|
|
92256
|
+
.e-bigger .e-richtexteditor,
|
|
92257
|
+
.e-richtexteditor {
|
|
92258
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92259
|
+
color: $icon-color-disabled;
|
|
92260
|
+
}
|
|
92261
|
+
}
|
|
92262
|
+
|
|
92183
92263
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92184
92264
|
border-radius: 4px;
|
|
92185
92265
|
}
|
|
@@ -103147,8 +103227,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103147
103227
|
padding-bottom: 30px;
|
|
103148
103228
|
height: 18px;
|
|
103149
103229
|
}
|
|
103150
|
-
max-width: 237px;
|
|
103151
103230
|
position: absolute;
|
|
103231
|
+
overflow: hidden;
|
|
103232
|
+
text-overflow: ellipsis;
|
|
103152
103233
|
}
|
|
103153
103234
|
|
|
103154
103235
|
.e-pv-reply-title {
|
|
@@ -103167,10 +103248,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103167
103248
|
@if $skin-name == 'Material3' {
|
|
103168
103249
|
font-size: $text-xs;
|
|
103169
103250
|
}
|
|
103170
|
-
max-width: 212px;
|
|
103171
103251
|
padding-left: 8px;
|
|
103172
103252
|
padding-top: $pv-comment-title-padding-top;
|
|
103173
103253
|
position: absolute;
|
|
103254
|
+
overflow: hidden;
|
|
103255
|
+
text-overflow: ellipsis;
|
|
103174
103256
|
}
|
|
103175
103257
|
|
|
103176
103258
|
.e-pv-comments-hover {
|
|
@@ -116053,6 +116135,8 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
116053
116135
|
}
|
|
116054
116136
|
|
|
116055
116137
|
.e-toolbar-items {
|
|
116138
|
+
height: $schedule-tbar-bgr-size;
|
|
116139
|
+
|
|
116056
116140
|
&.e-tbar-pos {
|
|
116057
116141
|
height: $schedule-tbar-bgr-size;
|
|
116058
116142
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -47602,7 +47602,7 @@ $tbar-default-font-overlay: $content-text-color !default;
|
|
|
47602
47602
|
$tbar-active-font-color: $tbar-press-font !default;
|
|
47603
47603
|
$tbar-border-nav-type: $border-light !default;
|
|
47604
47604
|
$tbar-border-nav-active-type: $border-light !default;
|
|
47605
|
-
$tbar-btn-border:
|
|
47605
|
+
$tbar-btn-border: 1px solid $transparent !default;
|
|
47606
47606
|
|
|
47607
47607
|
$tbar-box-shadow: $shadow-sm !default;
|
|
47608
47608
|
$tbar-border-type: $border-type !default;
|
|
@@ -47699,8 +47699,8 @@ $tbar-nrml-btn-focus-outline: none !default;
|
|
|
47699
47699
|
|
|
47700
47700
|
$tbar-btn-icons-focus-color: $icon-color !default;
|
|
47701
47701
|
$tbar-btn-text-focus-color: $content-text-color !default;
|
|
47702
|
-
$tbar-btn-focus-border-color: $
|
|
47703
|
-
$tbar-btn-hover-border-size:
|
|
47702
|
+
$tbar-btn-focus-border-color: $transparent !default;
|
|
47703
|
+
$tbar-btn-hover-border-size: 1px !default;
|
|
47704
47704
|
$tbar-btn-hover-active-icons-color: $icon-color !default;
|
|
47705
47705
|
$tbar-btn-hover-active-text-color: $content-text-color !default;
|
|
47706
47706
|
$tbar-btn-overlay-opacity: .5 !default;
|
|
@@ -48091,6 +48091,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48091
48091
|
white-space: nowrap;
|
|
48092
48092
|
overflow: hidden;
|
|
48093
48093
|
|
|
48094
|
+
&.e-spacer-toolbar {
|
|
48095
|
+
|
|
48096
|
+
.e-toolbar-items {
|
|
48097
|
+
display: flex;
|
|
48098
|
+
flex-wrap: nowrap;
|
|
48099
|
+
width: 100%;
|
|
48100
|
+
|
|
48101
|
+
&:not(.e-toolbar-multirow) {
|
|
48102
|
+
position: absolute;
|
|
48103
|
+
}
|
|
48104
|
+
}
|
|
48105
|
+
|
|
48106
|
+
&.e-pop-mode {
|
|
48107
|
+
|
|
48108
|
+
.e-toolbar-items {
|
|
48109
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
48110
|
+
}
|
|
48111
|
+
}
|
|
48112
|
+
}
|
|
48113
|
+
|
|
48094
48114
|
.e-blazor-toolbar-items {
|
|
48095
48115
|
position: absolute;
|
|
48096
48116
|
top: -9999px;
|
|
@@ -48228,6 +48248,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48228
48248
|
min-height: $tbar-nrml-item-size;
|
|
48229
48249
|
vertical-align: middle;
|
|
48230
48250
|
width: auto;
|
|
48251
|
+
flex: 0 0 auto;
|
|
48252
|
+
|
|
48253
|
+
&.e-spacer {
|
|
48254
|
+
flex-grow: 1;
|
|
48255
|
+
}
|
|
48231
48256
|
|
|
48232
48257
|
.e-tbar-btn {
|
|
48233
48258
|
display: flex;
|
|
@@ -48658,6 +48683,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48658
48683
|
|
|
48659
48684
|
&.e-rtl {
|
|
48660
48685
|
|
|
48686
|
+
&:not(.e-spacer-toolbar) {
|
|
48687
|
+
|
|
48688
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48689
|
+
|
|
48690
|
+
.e-toolbar-item:first-child {
|
|
48691
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48692
|
+
}
|
|
48693
|
+
}
|
|
48694
|
+
}
|
|
48695
|
+
|
|
48661
48696
|
.e-toolbar-item {
|
|
48662
48697
|
|
|
48663
48698
|
.e-tbar-btn {
|
|
@@ -78338,8 +78373,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
78338
78373
|
}
|
|
78339
78374
|
|
|
78340
78375
|
& .e-responsive-right {
|
|
78341
|
-
width: calc(100% - 50px);
|
|
78342
|
-
|
|
78343
78376
|
& .e-search-wrapper {
|
|
78344
78377
|
& .e-input-group::before,
|
|
78345
78378
|
& .e-input-group::after {
|
|
@@ -90907,7 +90940,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90907
90940
|
|
|
90908
90941
|
.e-rte-image.e-imginline,
|
|
90909
90942
|
.e-rte-audio.e-audio-inline,
|
|
90910
|
-
.e-rte-video.e-video-inline
|
|
90943
|
+
.e-rte-video.e-video-inline {
|
|
90944
|
+
margin-left: 5px;
|
|
90945
|
+
margin-right: 5px;
|
|
90911
90946
|
display: inline-block;
|
|
90912
90947
|
float: none;
|
|
90913
90948
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91516,6 +91551,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91516
91551
|
.e-rte-quick-toolbar {
|
|
91517
91552
|
min-height: 48px;
|
|
91518
91553
|
|
|
91554
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91555
|
+
.e-rte-color-content,
|
|
91556
|
+
.e-caret {
|
|
91557
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91558
|
+
|
|
91559
|
+
&:hover {
|
|
91560
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91561
|
+
}
|
|
91562
|
+
}
|
|
91563
|
+
}
|
|
91564
|
+
|
|
91519
91565
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91520
91566
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91521
91567
|
min-height: 48px;
|
|
@@ -92264,12 +92310,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92264
92310
|
}
|
|
92265
92311
|
}
|
|
92266
92312
|
|
|
92267
|
-
@if $skin-name == 'bootstrap5' {
|
|
92268
|
-
.e-tbar-btn:focus .e-icons {
|
|
92269
|
-
color: $rte-quick-item-active-font-color;
|
|
92270
|
-
}
|
|
92271
|
-
}
|
|
92272
|
-
|
|
92273
92313
|
&.e-active .e-tbar-btn,
|
|
92274
92314
|
&.e-active .e-tbar-btn:focus {
|
|
92275
92315
|
background: $rte-tb-item-active-bg;
|
|
@@ -92293,10 +92333,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92293
92333
|
.e-tbar-btn:hover .e-icons {
|
|
92294
92334
|
color: $rte-tb-hover-font-color;
|
|
92295
92335
|
}
|
|
92296
|
-
|
|
92297
|
-
.e-tbar-btn:focus .e-icons {
|
|
92298
|
-
color: $primary-text-focus;
|
|
92299
|
-
}
|
|
92300
92336
|
}
|
|
92301
92337
|
|
|
92302
92338
|
.e-dropdown-btn.e-active {
|
|
@@ -92408,9 +92444,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92408
92444
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
92409
92445
|
color: $rte-hover-icons-color;
|
|
92410
92446
|
}
|
|
92411
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
92412
|
-
color: $rte-hover-icons-color;
|
|
92413
|
-
}
|
|
92414
92447
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
92415
92448
|
color: $rte-tb-active-font-color;
|
|
92416
92449
|
}
|
|
@@ -92651,6 +92684,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92651
92684
|
.e-toolbar-items {
|
|
92652
92685
|
background: $rte-quick-pop-bg;
|
|
92653
92686
|
|
|
92687
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92688
|
+
.e-rte-color-content{
|
|
92689
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92690
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92691
|
+
padding-top: 5px;
|
|
92692
|
+
}
|
|
92693
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92694
|
+
@if $skin-name == 'FluentUI' {
|
|
92695
|
+
display: flex;
|
|
92696
|
+
align-items: center;
|
|
92697
|
+
justify-content: center;
|
|
92698
|
+
}
|
|
92699
|
+
&:hover {
|
|
92700
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92701
|
+
}
|
|
92702
|
+
}
|
|
92703
|
+
|
|
92704
|
+
.e-caret {
|
|
92705
|
+
&:hover {
|
|
92706
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92707
|
+
}
|
|
92708
|
+
}
|
|
92709
|
+
&.e-tbar-btn:hover {
|
|
92710
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92711
|
+
background: $rte-split-btn-hover-bg;
|
|
92712
|
+
}
|
|
92713
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92714
|
+
background: $rte-tbar-default-bg;
|
|
92715
|
+
}
|
|
92716
|
+
}
|
|
92717
|
+
}
|
|
92718
|
+
|
|
92654
92719
|
.e-separator {
|
|
92655
92720
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92656
92721
|
}
|
|
@@ -92731,6 +92796,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92731
92796
|
}
|
|
92732
92797
|
}
|
|
92733
92798
|
|
|
92799
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92800
|
+
.e-rte-color-content {
|
|
92801
|
+
@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' {
|
|
92802
|
+
padding-top: 8px;
|
|
92803
|
+
}
|
|
92804
|
+
}
|
|
92805
|
+
}
|
|
92806
|
+
|
|
92734
92807
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92735
92808
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92736
92809
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -93021,6 +93094,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93021
93094
|
color: $rte-icons-color;
|
|
93022
93095
|
}
|
|
93023
93096
|
|
|
93097
|
+
.e-bigger .e-richtexteditor,
|
|
93098
|
+
.e-richtexteditor {
|
|
93099
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
93100
|
+
color: $icon-color-disabled;
|
|
93101
|
+
}
|
|
93102
|
+
}
|
|
93103
|
+
|
|
93024
93104
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
93025
93105
|
border-radius: 4px;
|
|
93026
93106
|
}
|
|
@@ -103994,8 +104074,9 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
103994
104074
|
padding-bottom: 30px;
|
|
103995
104075
|
height: 18px;
|
|
103996
104076
|
}
|
|
103997
|
-
max-width: 237px;
|
|
103998
104077
|
position: absolute;
|
|
104078
|
+
overflow: hidden;
|
|
104079
|
+
text-overflow: ellipsis;
|
|
103999
104080
|
}
|
|
104000
104081
|
|
|
104001
104082
|
.e-pv-reply-title {
|
|
@@ -104014,10 +104095,11 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
104014
104095
|
@if $skin-name == 'Material3' {
|
|
104015
104096
|
font-size: $text-xs;
|
|
104016
104097
|
}
|
|
104017
|
-
max-width: 212px;
|
|
104018
104098
|
padding-left: 8px;
|
|
104019
104099
|
padding-top: $pv-comment-title-padding-top;
|
|
104020
104100
|
position: absolute;
|
|
104101
|
+
overflow: hidden;
|
|
104102
|
+
text-overflow: ellipsis;
|
|
104021
104103
|
}
|
|
104022
104104
|
|
|
104023
104105
|
.e-pv-comments-hover {
|
|
@@ -116921,6 +117003,8 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
116921
117003
|
}
|
|
116922
117004
|
|
|
116923
117005
|
.e-toolbar-items {
|
|
117006
|
+
height: $schedule-tbar-bgr-size;
|
|
117007
|
+
|
|
116924
117008
|
&.e-tbar-pos {
|
|
116925
117009
|
height: $schedule-tbar-bgr-size;
|
|
116926
117010
|
min-height: $schedule-tbar-bgr-size;
|