@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
|
@@ -48307,6 +48307,26 @@ $tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !d
|
|
|
48307
48307
|
white-space: nowrap;
|
|
48308
48308
|
overflow: hidden;
|
|
48309
48309
|
|
|
48310
|
+
&.e-spacer-toolbar {
|
|
48311
|
+
|
|
48312
|
+
.e-toolbar-items {
|
|
48313
|
+
display: flex;
|
|
48314
|
+
flex-wrap: nowrap;
|
|
48315
|
+
width: 100%;
|
|
48316
|
+
|
|
48317
|
+
&:not(.e-toolbar-multirow) {
|
|
48318
|
+
position: absolute;
|
|
48319
|
+
}
|
|
48320
|
+
}
|
|
48321
|
+
|
|
48322
|
+
&.e-pop-mode {
|
|
48323
|
+
|
|
48324
|
+
.e-toolbar-items {
|
|
48325
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
48326
|
+
}
|
|
48327
|
+
}
|
|
48328
|
+
}
|
|
48329
|
+
|
|
48310
48330
|
.e-blazor-toolbar-items {
|
|
48311
48331
|
position: absolute;
|
|
48312
48332
|
top: -9999px;
|
|
@@ -48444,6 +48464,11 @@ $tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !d
|
|
|
48444
48464
|
min-height: $tbar-nrml-item-size;
|
|
48445
48465
|
vertical-align: middle;
|
|
48446
48466
|
width: auto;
|
|
48467
|
+
flex: 0 0 auto;
|
|
48468
|
+
|
|
48469
|
+
&.e-spacer {
|
|
48470
|
+
flex-grow: 1;
|
|
48471
|
+
}
|
|
48447
48472
|
|
|
48448
48473
|
.e-tbar-btn {
|
|
48449
48474
|
display: flex;
|
|
@@ -48874,6 +48899,16 @@ $tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !d
|
|
|
48874
48899
|
|
|
48875
48900
|
&.e-rtl {
|
|
48876
48901
|
|
|
48902
|
+
&:not(.e-spacer-toolbar) {
|
|
48903
|
+
|
|
48904
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48905
|
+
|
|
48906
|
+
.e-toolbar-item:first-child {
|
|
48907
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48908
|
+
}
|
|
48909
|
+
}
|
|
48910
|
+
}
|
|
48911
|
+
|
|
48877
48912
|
.e-toolbar-item {
|
|
48878
48913
|
|
|
48879
48914
|
.e-tbar-btn {
|
|
@@ -79077,8 +79112,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
79077
79112
|
}
|
|
79078
79113
|
|
|
79079
79114
|
& .e-responsive-right {
|
|
79080
|
-
width: calc(100% - 50px);
|
|
79081
|
-
|
|
79082
79115
|
& .e-search-wrapper {
|
|
79083
79116
|
& .e-input-group::before,
|
|
79084
79117
|
& .e-input-group::after {
|
|
@@ -91628,7 +91661,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91628
91661
|
|
|
91629
91662
|
.e-rte-image.e-imginline,
|
|
91630
91663
|
.e-rte-audio.e-audio-inline,
|
|
91631
|
-
.e-rte-video.e-video-inline
|
|
91664
|
+
.e-rte-video.e-video-inline {
|
|
91665
|
+
margin-left: 5px;
|
|
91666
|
+
margin-right: 5px;
|
|
91632
91667
|
display: inline-block;
|
|
91633
91668
|
float: none;
|
|
91634
91669
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -92237,6 +92272,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92237
92272
|
.e-rte-quick-toolbar {
|
|
92238
92273
|
min-height: 48px;
|
|
92239
92274
|
|
|
92275
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92276
|
+
.e-rte-color-content,
|
|
92277
|
+
.e-caret {
|
|
92278
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
92279
|
+
|
|
92280
|
+
&:hover {
|
|
92281
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
92282
|
+
}
|
|
92283
|
+
}
|
|
92284
|
+
}
|
|
92285
|
+
|
|
92240
92286
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
92241
92287
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
92242
92288
|
min-height: 48px;
|
|
@@ -92985,12 +93031,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92985
93031
|
}
|
|
92986
93032
|
}
|
|
92987
93033
|
|
|
92988
|
-
@if $skin-name == 'bootstrap5' {
|
|
92989
|
-
.e-tbar-btn:focus .e-icons {
|
|
92990
|
-
color: $rte-quick-item-active-font-color;
|
|
92991
|
-
}
|
|
92992
|
-
}
|
|
92993
|
-
|
|
92994
93034
|
&.e-active .e-tbar-btn,
|
|
92995
93035
|
&.e-active .e-tbar-btn:focus {
|
|
92996
93036
|
background: $rte-tb-item-active-bg;
|
|
@@ -93014,10 +93054,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93014
93054
|
.e-tbar-btn:hover .e-icons {
|
|
93015
93055
|
color: $rte-tb-hover-font-color;
|
|
93016
93056
|
}
|
|
93017
|
-
|
|
93018
|
-
.e-tbar-btn:focus .e-icons {
|
|
93019
|
-
color: $primary-text-focus;
|
|
93020
|
-
}
|
|
93021
93057
|
}
|
|
93022
93058
|
|
|
93023
93059
|
.e-dropdown-btn.e-active {
|
|
@@ -93129,9 +93165,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93129
93165
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
93130
93166
|
color: $rte-hover-icons-color;
|
|
93131
93167
|
}
|
|
93132
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
93133
|
-
color: $rte-hover-icons-color;
|
|
93134
|
-
}
|
|
93135
93168
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
93136
93169
|
color: $rte-tb-active-font-color;
|
|
93137
93170
|
}
|
|
@@ -93372,6 +93405,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93372
93405
|
.e-toolbar-items {
|
|
93373
93406
|
background: $rte-quick-pop-bg;
|
|
93374
93407
|
|
|
93408
|
+
.e-rte-backgroundcolor-dropdown {
|
|
93409
|
+
.e-rte-color-content{
|
|
93410
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
93411
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
93412
|
+
padding-top: 5px;
|
|
93413
|
+
}
|
|
93414
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
93415
|
+
@if $skin-name == 'FluentUI' {
|
|
93416
|
+
display: flex;
|
|
93417
|
+
align-items: center;
|
|
93418
|
+
justify-content: center;
|
|
93419
|
+
}
|
|
93420
|
+
&:hover {
|
|
93421
|
+
background: $rte-split-btn-span-hover-bg;
|
|
93422
|
+
}
|
|
93423
|
+
}
|
|
93424
|
+
|
|
93425
|
+
.e-caret {
|
|
93426
|
+
&:hover {
|
|
93427
|
+
background: $rte-split-btn-span-hover-bg;
|
|
93428
|
+
}
|
|
93429
|
+
}
|
|
93430
|
+
&.e-tbar-btn:hover {
|
|
93431
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
93432
|
+
background: $rte-split-btn-hover-bg;
|
|
93433
|
+
}
|
|
93434
|
+
@if $skin-name =='bootstrap-dark'{
|
|
93435
|
+
background: $rte-tbar-default-bg;
|
|
93436
|
+
}
|
|
93437
|
+
}
|
|
93438
|
+
}
|
|
93439
|
+
|
|
93375
93440
|
.e-separator {
|
|
93376
93441
|
border: .5px solid $rte-quick-vr-line-color;
|
|
93377
93442
|
}
|
|
@@ -93452,6 +93517,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93452
93517
|
}
|
|
93453
93518
|
}
|
|
93454
93519
|
|
|
93520
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
93521
|
+
.e-rte-color-content {
|
|
93522
|
+
@if $skin-name =='tailwind' or $skin-name =='tailwind-dark' or $skin-name =='bootstrap5' or $skin-name =='bootstrap5-dark' or $skin-name =='material' or $skin-name =='material-dark' {
|
|
93523
|
+
padding-top: 8px;
|
|
93524
|
+
}
|
|
93525
|
+
}
|
|
93526
|
+
}
|
|
93527
|
+
|
|
93455
93528
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
93456
93529
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
93457
93530
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -93742,6 +93815,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93742
93815
|
color: $rte-icons-color;
|
|
93743
93816
|
}
|
|
93744
93817
|
|
|
93818
|
+
.e-bigger .e-richtexteditor,
|
|
93819
|
+
.e-richtexteditor {
|
|
93820
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
93821
|
+
color: $icon-color-disabled;
|
|
93822
|
+
}
|
|
93823
|
+
}
|
|
93824
|
+
|
|
93745
93825
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
93746
93826
|
border-radius: 4px;
|
|
93747
93827
|
}
|
|
@@ -104724,8 +104804,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
104724
104804
|
padding-bottom: 30px;
|
|
104725
104805
|
height: 18px;
|
|
104726
104806
|
}
|
|
104727
|
-
max-width: 237px;
|
|
104728
104807
|
position: absolute;
|
|
104808
|
+
overflow: hidden;
|
|
104809
|
+
text-overflow: ellipsis;
|
|
104729
104810
|
}
|
|
104730
104811
|
|
|
104731
104812
|
.e-pv-reply-title {
|
|
@@ -104744,10 +104825,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
104744
104825
|
@if $skin-name == 'Material3' {
|
|
104745
104826
|
font-size: $text-xs;
|
|
104746
104827
|
}
|
|
104747
|
-
max-width: 212px;
|
|
104748
104828
|
padding-left: 8px;
|
|
104749
104829
|
padding-top: $pv-comment-title-padding-top;
|
|
104750
104830
|
position: absolute;
|
|
104831
|
+
overflow: hidden;
|
|
104832
|
+
text-overflow: ellipsis;
|
|
104751
104833
|
}
|
|
104752
104834
|
|
|
104753
104835
|
.e-pv-comments-hover {
|
|
@@ -117659,6 +117741,8 @@ $schedule-tree-content-color: #fff !default;
|
|
|
117659
117741
|
}
|
|
117660
117742
|
|
|
117661
117743
|
.e-toolbar-items {
|
|
117744
|
+
height: $schedule-tbar-bgr-size;
|
|
117745
|
+
|
|
117662
117746
|
&.e-tbar-pos {
|
|
117663
117747
|
height: $schedule-tbar-bgr-size;
|
|
117664
117748
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -48039,6 +48039,26 @@ $tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !d
|
|
|
48039
48039
|
white-space: nowrap;
|
|
48040
48040
|
overflow: hidden;
|
|
48041
48041
|
|
|
48042
|
+
&.e-spacer-toolbar {
|
|
48043
|
+
|
|
48044
|
+
.e-toolbar-items {
|
|
48045
|
+
display: flex;
|
|
48046
|
+
flex-wrap: nowrap;
|
|
48047
|
+
width: 100%;
|
|
48048
|
+
|
|
48049
|
+
&:not(.e-toolbar-multirow) {
|
|
48050
|
+
position: absolute;
|
|
48051
|
+
}
|
|
48052
|
+
}
|
|
48053
|
+
|
|
48054
|
+
&.e-pop-mode {
|
|
48055
|
+
|
|
48056
|
+
.e-toolbar-items {
|
|
48057
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
48058
|
+
}
|
|
48059
|
+
}
|
|
48060
|
+
}
|
|
48061
|
+
|
|
48042
48062
|
.e-blazor-toolbar-items {
|
|
48043
48063
|
position: absolute;
|
|
48044
48064
|
top: -9999px;
|
|
@@ -48176,6 +48196,11 @@ $tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !d
|
|
|
48176
48196
|
min-height: $tbar-nrml-item-size;
|
|
48177
48197
|
vertical-align: middle;
|
|
48178
48198
|
width: auto;
|
|
48199
|
+
flex: 0 0 auto;
|
|
48200
|
+
|
|
48201
|
+
&.e-spacer {
|
|
48202
|
+
flex-grow: 1;
|
|
48203
|
+
}
|
|
48179
48204
|
|
|
48180
48205
|
.e-tbar-btn {
|
|
48181
48206
|
display: flex;
|
|
@@ -48606,6 +48631,16 @@ $tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !d
|
|
|
48606
48631
|
|
|
48607
48632
|
&.e-rtl {
|
|
48608
48633
|
|
|
48634
|
+
&:not(.e-spacer-toolbar) {
|
|
48635
|
+
|
|
48636
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48637
|
+
|
|
48638
|
+
.e-toolbar-item:first-child {
|
|
48639
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48640
|
+
}
|
|
48641
|
+
}
|
|
48642
|
+
}
|
|
48643
|
+
|
|
48609
48644
|
.e-toolbar-item {
|
|
48610
48645
|
|
|
48611
48646
|
.e-tbar-btn {
|
|
@@ -78798,8 +78833,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
78798
78833
|
}
|
|
78799
78834
|
|
|
78800
78835
|
& .e-responsive-right {
|
|
78801
|
-
width: calc(100% - 50px);
|
|
78802
|
-
|
|
78803
78836
|
& .e-search-wrapper {
|
|
78804
78837
|
& .e-input-group::before,
|
|
78805
78838
|
& .e-input-group::after {
|
|
@@ -91342,7 +91375,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91342
91375
|
|
|
91343
91376
|
.e-rte-image.e-imginline,
|
|
91344
91377
|
.e-rte-audio.e-audio-inline,
|
|
91345
|
-
.e-rte-video.e-video-inline
|
|
91378
|
+
.e-rte-video.e-video-inline {
|
|
91379
|
+
margin-left: 5px;
|
|
91380
|
+
margin-right: 5px;
|
|
91346
91381
|
display: inline-block;
|
|
91347
91382
|
float: none;
|
|
91348
91383
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91951,6 +91986,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91951
91986
|
.e-rte-quick-toolbar {
|
|
91952
91987
|
min-height: 48px;
|
|
91953
91988
|
|
|
91989
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91990
|
+
.e-rte-color-content,
|
|
91991
|
+
.e-caret {
|
|
91992
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91993
|
+
|
|
91994
|
+
&:hover {
|
|
91995
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91996
|
+
}
|
|
91997
|
+
}
|
|
91998
|
+
}
|
|
91999
|
+
|
|
91954
92000
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91955
92001
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91956
92002
|
min-height: 48px;
|
|
@@ -92699,12 +92745,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92699
92745
|
}
|
|
92700
92746
|
}
|
|
92701
92747
|
|
|
92702
|
-
@if $skin-name == 'bootstrap5' {
|
|
92703
|
-
.e-tbar-btn:focus .e-icons {
|
|
92704
|
-
color: $rte-quick-item-active-font-color;
|
|
92705
|
-
}
|
|
92706
|
-
}
|
|
92707
|
-
|
|
92708
92748
|
&.e-active .e-tbar-btn,
|
|
92709
92749
|
&.e-active .e-tbar-btn:focus {
|
|
92710
92750
|
background: $rte-tb-item-active-bg;
|
|
@@ -92728,10 +92768,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92728
92768
|
.e-tbar-btn:hover .e-icons {
|
|
92729
92769
|
color: $rte-tb-hover-font-color;
|
|
92730
92770
|
}
|
|
92731
|
-
|
|
92732
|
-
.e-tbar-btn:focus .e-icons {
|
|
92733
|
-
color: $primary-text-focus;
|
|
92734
|
-
}
|
|
92735
92771
|
}
|
|
92736
92772
|
|
|
92737
92773
|
.e-dropdown-btn.e-active {
|
|
@@ -92843,9 +92879,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92843
92879
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
92844
92880
|
color: $rte-hover-icons-color;
|
|
92845
92881
|
}
|
|
92846
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
92847
|
-
color: $rte-hover-icons-color;
|
|
92848
|
-
}
|
|
92849
92882
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
92850
92883
|
color: $rte-tb-active-font-color;
|
|
92851
92884
|
}
|
|
@@ -93086,6 +93119,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93086
93119
|
.e-toolbar-items {
|
|
93087
93120
|
background: $rte-quick-pop-bg;
|
|
93088
93121
|
|
|
93122
|
+
.e-rte-backgroundcolor-dropdown {
|
|
93123
|
+
.e-rte-color-content{
|
|
93124
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
93125
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
93126
|
+
padding-top: 5px;
|
|
93127
|
+
}
|
|
93128
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
93129
|
+
@if $skin-name == 'FluentUI' {
|
|
93130
|
+
display: flex;
|
|
93131
|
+
align-items: center;
|
|
93132
|
+
justify-content: center;
|
|
93133
|
+
}
|
|
93134
|
+
&:hover {
|
|
93135
|
+
background: $rte-split-btn-span-hover-bg;
|
|
93136
|
+
}
|
|
93137
|
+
}
|
|
93138
|
+
|
|
93139
|
+
.e-caret {
|
|
93140
|
+
&:hover {
|
|
93141
|
+
background: $rte-split-btn-span-hover-bg;
|
|
93142
|
+
}
|
|
93143
|
+
}
|
|
93144
|
+
&.e-tbar-btn:hover {
|
|
93145
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
93146
|
+
background: $rte-split-btn-hover-bg;
|
|
93147
|
+
}
|
|
93148
|
+
@if $skin-name =='bootstrap-dark'{
|
|
93149
|
+
background: $rte-tbar-default-bg;
|
|
93150
|
+
}
|
|
93151
|
+
}
|
|
93152
|
+
}
|
|
93153
|
+
|
|
93089
93154
|
.e-separator {
|
|
93090
93155
|
border: .5px solid $rte-quick-vr-line-color;
|
|
93091
93156
|
}
|
|
@@ -93166,6 +93231,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93166
93231
|
}
|
|
93167
93232
|
}
|
|
93168
93233
|
|
|
93234
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
93235
|
+
.e-rte-color-content {
|
|
93236
|
+
@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' {
|
|
93237
|
+
padding-top: 8px;
|
|
93238
|
+
}
|
|
93239
|
+
}
|
|
93240
|
+
}
|
|
93241
|
+
|
|
93169
93242
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
93170
93243
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
93171
93244
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -93456,6 +93529,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93456
93529
|
color: $rte-icons-color;
|
|
93457
93530
|
}
|
|
93458
93531
|
|
|
93532
|
+
.e-bigger .e-richtexteditor,
|
|
93533
|
+
.e-richtexteditor {
|
|
93534
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
93535
|
+
color: $icon-color-disabled;
|
|
93536
|
+
}
|
|
93537
|
+
}
|
|
93538
|
+
|
|
93459
93539
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
93460
93540
|
border-radius: 4px;
|
|
93461
93541
|
}
|
|
@@ -104436,8 +104516,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
104436
104516
|
padding-bottom: 30px;
|
|
104437
104517
|
height: 18px;
|
|
104438
104518
|
}
|
|
104439
|
-
max-width: 237px;
|
|
104440
104519
|
position: absolute;
|
|
104520
|
+
overflow: hidden;
|
|
104521
|
+
text-overflow: ellipsis;
|
|
104441
104522
|
}
|
|
104442
104523
|
|
|
104443
104524
|
.e-pv-reply-title {
|
|
@@ -104456,10 +104537,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
104456
104537
|
@if $skin-name == 'Material3' {
|
|
104457
104538
|
font-size: $text-xs;
|
|
104458
104539
|
}
|
|
104459
|
-
max-width: 212px;
|
|
104460
104540
|
padding-left: 8px;
|
|
104461
104541
|
padding-top: $pv-comment-title-padding-top;
|
|
104462
104542
|
position: absolute;
|
|
104543
|
+
overflow: hidden;
|
|
104544
|
+
text-overflow: ellipsis;
|
|
104463
104545
|
}
|
|
104464
104546
|
|
|
104465
104547
|
.e-pv-comments-hover {
|
|
@@ -117367,6 +117449,8 @@ $schedule-tree-content-color: $shadow;
|
|
|
117367
117449
|
}
|
|
117368
117450
|
|
|
117369
117451
|
.e-toolbar-items {
|
|
117452
|
+
height: $schedule-tbar-bgr-size;
|
|
117453
|
+
|
|
117370
117454
|
&.e-tbar-pos {
|
|
117371
117455
|
height: $schedule-tbar-bgr-size;
|
|
117372
117456
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -48400,6 +48400,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48400
48400
|
white-space: nowrap;
|
|
48401
48401
|
overflow: hidden;
|
|
48402
48402
|
|
|
48403
|
+
&.e-spacer-toolbar {
|
|
48404
|
+
|
|
48405
|
+
.e-toolbar-items {
|
|
48406
|
+
display: flex;
|
|
48407
|
+
flex-wrap: nowrap;
|
|
48408
|
+
width: 100%;
|
|
48409
|
+
|
|
48410
|
+
&:not(.e-toolbar-multirow) {
|
|
48411
|
+
position: absolute;
|
|
48412
|
+
}
|
|
48413
|
+
}
|
|
48414
|
+
|
|
48415
|
+
&.e-pop-mode {
|
|
48416
|
+
|
|
48417
|
+
.e-toolbar-items {
|
|
48418
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
48419
|
+
}
|
|
48420
|
+
}
|
|
48421
|
+
}
|
|
48422
|
+
|
|
48403
48423
|
.e-blazor-toolbar-items {
|
|
48404
48424
|
position: absolute;
|
|
48405
48425
|
top: -9999px;
|
|
@@ -48537,6 +48557,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48537
48557
|
min-height: $tbar-nrml-item-size;
|
|
48538
48558
|
vertical-align: middle;
|
|
48539
48559
|
width: auto;
|
|
48560
|
+
flex: 0 0 auto;
|
|
48561
|
+
|
|
48562
|
+
&.e-spacer {
|
|
48563
|
+
flex-grow: 1;
|
|
48564
|
+
}
|
|
48540
48565
|
|
|
48541
48566
|
.e-tbar-btn {
|
|
48542
48567
|
display: flex;
|
|
@@ -48967,6 +48992,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48967
48992
|
|
|
48968
48993
|
&.e-rtl {
|
|
48969
48994
|
|
|
48995
|
+
&:not(.e-spacer-toolbar) {
|
|
48996
|
+
|
|
48997
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48998
|
+
|
|
48999
|
+
.e-toolbar-item:first-child {
|
|
49000
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
49001
|
+
}
|
|
49002
|
+
}
|
|
49003
|
+
}
|
|
49004
|
+
|
|
48970
49005
|
.e-toolbar-item {
|
|
48971
49006
|
|
|
48972
49007
|
.e-tbar-btn {
|
|
@@ -79299,8 +79334,6 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
79299
79334
|
}
|
|
79300
79335
|
|
|
79301
79336
|
& .e-responsive-right {
|
|
79302
|
-
width: calc(100% - 50px);
|
|
79303
|
-
|
|
79304
79337
|
& .e-search-wrapper {
|
|
79305
79338
|
& .e-input-group::before,
|
|
79306
79339
|
& .e-input-group::after {
|
|
@@ -90924,7 +90957,7 @@ $rte-drop-text-clr: rgba($on-secondary-container) !default;
|
|
|
90924
90957
|
$rte-default-character-count-color: rgba($placeholder-text-color) !default;
|
|
90925
90958
|
$rte-warning-character-count-color: rgba($warning) !default;
|
|
90926
90959
|
$rte-error-character-count-color: rgba($danger) !default;
|
|
90927
|
-
$rte-img-border:
|
|
90960
|
+
$rte-img-border: solid 2px rgba($primary) !default;
|
|
90928
90961
|
$rte-font-family: $font-family !default;
|
|
90929
90962
|
$rte-content-color: rgba($content-text-color) !default;
|
|
90930
90963
|
$rte-content-blockquote-border-left-color: solid 2px rgba($content-text-color) !default;
|
|
@@ -91888,7 +91921,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91888
91921
|
|
|
91889
91922
|
.e-rte-image.e-imginline,
|
|
91890
91923
|
.e-rte-audio.e-audio-inline,
|
|
91891
|
-
.e-rte-video.e-video-inline
|
|
91924
|
+
.e-rte-video.e-video-inline {
|
|
91925
|
+
margin-left: 5px;
|
|
91926
|
+
margin-right: 5px;
|
|
91892
91927
|
display: inline-block;
|
|
91893
91928
|
float: none;
|
|
91894
91929
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -92497,6 +92532,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92497
92532
|
.e-rte-quick-toolbar {
|
|
92498
92533
|
min-height: 48px;
|
|
92499
92534
|
|
|
92535
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92536
|
+
.e-rte-color-content,
|
|
92537
|
+
.e-caret {
|
|
92538
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
92539
|
+
|
|
92540
|
+
&:hover {
|
|
92541
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
92542
|
+
}
|
|
92543
|
+
}
|
|
92544
|
+
}
|
|
92545
|
+
|
|
92500
92546
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
92501
92547
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
92502
92548
|
min-height: 48px;
|
|
@@ -93245,12 +93291,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93245
93291
|
}
|
|
93246
93292
|
}
|
|
93247
93293
|
|
|
93248
|
-
@if $skin-name == 'bootstrap5' {
|
|
93249
|
-
.e-tbar-btn:focus .e-icons {
|
|
93250
|
-
color: $rte-quick-item-active-font-color;
|
|
93251
|
-
}
|
|
93252
|
-
}
|
|
93253
|
-
|
|
93254
93294
|
&.e-active .e-tbar-btn,
|
|
93255
93295
|
&.e-active .e-tbar-btn:focus {
|
|
93256
93296
|
background: $rte-tb-item-active-bg;
|
|
@@ -93274,10 +93314,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93274
93314
|
.e-tbar-btn:hover .e-icons {
|
|
93275
93315
|
color: $rte-tb-hover-font-color;
|
|
93276
93316
|
}
|
|
93277
|
-
|
|
93278
|
-
.e-tbar-btn:focus .e-icons {
|
|
93279
|
-
color: $primary-text-focus;
|
|
93280
|
-
}
|
|
93281
93317
|
}
|
|
93282
93318
|
|
|
93283
93319
|
.e-dropdown-btn.e-active {
|
|
@@ -93389,9 +93425,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93389
93425
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
93390
93426
|
color: $rte-hover-icons-color;
|
|
93391
93427
|
}
|
|
93392
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
93393
|
-
color: $rte-hover-icons-color;
|
|
93394
|
-
}
|
|
93395
93428
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
93396
93429
|
color: $rte-tb-active-font-color;
|
|
93397
93430
|
}
|
|
@@ -93632,6 +93665,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93632
93665
|
.e-toolbar-items {
|
|
93633
93666
|
background: $rte-quick-pop-bg;
|
|
93634
93667
|
|
|
93668
|
+
.e-rte-backgroundcolor-dropdown {
|
|
93669
|
+
.e-rte-color-content{
|
|
93670
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
93671
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
93672
|
+
padding-top: 5px;
|
|
93673
|
+
}
|
|
93674
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
93675
|
+
@if $skin-name == 'FluentUI' {
|
|
93676
|
+
display: flex;
|
|
93677
|
+
align-items: center;
|
|
93678
|
+
justify-content: center;
|
|
93679
|
+
}
|
|
93680
|
+
&:hover {
|
|
93681
|
+
background: $rte-split-btn-span-hover-bg;
|
|
93682
|
+
}
|
|
93683
|
+
}
|
|
93684
|
+
|
|
93685
|
+
.e-caret {
|
|
93686
|
+
&:hover {
|
|
93687
|
+
background: $rte-split-btn-span-hover-bg;
|
|
93688
|
+
}
|
|
93689
|
+
}
|
|
93690
|
+
&.e-tbar-btn:hover {
|
|
93691
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
93692
|
+
background: $rte-split-btn-hover-bg;
|
|
93693
|
+
}
|
|
93694
|
+
@if $skin-name =='bootstrap-dark'{
|
|
93695
|
+
background: $rte-tbar-default-bg;
|
|
93696
|
+
}
|
|
93697
|
+
}
|
|
93698
|
+
}
|
|
93699
|
+
|
|
93635
93700
|
.e-separator {
|
|
93636
93701
|
border: .5px solid $rte-quick-vr-line-color;
|
|
93637
93702
|
}
|
|
@@ -93712,6 +93777,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93712
93777
|
}
|
|
93713
93778
|
}
|
|
93714
93779
|
|
|
93780
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
93781
|
+
.e-rte-color-content {
|
|
93782
|
+
@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' {
|
|
93783
|
+
padding-top: 8px;
|
|
93784
|
+
}
|
|
93785
|
+
}
|
|
93786
|
+
}
|
|
93787
|
+
|
|
93715
93788
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
93716
93789
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
93717
93790
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -94002,6 +94075,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
94002
94075
|
color: $rte-icons-color;
|
|
94003
94076
|
}
|
|
94004
94077
|
|
|
94078
|
+
.e-bigger .e-richtexteditor,
|
|
94079
|
+
.e-richtexteditor {
|
|
94080
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
94081
|
+
color: $icon-color-disabled;
|
|
94082
|
+
}
|
|
94083
|
+
}
|
|
94084
|
+
|
|
94005
94085
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
94006
94086
|
border-radius: 4px;
|
|
94007
94087
|
}
|
|
@@ -104992,8 +105072,9 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
104992
105072
|
padding-bottom: 30px;
|
|
104993
105073
|
height: 18px;
|
|
104994
105074
|
}
|
|
104995
|
-
max-width: 237px;
|
|
104996
105075
|
position: absolute;
|
|
105076
|
+
overflow: hidden;
|
|
105077
|
+
text-overflow: ellipsis;
|
|
104997
105078
|
}
|
|
104998
105079
|
|
|
104999
105080
|
.e-pv-reply-title {
|
|
@@ -105012,10 +105093,11 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
105012
105093
|
@if $skin-name == 'Material3' {
|
|
105013
105094
|
font-size: $text-xs;
|
|
105014
105095
|
}
|
|
105015
|
-
max-width: 212px;
|
|
105016
105096
|
padding-left: 8px;
|
|
105017
105097
|
padding-top: $pv-comment-title-padding-top;
|
|
105018
105098
|
position: absolute;
|
|
105099
|
+
overflow: hidden;
|
|
105100
|
+
text-overflow: ellipsis;
|
|
105019
105101
|
}
|
|
105020
105102
|
|
|
105021
105103
|
.e-pv-comments-hover {
|
|
@@ -117953,6 +118035,8 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
|
|
|
117953
118035
|
}
|
|
117954
118036
|
|
|
117955
118037
|
.e-toolbar-items {
|
|
118038
|
+
height: $schedule-tbar-bgr-size;
|
|
118039
|
+
|
|
117956
118040
|
&.e-tbar-pos {
|
|
117957
118041
|
height: $schedule-tbar-bgr-size;
|
|
117958
118042
|
min-height: $schedule-tbar-bgr-size;
|