@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
|
@@ -47385,7 +47385,7 @@ $tbar-nav-press-border: 0 !default;
|
|
|
47385
47385
|
$tbar-nav-hover-border: 1px solid $grey-99 !default;
|
|
47386
47386
|
$tbar-nav-focus-border: 0 !default;
|
|
47387
47387
|
$tbar-pressed-border: transparent !default;
|
|
47388
|
-
$tbar-btn-border:
|
|
47388
|
+
$tbar-btn-border: 1px solid transparent !default;
|
|
47389
47389
|
|
|
47390
47390
|
$tbar-nav-pressed-box-shadow: inset 0 4px 5px rgba($grey-base, .35) !default;
|
|
47391
47391
|
$tbar-pop-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !default;
|
|
@@ -47446,7 +47446,7 @@ $tbar-separator-bgr-height: calc(100% - 12px) !default;
|
|
|
47446
47446
|
$tbar-separator-bgr-mrgn: 6px 6px !default;
|
|
47447
47447
|
$tbar-separator-nrml-mrgn: 5.5px 6px !default;
|
|
47448
47448
|
$tbar-btn-bgr-padding: 1px 7px !default;
|
|
47449
|
-
$tbar-btn-bgr-focus-padding: 0
|
|
47449
|
+
$tbar-btn-bgr-focus-padding: 0 7px !default;
|
|
47450
47450
|
$tbar-btn-nrml-padding: 1px 2.5px !default;
|
|
47451
47451
|
$tbar-icons-bgr-font-size: 14px !default;
|
|
47452
47452
|
$tbar-multirow-items-mrgn-bigger: 15px !default;
|
|
@@ -47459,13 +47459,13 @@ $tbar-bgr-btn-icon-font-size: 16px !default;
|
|
|
47459
47459
|
$tbar-bgr-btn-focus-padding: 0 6px !default;
|
|
47460
47460
|
|
|
47461
47461
|
$tbar-nrml-btn-border-radius: 4px !default;
|
|
47462
|
-
$tbar-nrml-btn-focus-padding:
|
|
47462
|
+
$tbar-nrml-btn-focus-padding: 0 2.5px !default;
|
|
47463
47463
|
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
47464
47464
|
|
|
47465
47465
|
$tbar-btn-icons-focus-color: $grey-dark-font !default;
|
|
47466
47466
|
$tbar-btn-text-focus-color: $grey-dark-font !default;
|
|
47467
47467
|
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
47468
|
-
$tbar-btn-hover-border-size: $tbar-
|
|
47468
|
+
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
47469
47469
|
$tbar-btn-hover-active-icons-color: $grey-dark-font !default;
|
|
47470
47470
|
$tbar-btn-hover-active-text-color: $grey-dark-font !default;
|
|
47471
47471
|
$tbar-btn-overlay-opacity: .5 !default;
|
|
@@ -47858,6 +47858,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47858
47858
|
white-space: nowrap;
|
|
47859
47859
|
overflow: hidden;
|
|
47860
47860
|
|
|
47861
|
+
&.e-spacer-toolbar {
|
|
47862
|
+
|
|
47863
|
+
.e-toolbar-items {
|
|
47864
|
+
display: flex;
|
|
47865
|
+
flex-wrap: nowrap;
|
|
47866
|
+
width: 100%;
|
|
47867
|
+
|
|
47868
|
+
&:not(.e-toolbar-multirow) {
|
|
47869
|
+
position: absolute;
|
|
47870
|
+
}
|
|
47871
|
+
}
|
|
47872
|
+
|
|
47873
|
+
&.e-pop-mode {
|
|
47874
|
+
|
|
47875
|
+
.e-toolbar-items {
|
|
47876
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47877
|
+
}
|
|
47878
|
+
}
|
|
47879
|
+
}
|
|
47880
|
+
|
|
47861
47881
|
.e-blazor-toolbar-items {
|
|
47862
47882
|
position: absolute;
|
|
47863
47883
|
top: -9999px;
|
|
@@ -47995,6 +48015,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47995
48015
|
min-height: $tbar-nrml-item-size;
|
|
47996
48016
|
vertical-align: middle;
|
|
47997
48017
|
width: auto;
|
|
48018
|
+
flex: 0 0 auto;
|
|
48019
|
+
|
|
48020
|
+
&.e-spacer {
|
|
48021
|
+
flex-grow: 1;
|
|
48022
|
+
}
|
|
47998
48023
|
|
|
47999
48024
|
.e-tbar-btn {
|
|
48000
48025
|
display: flex;
|
|
@@ -48425,6 +48450,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48425
48450
|
|
|
48426
48451
|
&.e-rtl {
|
|
48427
48452
|
|
|
48453
|
+
&:not(.e-spacer-toolbar) {
|
|
48454
|
+
|
|
48455
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48456
|
+
|
|
48457
|
+
.e-toolbar-item:first-child {
|
|
48458
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48459
|
+
}
|
|
48460
|
+
}
|
|
48461
|
+
}
|
|
48462
|
+
|
|
48428
48463
|
.e-toolbar-item {
|
|
48429
48464
|
|
|
48430
48465
|
.e-tbar-btn {
|
|
@@ -77912,8 +77947,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
77912
77947
|
}
|
|
77913
77948
|
|
|
77914
77949
|
& .e-responsive-right {
|
|
77915
|
-
width: calc(100% - 50px);
|
|
77916
|
-
|
|
77917
77950
|
& .e-search-wrapper {
|
|
77918
77951
|
& .e-input-group::before,
|
|
77919
77952
|
& .e-input-group::after {
|
|
@@ -89390,8 +89423,8 @@ $rte-big-tb-items-margin-left: 3px !default;
|
|
|
89390
89423
|
$rte-tb-items-margin-left: 6px !default;
|
|
89391
89424
|
$rte-big-tb-items-padding-left: 3px !default;
|
|
89392
89425
|
$rte-tb-items-padding-left: 6px !default;
|
|
89393
|
-
$rte-big-active-tb-item-btn-padding: 0
|
|
89394
|
-
$rte-active-tb-item-btn-padding: 0
|
|
89426
|
+
$rte-big-active-tb-item-btn-padding: 0 7px !default;
|
|
89427
|
+
$rte-active-tb-item-btn-padding: 0 2.5px !default;
|
|
89395
89428
|
$rte-tb-item-active-bg: rgba($grey-base, .12) !default;
|
|
89396
89429
|
$rte-tb-active-font-color: $grey-dark-font !default;
|
|
89397
89430
|
$rte-tb-item-active-border: $rte-border-size $rte-border-type $grey-8c !default;
|
|
@@ -89439,15 +89472,15 @@ $rte-font-name-btn-min-width: 67px !default;
|
|
|
89439
89472
|
$rte-font-size-btn-min-width: 36px !default;
|
|
89440
89473
|
$rte-drop-btn-padding-left: 9px !default;
|
|
89441
89474
|
$rte-drop-btn-padding-right: 3.5px !default;
|
|
89442
|
-
$rte-drop-btn-action-padding-left:
|
|
89443
|
-
$rte-drop-btn-action-padding-right:
|
|
89475
|
+
$rte-drop-btn-action-padding-left: 9px !default;
|
|
89476
|
+
$rte-drop-btn-action-padding-right: 3.5px !default;
|
|
89444
89477
|
$rte-big-drop-btn-padding-left: 12px !default;
|
|
89445
89478
|
$rte-big-drop-btn-padding-right: 7px !default;
|
|
89446
|
-
$rte-big-drop-btn-action-padding-left:
|
|
89447
|
-
$rte-big-drop-btn-action-padding-right:
|
|
89479
|
+
$rte-big-drop-btn-action-padding-left: 12px !default;
|
|
89480
|
+
$rte-big-drop-btn-action-padding-right: 7px !default;
|
|
89448
89481
|
$rte-ext-tbar-overlay-icons-color: $grey-dark-font !default;
|
|
89449
89482
|
$rte-colorpicker-parent-padding: 1px !default;
|
|
89450
|
-
$rte-colorpicker-parent-padding-hover:
|
|
89483
|
+
$rte-colorpicker-parent-padding-hover: 1px !default;
|
|
89451
89484
|
$rte-colorpicker-parent-padding-active-hover: 1px !default;
|
|
89452
89485
|
$rte-overlay-color: #383838 !default;
|
|
89453
89486
|
$rte-dropdown-btn-color-content-height: 30px !default;
|
|
@@ -89504,7 +89537,7 @@ $rte-resize-handler-width: 15px;
|
|
|
89504
89537
|
$rte-resize-handler-height: 15px;
|
|
89505
89538
|
$rte-resize-handler-position: 0;
|
|
89506
89539
|
|
|
89507
|
-
$rte-big-color-list-span-common-padding-left-right:
|
|
89540
|
+
$rte-big-color-list-span-common-padding-left-right: 1px;
|
|
89508
89541
|
$rte-default-character-count-opacity: .54;
|
|
89509
89542
|
$rte-placeholder-padding: 16px !default;
|
|
89510
89543
|
|
|
@@ -90480,7 +90513,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90480
90513
|
|
|
90481
90514
|
.e-rte-image.e-imginline,
|
|
90482
90515
|
.e-rte-audio.e-audio-inline,
|
|
90483
|
-
.e-rte-video.e-video-inline
|
|
90516
|
+
.e-rte-video.e-video-inline {
|
|
90517
|
+
margin-left: 5px;
|
|
90518
|
+
margin-right: 5px;
|
|
90484
90519
|
display: inline-block;
|
|
90485
90520
|
float: none;
|
|
90486
90521
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91089,6 +91124,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91089
91124
|
.e-rte-quick-toolbar {
|
|
91090
91125
|
min-height: 48px;
|
|
91091
91126
|
|
|
91127
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91128
|
+
.e-rte-color-content,
|
|
91129
|
+
.e-caret {
|
|
91130
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91131
|
+
|
|
91132
|
+
&:hover {
|
|
91133
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91134
|
+
}
|
|
91135
|
+
}
|
|
91136
|
+
}
|
|
91137
|
+
|
|
91092
91138
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91093
91139
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91094
91140
|
min-height: 48px;
|
|
@@ -91837,12 +91883,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91837
91883
|
}
|
|
91838
91884
|
}
|
|
91839
91885
|
|
|
91840
|
-
@if $skin-name == 'bootstrap5' {
|
|
91841
|
-
.e-tbar-btn:focus .e-icons {
|
|
91842
|
-
color: $rte-quick-item-active-font-color;
|
|
91843
|
-
}
|
|
91844
|
-
}
|
|
91845
|
-
|
|
91846
91886
|
&.e-active .e-tbar-btn,
|
|
91847
91887
|
&.e-active .e-tbar-btn:focus {
|
|
91848
91888
|
background: $rte-tb-item-active-bg;
|
|
@@ -91866,10 +91906,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91866
91906
|
.e-tbar-btn:hover .e-icons {
|
|
91867
91907
|
color: $rte-tb-hover-font-color;
|
|
91868
91908
|
}
|
|
91869
|
-
|
|
91870
|
-
.e-tbar-btn:focus .e-icons {
|
|
91871
|
-
color: $primary-text-focus;
|
|
91872
|
-
}
|
|
91873
91909
|
}
|
|
91874
91910
|
|
|
91875
91911
|
.e-dropdown-btn.e-active {
|
|
@@ -91981,9 +92017,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91981
92017
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
91982
92018
|
color: $rte-hover-icons-color;
|
|
91983
92019
|
}
|
|
91984
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
91985
|
-
color: $rte-hover-icons-color;
|
|
91986
|
-
}
|
|
91987
92020
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
91988
92021
|
color: $rte-tb-active-font-color;
|
|
91989
92022
|
}
|
|
@@ -92224,6 +92257,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92224
92257
|
.e-toolbar-items {
|
|
92225
92258
|
background: $rte-quick-pop-bg;
|
|
92226
92259
|
|
|
92260
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92261
|
+
.e-rte-color-content{
|
|
92262
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92263
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92264
|
+
padding-top: 5px;
|
|
92265
|
+
}
|
|
92266
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92267
|
+
@if $skin-name == 'FluentUI' {
|
|
92268
|
+
display: flex;
|
|
92269
|
+
align-items: center;
|
|
92270
|
+
justify-content: center;
|
|
92271
|
+
}
|
|
92272
|
+
&:hover {
|
|
92273
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92274
|
+
}
|
|
92275
|
+
}
|
|
92276
|
+
|
|
92277
|
+
.e-caret {
|
|
92278
|
+
&:hover {
|
|
92279
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92280
|
+
}
|
|
92281
|
+
}
|
|
92282
|
+
&.e-tbar-btn:hover {
|
|
92283
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92284
|
+
background: $rte-split-btn-hover-bg;
|
|
92285
|
+
}
|
|
92286
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92287
|
+
background: $rte-tbar-default-bg;
|
|
92288
|
+
}
|
|
92289
|
+
}
|
|
92290
|
+
}
|
|
92291
|
+
|
|
92227
92292
|
.e-separator {
|
|
92228
92293
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92229
92294
|
}
|
|
@@ -92304,6 +92369,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92304
92369
|
}
|
|
92305
92370
|
}
|
|
92306
92371
|
|
|
92372
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92373
|
+
.e-rte-color-content {
|
|
92374
|
+
@if $skin-name =='tailwind' or $skin-name =='tailwind-dark' or $skin-name =='bootstrap5' or $skin-name =='bootstrap5-dark' or $skin-name =='material' or $skin-name =='material-dark' {
|
|
92375
|
+
padding-top: 8px;
|
|
92376
|
+
}
|
|
92377
|
+
}
|
|
92378
|
+
}
|
|
92379
|
+
|
|
92307
92380
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92308
92381
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92309
92382
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92594,6 +92667,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92594
92667
|
color: $rte-icons-color;
|
|
92595
92668
|
}
|
|
92596
92669
|
|
|
92670
|
+
.e-bigger .e-richtexteditor,
|
|
92671
|
+
.e-richtexteditor {
|
|
92672
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92673
|
+
color: $icon-color-disabled;
|
|
92674
|
+
}
|
|
92675
|
+
}
|
|
92676
|
+
|
|
92597
92677
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92598
92678
|
border-radius: 4px;
|
|
92599
92679
|
}
|
|
@@ -103574,8 +103654,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103574
103654
|
padding-bottom: 30px;
|
|
103575
103655
|
height: 18px;
|
|
103576
103656
|
}
|
|
103577
|
-
max-width: 237px;
|
|
103578
103657
|
position: absolute;
|
|
103658
|
+
overflow: hidden;
|
|
103659
|
+
text-overflow: ellipsis;
|
|
103579
103660
|
}
|
|
103580
103661
|
|
|
103581
103662
|
.e-pv-reply-title {
|
|
@@ -103594,10 +103675,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103594
103675
|
@if $skin-name == 'Material3' {
|
|
103595
103676
|
font-size: $text-xs;
|
|
103596
103677
|
}
|
|
103597
|
-
max-width: 212px;
|
|
103598
103678
|
padding-left: 8px;
|
|
103599
103679
|
padding-top: $pv-comment-title-padding-top;
|
|
103600
103680
|
position: absolute;
|
|
103681
|
+
overflow: hidden;
|
|
103682
|
+
text-overflow: ellipsis;
|
|
103601
103683
|
}
|
|
103602
103684
|
|
|
103603
103685
|
.e-pv-comments-hover {
|
|
@@ -112870,7 +112952,7 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
112870
112952
|
|
|
112871
112953
|
th.e-group-row .e-axis-row {
|
|
112872
112954
|
display: inline-block;
|
|
112873
|
-
height:
|
|
112955
|
+
height: auto;
|
|
112874
112956
|
vertical-align: top;
|
|
112875
112957
|
width: 100%;
|
|
112876
112958
|
}
|
|
@@ -116176,6 +116258,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
|
|
|
116176
116258
|
$schedule-tbar-right-active-items-btn-border: none !default;
|
|
116177
116259
|
$schedule-device-tbar-right-items-btn-border-radius: 0 !default;
|
|
116178
116260
|
$schedule-device-tbar-right-items-btn-border: none !default;
|
|
116261
|
+
$schedule-device-font-size: 8px !default;
|
|
116179
116262
|
|
|
116180
116263
|
$schedule-content-nrml-font-text-transform: initial !default;
|
|
116181
116264
|
$schedule-header-hover-border-radius: 4px !default;
|
|
@@ -116486,6 +116569,8 @@ $schedule-tree-content-color: #fff !default;
|
|
|
116486
116569
|
}
|
|
116487
116570
|
|
|
116488
116571
|
.e-toolbar-items {
|
|
116572
|
+
height: $schedule-tbar-bgr-size;
|
|
116573
|
+
|
|
116489
116574
|
&.e-tbar-pos {
|
|
116490
116575
|
height: $schedule-tbar-bgr-size;
|
|
116491
116576
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -116523,6 +116608,28 @@ $schedule-tree-content-color: #fff !default;
|
|
|
116523
116608
|
}
|
|
116524
116609
|
}
|
|
116525
116610
|
|
|
116611
|
+
@media screen and (max-width: 320px) {
|
|
116612
|
+
.e-schedule-toolbar {
|
|
116613
|
+
.e-toolbar-pop {
|
|
116614
|
+
width: 100%;
|
|
116615
|
+
|
|
116616
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
116617
|
+
padding-left: 7px;
|
|
116618
|
+
}
|
|
116619
|
+
|
|
116620
|
+
&.e-rtl {
|
|
116621
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
116622
|
+
padding-right: 7px;
|
|
116623
|
+
}
|
|
116624
|
+
}
|
|
116625
|
+
}
|
|
116626
|
+
|
|
116627
|
+
.e-tbar-btn .e-tbar-btn-text {
|
|
116628
|
+
font-size: $schedule-device-font-size;
|
|
116629
|
+
}
|
|
116630
|
+
}
|
|
116631
|
+
}
|
|
116632
|
+
|
|
116526
116633
|
.e-schedule-resource-toolbar {
|
|
116527
116634
|
background: $schedule-tbar-default-bg;
|
|
116528
116635
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
@@ -119416,7 +119523,24 @@ $schedule-tree-content-color: #fff !default;
|
|
|
119416
119523
|
}
|
|
119417
119524
|
}
|
|
119418
119525
|
}
|
|
119526
|
+
|
|
119527
|
+
/*! schedule event window for smaller viewports*/
|
|
119528
|
+
@media screen and (max-width: 320px) {
|
|
119529
|
+
.e-schedule-dialog.e-popup.e-popup-open {
|
|
119530
|
+
max-height: 350px;
|
|
119531
|
+
min-width: 100%;
|
|
119532
|
+
}
|
|
119419
119533
|
|
|
119534
|
+
.e-schedule-dialog {
|
|
119535
|
+
.e-all-day-container {
|
|
119536
|
+
padding-bottom: 10px;
|
|
119537
|
+
}
|
|
119538
|
+
|
|
119539
|
+
.e-all-day-time-zone-row {
|
|
119540
|
+
display: block;
|
|
119541
|
+
}
|
|
119542
|
+
}
|
|
119543
|
+
}
|
|
119420
119544
|
.e-ddl.e-popup {
|
|
119421
119545
|
.e-resource-template {
|
|
119422
119546
|
display: flex;
|
|
@@ -120100,6 +120224,23 @@ $schedule-tree-content-color: #fff !default;
|
|
|
120100
120224
|
}
|
|
120101
120225
|
}
|
|
120102
120226
|
|
|
120227
|
+
/*! schedule quick popup for smaller viewports */
|
|
120228
|
+
@media screen and (max-width: 320px) {
|
|
120229
|
+
.e-quick-popup-wrapper {
|
|
120230
|
+
min-width: 100%;
|
|
120231
|
+
|
|
120232
|
+
.e-popup-footer {
|
|
120233
|
+
padding-left: 5px;
|
|
120234
|
+
}
|
|
120235
|
+
|
|
120236
|
+
&.e-rtl {
|
|
120237
|
+
.e-popup-footer {
|
|
120238
|
+
padding-right: 5px;
|
|
120239
|
+
}
|
|
120240
|
+
}
|
|
120241
|
+
}
|
|
120242
|
+
}
|
|
120243
|
+
|
|
120103
120244
|
.e-bigger .e-quick-popup-wrapper {
|
|
120104
120245
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
120105
120246
|
font-size: 24px;
|