@syncfusion/blazor-themes 24.2.6 → 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 +172 -31
- package/SCSS-Themes/bootstrap.scss +174 -33
- package/SCSS-Themes/bootstrap4.scss +165 -24
- package/SCSS-Themes/bootstrap5-dark.scss +160 -19
- package/SCSS-Themes/bootstrap5.scss +160 -19
- package/SCSS-Themes/buttons/button/tailwind-dark.scss +1 -1
- package/SCSS-Themes/buttons/button/tailwind.scss +1 -1
- package/SCSS-Themes/fabric-dark.scss +160 -19
- package/SCSS-Themes/fabric.scss +160 -19
- package/SCSS-Themes/fluent-dark.scss +165 -24
- package/SCSS-Themes/fluent.scss +165 -24
- 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 +2 -4
- 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 +2 -4
- package/SCSS-Themes/grids/grid/fluent.scss +2 -4
- 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 +160 -19
- package/SCSS-Themes/material-dark.scss +160 -19
- package/SCSS-Themes/material.scss +160 -19
- package/SCSS-Themes/material3-dark.scss +161 -20
- package/SCSS-Themes/material3.scss +161 -20
- 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/pivotview/pivotview/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fabric.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fluent.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/material-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/material.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/material3.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind.scss +1 -1
- 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 +59 -0
- package/SCSS-Themes/schedule/schedule/bootstrap.scss +59 -0
- package/SCSS-Themes/schedule/schedule/bootstrap4.scss +59 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.scss +59 -0
- package/SCSS-Themes/schedule/schedule/fabric-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/fabric.scss +59 -0
- package/SCSS-Themes/schedule/schedule/fluent-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/fluent.scss +59 -0
- package/SCSS-Themes/schedule/schedule/highcontrast.scss +59 -0
- package/SCSS-Themes/schedule/schedule/material-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/material.scss +59 -0
- package/SCSS-Themes/schedule/schedule/material3-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/material3.scss +59 -0
- package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/tailwind.scss +59 -0
- package/SCSS-Themes/tailwind-dark.scss +161 -20
- package/SCSS-Themes/tailwind.scss +161 -20
- package/package.json +1 -1
package/SCSS-Themes/fluent.scss
CHANGED
|
@@ -47603,7 +47603,7 @@ $tbar-default-font-overlay: $content-text-color !default;
|
|
|
47603
47603
|
$tbar-active-font-color: $tbar-press-font !default;
|
|
47604
47604
|
$tbar-border-nav-type: $border-light !default;
|
|
47605
47605
|
$tbar-border-nav-active-type: $border-light !default;
|
|
47606
|
-
$tbar-btn-border:
|
|
47606
|
+
$tbar-btn-border: 1px solid $transparent !default;
|
|
47607
47607
|
|
|
47608
47608
|
$tbar-box-shadow: $shadow-sm !default;
|
|
47609
47609
|
$tbar-border-type: $border-type !default;
|
|
@@ -47700,8 +47700,8 @@ $tbar-nrml-btn-focus-outline: none !default;
|
|
|
47700
47700
|
|
|
47701
47701
|
$tbar-btn-icons-focus-color: $icon-color !default;
|
|
47702
47702
|
$tbar-btn-text-focus-color: $content-text-color !default;
|
|
47703
|
-
$tbar-btn-focus-border-color: $
|
|
47704
|
-
$tbar-btn-hover-border-size:
|
|
47703
|
+
$tbar-btn-focus-border-color: $transparent !default;
|
|
47704
|
+
$tbar-btn-hover-border-size: 1px !default;
|
|
47705
47705
|
$tbar-btn-hover-active-icons-color: $icon-color !default;
|
|
47706
47706
|
$tbar-btn-hover-active-text-color: $content-text-color !default;
|
|
47707
47707
|
$tbar-btn-overlay-opacity: .5 !default;
|
|
@@ -48092,6 +48092,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48092
48092
|
white-space: nowrap;
|
|
48093
48093
|
overflow: hidden;
|
|
48094
48094
|
|
|
48095
|
+
&.e-spacer-toolbar {
|
|
48096
|
+
|
|
48097
|
+
.e-toolbar-items {
|
|
48098
|
+
display: flex;
|
|
48099
|
+
flex-wrap: nowrap;
|
|
48100
|
+
width: 100%;
|
|
48101
|
+
|
|
48102
|
+
&:not(.e-toolbar-multirow) {
|
|
48103
|
+
position: absolute;
|
|
48104
|
+
}
|
|
48105
|
+
}
|
|
48106
|
+
|
|
48107
|
+
&.e-pop-mode {
|
|
48108
|
+
|
|
48109
|
+
.e-toolbar-items {
|
|
48110
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
48111
|
+
}
|
|
48112
|
+
}
|
|
48113
|
+
}
|
|
48114
|
+
|
|
48095
48115
|
.e-blazor-toolbar-items {
|
|
48096
48116
|
position: absolute;
|
|
48097
48117
|
top: -9999px;
|
|
@@ -48229,6 +48249,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48229
48249
|
min-height: $tbar-nrml-item-size;
|
|
48230
48250
|
vertical-align: middle;
|
|
48231
48251
|
width: auto;
|
|
48252
|
+
flex: 0 0 auto;
|
|
48253
|
+
|
|
48254
|
+
&.e-spacer {
|
|
48255
|
+
flex-grow: 1;
|
|
48256
|
+
}
|
|
48232
48257
|
|
|
48233
48258
|
.e-tbar-btn {
|
|
48234
48259
|
display: flex;
|
|
@@ -48659,6 +48684,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48659
48684
|
|
|
48660
48685
|
&.e-rtl {
|
|
48661
48686
|
|
|
48687
|
+
&:not(.e-spacer-toolbar) {
|
|
48688
|
+
|
|
48689
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48690
|
+
|
|
48691
|
+
.e-toolbar-item:first-child {
|
|
48692
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48693
|
+
}
|
|
48694
|
+
}
|
|
48695
|
+
}
|
|
48696
|
+
|
|
48662
48697
|
.e-toolbar-item {
|
|
48663
48698
|
|
|
48664
48699
|
.e-tbar-btn {
|
|
@@ -76573,8 +76608,8 @@ $grid-columnchooser-toolbar-div-padding: 0 10px !default;
|
|
|
76573
76608
|
$grid-columnchooser-toolbar-icon-line-height: 1.9 !default;
|
|
76574
76609
|
$grid-columnchooser-toolbar-icon-font-size: $font-icon-15 !default;
|
|
76575
76610
|
$grid-columnchooser-btn-font-size: $text-base !default;
|
|
76576
|
-
$grid-columnchooser-toolbardiv-padding: 4px !default;
|
|
76577
|
-
$grid-columnchooser-toolbardiv-margin-top: -
|
|
76611
|
+
$grid-columnchooser-toolbardiv-padding: 0 4px !default;
|
|
76612
|
+
$grid-columnchooser-toolbardiv-margin-top: -1px !default;
|
|
76578
76613
|
$grid-columnchooser-toolbar-icon-vertical-align: middle !default;
|
|
76579
76614
|
$grid-columnchooser-cancel-icon-content-f-opactiy: 1 !default;
|
|
76580
76615
|
$grid-columnchooser-toolbar-div-margin-top: -1px !default;
|
|
@@ -78339,8 +78374,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
78339
78374
|
}
|
|
78340
78375
|
|
|
78341
78376
|
& .e-responsive-right {
|
|
78342
|
-
width: calc(100% - 50px);
|
|
78343
|
-
|
|
78344
78377
|
& .e-search-wrapper {
|
|
78345
78378
|
& .e-input-group::before,
|
|
78346
78379
|
& .e-input-group::after {
|
|
@@ -90908,7 +90941,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90908
90941
|
|
|
90909
90942
|
.e-rte-image.e-imginline,
|
|
90910
90943
|
.e-rte-audio.e-audio-inline,
|
|
90911
|
-
.e-rte-video.e-video-inline
|
|
90944
|
+
.e-rte-video.e-video-inline {
|
|
90945
|
+
margin-left: 5px;
|
|
90946
|
+
margin-right: 5px;
|
|
90912
90947
|
display: inline-block;
|
|
90913
90948
|
float: none;
|
|
90914
90949
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91517,6 +91552,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91517
91552
|
.e-rte-quick-toolbar {
|
|
91518
91553
|
min-height: 48px;
|
|
91519
91554
|
|
|
91555
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91556
|
+
.e-rte-color-content,
|
|
91557
|
+
.e-caret {
|
|
91558
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91559
|
+
|
|
91560
|
+
&:hover {
|
|
91561
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91562
|
+
}
|
|
91563
|
+
}
|
|
91564
|
+
}
|
|
91565
|
+
|
|
91520
91566
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91521
91567
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91522
91568
|
min-height: 48px;
|
|
@@ -92265,12 +92311,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92265
92311
|
}
|
|
92266
92312
|
}
|
|
92267
92313
|
|
|
92268
|
-
@if $skin-name == 'bootstrap5' {
|
|
92269
|
-
.e-tbar-btn:focus .e-icons {
|
|
92270
|
-
color: $rte-quick-item-active-font-color;
|
|
92271
|
-
}
|
|
92272
|
-
}
|
|
92273
|
-
|
|
92274
92314
|
&.e-active .e-tbar-btn,
|
|
92275
92315
|
&.e-active .e-tbar-btn:focus {
|
|
92276
92316
|
background: $rte-tb-item-active-bg;
|
|
@@ -92294,10 +92334,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92294
92334
|
.e-tbar-btn:hover .e-icons {
|
|
92295
92335
|
color: $rte-tb-hover-font-color;
|
|
92296
92336
|
}
|
|
92297
|
-
|
|
92298
|
-
.e-tbar-btn:focus .e-icons {
|
|
92299
|
-
color: $primary-text-focus;
|
|
92300
|
-
}
|
|
92301
92337
|
}
|
|
92302
92338
|
|
|
92303
92339
|
.e-dropdown-btn.e-active {
|
|
@@ -92409,9 +92445,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92409
92445
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
92410
92446
|
color: $rte-hover-icons-color;
|
|
92411
92447
|
}
|
|
92412
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
92413
|
-
color: $rte-hover-icons-color;
|
|
92414
|
-
}
|
|
92415
92448
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
92416
92449
|
color: $rte-tb-active-font-color;
|
|
92417
92450
|
}
|
|
@@ -92652,6 +92685,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92652
92685
|
.e-toolbar-items {
|
|
92653
92686
|
background: $rte-quick-pop-bg;
|
|
92654
92687
|
|
|
92688
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92689
|
+
.e-rte-color-content{
|
|
92690
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92691
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92692
|
+
padding-top: 5px;
|
|
92693
|
+
}
|
|
92694
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92695
|
+
@if $skin-name == 'FluentUI' {
|
|
92696
|
+
display: flex;
|
|
92697
|
+
align-items: center;
|
|
92698
|
+
justify-content: center;
|
|
92699
|
+
}
|
|
92700
|
+
&:hover {
|
|
92701
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92702
|
+
}
|
|
92703
|
+
}
|
|
92704
|
+
|
|
92705
|
+
.e-caret {
|
|
92706
|
+
&:hover {
|
|
92707
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92708
|
+
}
|
|
92709
|
+
}
|
|
92710
|
+
&.e-tbar-btn:hover {
|
|
92711
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92712
|
+
background: $rte-split-btn-hover-bg;
|
|
92713
|
+
}
|
|
92714
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92715
|
+
background: $rte-tbar-default-bg;
|
|
92716
|
+
}
|
|
92717
|
+
}
|
|
92718
|
+
}
|
|
92719
|
+
|
|
92655
92720
|
.e-separator {
|
|
92656
92721
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92657
92722
|
}
|
|
@@ -92732,6 +92797,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92732
92797
|
}
|
|
92733
92798
|
}
|
|
92734
92799
|
|
|
92800
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92801
|
+
.e-rte-color-content {
|
|
92802
|
+
@if $skin-name =='tailwind' or $skin-name =='tailwind-dark' or $skin-name =='bootstrap5' or $skin-name =='bootstrap5-dark' or $skin-name =='material' or $skin-name =='material-dark' {
|
|
92803
|
+
padding-top: 8px;
|
|
92804
|
+
}
|
|
92805
|
+
}
|
|
92806
|
+
}
|
|
92807
|
+
|
|
92735
92808
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92736
92809
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92737
92810
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -93022,6 +93095,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93022
93095
|
color: $rte-icons-color;
|
|
93023
93096
|
}
|
|
93024
93097
|
|
|
93098
|
+
.e-bigger .e-richtexteditor,
|
|
93099
|
+
.e-richtexteditor {
|
|
93100
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
93101
|
+
color: $icon-color-disabled;
|
|
93102
|
+
}
|
|
93103
|
+
}
|
|
93104
|
+
|
|
93025
93105
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
93026
93106
|
border-radius: 4px;
|
|
93027
93107
|
}
|
|
@@ -103995,8 +104075,9 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
103995
104075
|
padding-bottom: 30px;
|
|
103996
104076
|
height: 18px;
|
|
103997
104077
|
}
|
|
103998
|
-
max-width: 237px;
|
|
103999
104078
|
position: absolute;
|
|
104079
|
+
overflow: hidden;
|
|
104080
|
+
text-overflow: ellipsis;
|
|
104000
104081
|
}
|
|
104001
104082
|
|
|
104002
104083
|
.e-pv-reply-title {
|
|
@@ -104015,10 +104096,11 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
104015
104096
|
@if $skin-name == 'Material3' {
|
|
104016
104097
|
font-size: $text-xs;
|
|
104017
104098
|
}
|
|
104018
|
-
max-width: 212px;
|
|
104019
104099
|
padding-left: 8px;
|
|
104020
104100
|
padding-top: $pv-comment-title-padding-top;
|
|
104021
104101
|
position: absolute;
|
|
104102
|
+
overflow: hidden;
|
|
104103
|
+
text-overflow: ellipsis;
|
|
104022
104104
|
}
|
|
104023
104105
|
|
|
104024
104106
|
.e-pv-comments-hover {
|
|
@@ -113298,7 +113380,7 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
113298
113380
|
|
|
113299
113381
|
th.e-group-row .e-axis-row {
|
|
113300
113382
|
display: inline-block;
|
|
113301
|
-
height:
|
|
113383
|
+
height: auto;
|
|
113302
113384
|
vertical-align: top;
|
|
113303
113385
|
width: 100%;
|
|
113304
113386
|
}
|
|
@@ -116609,6 +116691,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
|
|
|
116609
116691
|
$schedule-tbar-right-active-items-btn-border: none !default;
|
|
116610
116692
|
$schedule-device-tbar-right-items-btn-border-radius: 0 !default;
|
|
116611
116693
|
$schedule-device-tbar-right-items-btn-border: none !default;
|
|
116694
|
+
$schedule-device-font-size: 8px !default;
|
|
116612
116695
|
|
|
116613
116696
|
$schedule-content-nrml-font-text-transform: none !default;
|
|
116614
116697
|
$schedule-header-hover-border-radius: 4px !default;
|
|
@@ -116921,6 +117004,8 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
116921
117004
|
}
|
|
116922
117005
|
|
|
116923
117006
|
.e-toolbar-items {
|
|
117007
|
+
height: $schedule-tbar-bgr-size;
|
|
117008
|
+
|
|
116924
117009
|
&.e-tbar-pos {
|
|
116925
117010
|
height: $schedule-tbar-bgr-size;
|
|
116926
117011
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -116958,6 +117043,28 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
116958
117043
|
}
|
|
116959
117044
|
}
|
|
116960
117045
|
|
|
117046
|
+
@media screen and (max-width: 320px) {
|
|
117047
|
+
.e-schedule-toolbar {
|
|
117048
|
+
.e-toolbar-pop {
|
|
117049
|
+
width: 100%;
|
|
117050
|
+
|
|
117051
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
117052
|
+
padding-left: 7px;
|
|
117053
|
+
}
|
|
117054
|
+
|
|
117055
|
+
&.e-rtl {
|
|
117056
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
117057
|
+
padding-right: 7px;
|
|
117058
|
+
}
|
|
117059
|
+
}
|
|
117060
|
+
}
|
|
117061
|
+
|
|
117062
|
+
.e-tbar-btn .e-tbar-btn-text {
|
|
117063
|
+
font-size: $schedule-device-font-size;
|
|
117064
|
+
}
|
|
117065
|
+
}
|
|
117066
|
+
}
|
|
117067
|
+
|
|
116961
117068
|
.e-schedule-resource-toolbar {
|
|
116962
117069
|
background: $schedule-tbar-default-bg;
|
|
116963
117070
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
@@ -119851,7 +119958,24 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
119851
119958
|
}
|
|
119852
119959
|
}
|
|
119853
119960
|
}
|
|
119961
|
+
|
|
119962
|
+
/*! schedule event window for smaller viewports*/
|
|
119963
|
+
@media screen and (max-width: 320px) {
|
|
119964
|
+
.e-schedule-dialog.e-popup.e-popup-open {
|
|
119965
|
+
max-height: 350px;
|
|
119966
|
+
min-width: 100%;
|
|
119967
|
+
}
|
|
119854
119968
|
|
|
119969
|
+
.e-schedule-dialog {
|
|
119970
|
+
.e-all-day-container {
|
|
119971
|
+
padding-bottom: 10px;
|
|
119972
|
+
}
|
|
119973
|
+
|
|
119974
|
+
.e-all-day-time-zone-row {
|
|
119975
|
+
display: block;
|
|
119976
|
+
}
|
|
119977
|
+
}
|
|
119978
|
+
}
|
|
119855
119979
|
.e-ddl.e-popup {
|
|
119856
119980
|
.e-resource-template {
|
|
119857
119981
|
display: flex;
|
|
@@ -120535,6 +120659,23 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
120535
120659
|
}
|
|
120536
120660
|
}
|
|
120537
120661
|
|
|
120662
|
+
/*! schedule quick popup for smaller viewports */
|
|
120663
|
+
@media screen and (max-width: 320px) {
|
|
120664
|
+
.e-quick-popup-wrapper {
|
|
120665
|
+
min-width: 100%;
|
|
120666
|
+
|
|
120667
|
+
.e-popup-footer {
|
|
120668
|
+
padding-left: 5px;
|
|
120669
|
+
}
|
|
120670
|
+
|
|
120671
|
+
&.e-rtl {
|
|
120672
|
+
.e-popup-footer {
|
|
120673
|
+
padding-right: 5px;
|
|
120674
|
+
}
|
|
120675
|
+
}
|
|
120676
|
+
}
|
|
120677
|
+
}
|
|
120678
|
+
|
|
120538
120679
|
.e-bigger .e-quick-popup-wrapper {
|
|
120539
120680
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
120540
120681
|
font-size: 24px;
|
|
@@ -109,8 +109,8 @@ $grid-columnchooser-toolbar-div-padding: 0 10px !default;
|
|
|
109
109
|
$grid-columnchooser-toolbar-icon-line-height: 1.9 !default;
|
|
110
110
|
$grid-columnchooser-toolbar-icon-font-size: 15px !default;
|
|
111
111
|
$grid-columnchooser-btn-font-size: 9px !default;
|
|
112
|
-
$grid-columnchooser-toolbardiv-padding:
|
|
113
|
-
$grid-columnchooser-toolbardiv-margin-top:
|
|
112
|
+
$grid-columnchooser-toolbardiv-padding: 1px 0 0 !default;
|
|
113
|
+
$grid-columnchooser-toolbardiv-margin-top: -1px !default;
|
|
114
114
|
$grid-columnchooser-toolbar-icon-vertical-align: middle !default;
|
|
115
115
|
$grid-columnchooser-cancel-icon-content-f-opactiy: 1 !default;
|
|
116
116
|
$grid-columnchooser-toolbar-div-margin-top: -1px !default;
|
|
@@ -1941,8 +1941,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1941
1941
|
}
|
|
1942
1942
|
|
|
1943
1943
|
& .e-responsive-right {
|
|
1944
|
-
width: calc(100% - 50px);
|
|
1945
|
-
|
|
1946
1944
|
& .e-search-wrapper {
|
|
1947
1945
|
& .e-input-group::before,
|
|
1948
1946
|
& .e-input-group::after {
|
|
@@ -160,8 +160,8 @@ $grid-columnchooser-toolbar-div-padding: 0 10px !default;
|
|
|
160
160
|
$grid-columnchooser-toolbar-icon-line-height: 1.9 !default;
|
|
161
161
|
$grid-columnchooser-toolbar-icon-font-size: $font-icon-15 !default;
|
|
162
162
|
$grid-columnchooser-btn-font-size: $text-base !default;
|
|
163
|
-
$grid-columnchooser-toolbardiv-padding: 4px !default;
|
|
164
|
-
$grid-columnchooser-toolbardiv-margin-top: -
|
|
163
|
+
$grid-columnchooser-toolbardiv-padding: 0 4px !default;
|
|
164
|
+
$grid-columnchooser-toolbardiv-margin-top: -1px !default;
|
|
165
165
|
$grid-columnchooser-toolbar-icon-vertical-align: middle !default;
|
|
166
166
|
$grid-columnchooser-cancel-icon-content-f-opactiy: 1 !default;
|
|
167
167
|
$grid-columnchooser-toolbar-div-margin-top: -1px !default;
|
|
@@ -1926,8 +1926,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1926
1926
|
}
|
|
1927
1927
|
|
|
1928
1928
|
& .e-responsive-right {
|
|
1929
|
-
width: calc(100% - 50px);
|
|
1930
|
-
|
|
1931
1929
|
& .e-search-wrapper {
|
|
1932
1930
|
& .e-input-group::before,
|
|
1933
1931
|
& .e-input-group::after {
|
|
@@ -160,8 +160,8 @@ $grid-columnchooser-toolbar-div-padding: 0 10px !default;
|
|
|
160
160
|
$grid-columnchooser-toolbar-icon-line-height: 1.9 !default;
|
|
161
161
|
$grid-columnchooser-toolbar-icon-font-size: $font-icon-15 !default;
|
|
162
162
|
$grid-columnchooser-btn-font-size: $text-base !default;
|
|
163
|
-
$grid-columnchooser-toolbardiv-padding: 4px !default;
|
|
164
|
-
$grid-columnchooser-toolbardiv-margin-top: -
|
|
163
|
+
$grid-columnchooser-toolbardiv-padding: 0 4px !default;
|
|
164
|
+
$grid-columnchooser-toolbardiv-margin-top: -1px !default;
|
|
165
165
|
$grid-columnchooser-toolbar-icon-vertical-align: middle !default;
|
|
166
166
|
$grid-columnchooser-cancel-icon-content-f-opactiy: 1 !default;
|
|
167
167
|
$grid-columnchooser-toolbar-div-margin-top: -1px !default;
|
|
@@ -1926,8 +1926,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1926
1926
|
}
|
|
1927
1927
|
|
|
1928
1928
|
& .e-responsive-right {
|
|
1929
|
-
width: calc(100% - 50px);
|
|
1930
|
-
|
|
1931
1929
|
& .e-search-wrapper {
|
|
1932
1930
|
& .e-input-group::before,
|
|
1933
1931
|
& .e-input-group::after {
|