@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
|
@@ -47069,7 +47069,7 @@ $vscroll-active-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !default;
|
|
|
47069
47069
|
|
|
47070
47070
|
$border-type: solid !default;
|
|
47071
47071
|
$border-size: 1px !default;
|
|
47072
|
-
$tbar-btn-border:
|
|
47072
|
+
$tbar-btn-border: 1px solid transparent !default;
|
|
47073
47073
|
$tbar-skin: 'bootstrap4' !default;
|
|
47074
47074
|
$tbar-zero-value: 0 !default;
|
|
47075
47075
|
$tbar-separator-bgr-minheight: 36px !default;
|
|
@@ -47194,7 +47194,7 @@ $tbar-separator-nrml-mrgn: 5.5px 6px !default;
|
|
|
47194
47194
|
$tbar-separator-vertical-bgr-mrgn: 6px !default;
|
|
47195
47195
|
$tbar-separator-vertical-nrml-mrgn: 6px 5.5px !default;
|
|
47196
47196
|
$tbar-btn-bgr-padding: 1.5px 5.5px !default;
|
|
47197
|
-
$tbar-btn-bgr-focus-padding:
|
|
47197
|
+
$tbar-btn-bgr-focus-padding: 1.5px 5.5px !default;
|
|
47198
47198
|
$tbar-btn-nrml-padding: 0 3px !default;
|
|
47199
47199
|
$tbar-icons-bgr-font-size: 16px !default;
|
|
47200
47200
|
$tbar-multirow-items-mrgn-bigger: 15px !default;
|
|
@@ -47213,7 +47213,7 @@ $tbar-nrml-btn-focus-outline: 0 !default;
|
|
|
47213
47213
|
$tbar-btn-icons-focus-color: inherit !default;
|
|
47214
47214
|
$tbar-btn-text-focus-color: inherit !default;
|
|
47215
47215
|
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
47216
|
-
$tbar-btn-hover-border-size: $tbar-
|
|
47216
|
+
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
47217
47217
|
$tbar-btn-hover-active-icons-color: inherit !default;
|
|
47218
47218
|
$tbar-btn-hover-active-text-color: inherit !default;
|
|
47219
47219
|
$tbar-btn-overlay-opacity: .65 !default;
|
|
@@ -47604,6 +47604,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47604
47604
|
white-space: nowrap;
|
|
47605
47605
|
overflow: hidden;
|
|
47606
47606
|
|
|
47607
|
+
&.e-spacer-toolbar {
|
|
47608
|
+
|
|
47609
|
+
.e-toolbar-items {
|
|
47610
|
+
display: flex;
|
|
47611
|
+
flex-wrap: nowrap;
|
|
47612
|
+
width: 100%;
|
|
47613
|
+
|
|
47614
|
+
&:not(.e-toolbar-multirow) {
|
|
47615
|
+
position: absolute;
|
|
47616
|
+
}
|
|
47617
|
+
}
|
|
47618
|
+
|
|
47619
|
+
&.e-pop-mode {
|
|
47620
|
+
|
|
47621
|
+
.e-toolbar-items {
|
|
47622
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47623
|
+
}
|
|
47624
|
+
}
|
|
47625
|
+
}
|
|
47626
|
+
|
|
47607
47627
|
.e-blazor-toolbar-items {
|
|
47608
47628
|
position: absolute;
|
|
47609
47629
|
top: -9999px;
|
|
@@ -47741,6 +47761,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47741
47761
|
min-height: $tbar-nrml-item-size;
|
|
47742
47762
|
vertical-align: middle;
|
|
47743
47763
|
width: auto;
|
|
47764
|
+
flex: 0 0 auto;
|
|
47765
|
+
|
|
47766
|
+
&.e-spacer {
|
|
47767
|
+
flex-grow: 1;
|
|
47768
|
+
}
|
|
47744
47769
|
|
|
47745
47770
|
.e-tbar-btn {
|
|
47746
47771
|
display: flex;
|
|
@@ -48171,6 +48196,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48171
48196
|
|
|
48172
48197
|
&.e-rtl {
|
|
48173
48198
|
|
|
48199
|
+
&:not(.e-spacer-toolbar) {
|
|
48200
|
+
|
|
48201
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48202
|
+
|
|
48203
|
+
.e-toolbar-item:first-child {
|
|
48204
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48205
|
+
}
|
|
48206
|
+
}
|
|
48207
|
+
}
|
|
48208
|
+
|
|
48174
48209
|
.e-toolbar-item {
|
|
48175
48210
|
|
|
48176
48211
|
.e-tbar-btn {
|
|
@@ -75977,8 +76012,8 @@ $grid-columnchooser-toolbar-div-padding: 0 10px !default;
|
|
|
75977
76012
|
$grid-columnchooser-toolbar-icon-line-height: 1.9 !default;
|
|
75978
76013
|
$grid-columnchooser-toolbar-icon-font-size: 15px !default;
|
|
75979
76014
|
$grid-columnchooser-btn-font-size: 9px !default;
|
|
75980
|
-
$grid-columnchooser-toolbardiv-padding:
|
|
75981
|
-
$grid-columnchooser-toolbardiv-margin-top:
|
|
76015
|
+
$grid-columnchooser-toolbardiv-padding: 1px 0 0 !default;
|
|
76016
|
+
$grid-columnchooser-toolbardiv-margin-top: -1px !default;
|
|
75982
76017
|
$grid-columnchooser-toolbar-icon-vertical-align: middle !default;
|
|
75983
76018
|
$grid-columnchooser-cancel-icon-content-f-opactiy: 1 !default;
|
|
75984
76019
|
$grid-columnchooser-toolbar-div-margin-top: -1px !default;
|
|
@@ -77809,8 +77844,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
77809
77844
|
}
|
|
77810
77845
|
|
|
77811
77846
|
& .e-responsive-right {
|
|
77812
|
-
width: calc(100% - 50px);
|
|
77813
|
-
|
|
77814
77847
|
& .e-search-wrapper {
|
|
77815
77848
|
& .e-input-group::before,
|
|
77816
77849
|
& .e-input-group::after {
|
|
@@ -90554,7 +90587,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90554
90587
|
|
|
90555
90588
|
.e-rte-image.e-imginline,
|
|
90556
90589
|
.e-rte-audio.e-audio-inline,
|
|
90557
|
-
.e-rte-video.e-video-inline
|
|
90590
|
+
.e-rte-video.e-video-inline {
|
|
90591
|
+
margin-left: 5px;
|
|
90592
|
+
margin-right: 5px;
|
|
90558
90593
|
display: inline-block;
|
|
90559
90594
|
float: none;
|
|
90560
90595
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91163,6 +91198,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91163
91198
|
.e-rte-quick-toolbar {
|
|
91164
91199
|
min-height: 48px;
|
|
91165
91200
|
|
|
91201
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91202
|
+
.e-rte-color-content,
|
|
91203
|
+
.e-caret {
|
|
91204
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91205
|
+
|
|
91206
|
+
&:hover {
|
|
91207
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91208
|
+
}
|
|
91209
|
+
}
|
|
91210
|
+
}
|
|
91211
|
+
|
|
91166
91212
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91167
91213
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91168
91214
|
min-height: 48px;
|
|
@@ -91911,12 +91957,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91911
91957
|
}
|
|
91912
91958
|
}
|
|
91913
91959
|
|
|
91914
|
-
@if $skin-name == 'bootstrap5' {
|
|
91915
|
-
.e-tbar-btn:focus .e-icons {
|
|
91916
|
-
color: $rte-quick-item-active-font-color;
|
|
91917
|
-
}
|
|
91918
|
-
}
|
|
91919
|
-
|
|
91920
91960
|
&.e-active .e-tbar-btn,
|
|
91921
91961
|
&.e-active .e-tbar-btn:focus {
|
|
91922
91962
|
background: $rte-tb-item-active-bg;
|
|
@@ -91940,10 +91980,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91940
91980
|
.e-tbar-btn:hover .e-icons {
|
|
91941
91981
|
color: $rte-tb-hover-font-color;
|
|
91942
91982
|
}
|
|
91943
|
-
|
|
91944
|
-
.e-tbar-btn:focus .e-icons {
|
|
91945
|
-
color: $primary-text-focus;
|
|
91946
|
-
}
|
|
91947
91983
|
}
|
|
91948
91984
|
|
|
91949
91985
|
.e-dropdown-btn.e-active {
|
|
@@ -92055,9 +92091,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92055
92091
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
92056
92092
|
color: $rte-hover-icons-color;
|
|
92057
92093
|
}
|
|
92058
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
92059
|
-
color: $rte-hover-icons-color;
|
|
92060
|
-
}
|
|
92061
92094
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
92062
92095
|
color: $rte-tb-active-font-color;
|
|
92063
92096
|
}
|
|
@@ -92298,6 +92331,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92298
92331
|
.e-toolbar-items {
|
|
92299
92332
|
background: $rte-quick-pop-bg;
|
|
92300
92333
|
|
|
92334
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92335
|
+
.e-rte-color-content{
|
|
92336
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92337
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92338
|
+
padding-top: 5px;
|
|
92339
|
+
}
|
|
92340
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92341
|
+
@if $skin-name == 'FluentUI' {
|
|
92342
|
+
display: flex;
|
|
92343
|
+
align-items: center;
|
|
92344
|
+
justify-content: center;
|
|
92345
|
+
}
|
|
92346
|
+
&:hover {
|
|
92347
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92348
|
+
}
|
|
92349
|
+
}
|
|
92350
|
+
|
|
92351
|
+
.e-caret {
|
|
92352
|
+
&:hover {
|
|
92353
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92354
|
+
}
|
|
92355
|
+
}
|
|
92356
|
+
&.e-tbar-btn:hover {
|
|
92357
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92358
|
+
background: $rte-split-btn-hover-bg;
|
|
92359
|
+
}
|
|
92360
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92361
|
+
background: $rte-tbar-default-bg;
|
|
92362
|
+
}
|
|
92363
|
+
}
|
|
92364
|
+
}
|
|
92365
|
+
|
|
92301
92366
|
.e-separator {
|
|
92302
92367
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92303
92368
|
}
|
|
@@ -92378,6 +92443,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92378
92443
|
}
|
|
92379
92444
|
}
|
|
92380
92445
|
|
|
92446
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92447
|
+
.e-rte-color-content {
|
|
92448
|
+
@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' {
|
|
92449
|
+
padding-top: 8px;
|
|
92450
|
+
}
|
|
92451
|
+
}
|
|
92452
|
+
}
|
|
92453
|
+
|
|
92381
92454
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92382
92455
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92383
92456
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92668,6 +92741,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92668
92741
|
color: $rte-icons-color;
|
|
92669
92742
|
}
|
|
92670
92743
|
|
|
92744
|
+
.e-bigger .e-richtexteditor,
|
|
92745
|
+
.e-richtexteditor {
|
|
92746
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92747
|
+
color: $icon-color-disabled;
|
|
92748
|
+
}
|
|
92749
|
+
}
|
|
92750
|
+
|
|
92671
92751
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92672
92752
|
border-radius: 4px;
|
|
92673
92753
|
}
|
|
@@ -103697,8 +103777,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103697
103777
|
padding-bottom: 30px;
|
|
103698
103778
|
height: 18px;
|
|
103699
103779
|
}
|
|
103700
|
-
max-width: 237px;
|
|
103701
103780
|
position: absolute;
|
|
103781
|
+
overflow: hidden;
|
|
103782
|
+
text-overflow: ellipsis;
|
|
103702
103783
|
}
|
|
103703
103784
|
|
|
103704
103785
|
.e-pv-reply-title {
|
|
@@ -103717,10 +103798,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103717
103798
|
@if $skin-name == 'Material3' {
|
|
103718
103799
|
font-size: $text-xs;
|
|
103719
103800
|
}
|
|
103720
|
-
max-width: 212px;
|
|
103721
103801
|
padding-left: 8px;
|
|
103722
103802
|
padding-top: $pv-comment-title-padding-top;
|
|
103723
103803
|
position: absolute;
|
|
103804
|
+
overflow: hidden;
|
|
103805
|
+
text-overflow: ellipsis;
|
|
103724
103806
|
}
|
|
103725
103807
|
|
|
103726
103808
|
.e-pv-comments-hover {
|
|
@@ -112985,7 +113067,7 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
112985
113067
|
|
|
112986
113068
|
th.e-group-row .e-axis-row {
|
|
112987
113069
|
display: inline-block;
|
|
112988
|
-
height:
|
|
113070
|
+
height: auto;
|
|
112989
113071
|
vertical-align: top;
|
|
112990
113072
|
width: 100%;
|
|
112991
113073
|
}
|
|
@@ -116298,6 +116380,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
|
|
|
116298
116380
|
$schedule-tbar-right-active-items-btn-border: none !default;
|
|
116299
116381
|
$schedule-device-tbar-right-items-btn-border-radius: 0 !default;
|
|
116300
116382
|
$schedule-device-tbar-right-items-btn-border: none !default;
|
|
116383
|
+
$schedule-device-font-size: 8px !default;
|
|
116301
116384
|
|
|
116302
116385
|
$schedule-content-nrml-font-text-transform: initial !default;
|
|
116303
116386
|
$schedule-header-hover-border-radius: 4px !default;
|
|
@@ -116606,6 +116689,8 @@ $schedule-tbar-border-hover-color: darken($gray-600, 12.5%) !default;
|
|
|
116606
116689
|
}
|
|
116607
116690
|
|
|
116608
116691
|
.e-toolbar-items {
|
|
116692
|
+
height: $schedule-tbar-bgr-size;
|
|
116693
|
+
|
|
116609
116694
|
&.e-tbar-pos {
|
|
116610
116695
|
height: $schedule-tbar-bgr-size;
|
|
116611
116696
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -116643,6 +116728,28 @@ $schedule-tbar-border-hover-color: darken($gray-600, 12.5%) !default;
|
|
|
116643
116728
|
}
|
|
116644
116729
|
}
|
|
116645
116730
|
|
|
116731
|
+
@media screen and (max-width: 320px) {
|
|
116732
|
+
.e-schedule-toolbar {
|
|
116733
|
+
.e-toolbar-pop {
|
|
116734
|
+
width: 100%;
|
|
116735
|
+
|
|
116736
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
116737
|
+
padding-left: 7px;
|
|
116738
|
+
}
|
|
116739
|
+
|
|
116740
|
+
&.e-rtl {
|
|
116741
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
116742
|
+
padding-right: 7px;
|
|
116743
|
+
}
|
|
116744
|
+
}
|
|
116745
|
+
}
|
|
116746
|
+
|
|
116747
|
+
.e-tbar-btn .e-tbar-btn-text {
|
|
116748
|
+
font-size: $schedule-device-font-size;
|
|
116749
|
+
}
|
|
116750
|
+
}
|
|
116751
|
+
}
|
|
116752
|
+
|
|
116646
116753
|
.e-schedule-resource-toolbar {
|
|
116647
116754
|
background: $schedule-tbar-default-bg;
|
|
116648
116755
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
@@ -119536,7 +119643,24 @@ $schedule-tbar-border-hover-color: darken($gray-600, 12.5%) !default;
|
|
|
119536
119643
|
}
|
|
119537
119644
|
}
|
|
119538
119645
|
}
|
|
119646
|
+
|
|
119647
|
+
/*! schedule event window for smaller viewports*/
|
|
119648
|
+
@media screen and (max-width: 320px) {
|
|
119649
|
+
.e-schedule-dialog.e-popup.e-popup-open {
|
|
119650
|
+
max-height: 350px;
|
|
119651
|
+
min-width: 100%;
|
|
119652
|
+
}
|
|
119539
119653
|
|
|
119654
|
+
.e-schedule-dialog {
|
|
119655
|
+
.e-all-day-container {
|
|
119656
|
+
padding-bottom: 10px;
|
|
119657
|
+
}
|
|
119658
|
+
|
|
119659
|
+
.e-all-day-time-zone-row {
|
|
119660
|
+
display: block;
|
|
119661
|
+
}
|
|
119662
|
+
}
|
|
119663
|
+
}
|
|
119540
119664
|
.e-ddl.e-popup {
|
|
119541
119665
|
.e-resource-template {
|
|
119542
119666
|
display: flex;
|
|
@@ -120220,6 +120344,23 @@ $schedule-tbar-border-hover-color: darken($gray-600, 12.5%) !default;
|
|
|
120220
120344
|
}
|
|
120221
120345
|
}
|
|
120222
120346
|
|
|
120347
|
+
/*! schedule quick popup for smaller viewports */
|
|
120348
|
+
@media screen and (max-width: 320px) {
|
|
120349
|
+
.e-quick-popup-wrapper {
|
|
120350
|
+
min-width: 100%;
|
|
120351
|
+
|
|
120352
|
+
.e-popup-footer {
|
|
120353
|
+
padding-left: 5px;
|
|
120354
|
+
}
|
|
120355
|
+
|
|
120356
|
+
&.e-rtl {
|
|
120357
|
+
.e-popup-footer {
|
|
120358
|
+
padding-right: 5px;
|
|
120359
|
+
}
|
|
120360
|
+
}
|
|
120361
|
+
}
|
|
120362
|
+
}
|
|
120363
|
+
|
|
120223
120364
|
.e-bigger .e-quick-popup-wrapper {
|
|
120224
120365
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
120225
120366
|
font-size: 24px;
|
|
@@ -47977,6 +47977,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47977
47977
|
white-space: nowrap;
|
|
47978
47978
|
overflow: hidden;
|
|
47979
47979
|
|
|
47980
|
+
&.e-spacer-toolbar {
|
|
47981
|
+
|
|
47982
|
+
.e-toolbar-items {
|
|
47983
|
+
display: flex;
|
|
47984
|
+
flex-wrap: nowrap;
|
|
47985
|
+
width: 100%;
|
|
47986
|
+
|
|
47987
|
+
&:not(.e-toolbar-multirow) {
|
|
47988
|
+
position: absolute;
|
|
47989
|
+
}
|
|
47990
|
+
}
|
|
47991
|
+
|
|
47992
|
+
&.e-pop-mode {
|
|
47993
|
+
|
|
47994
|
+
.e-toolbar-items {
|
|
47995
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47996
|
+
}
|
|
47997
|
+
}
|
|
47998
|
+
}
|
|
47999
|
+
|
|
47980
48000
|
.e-blazor-toolbar-items {
|
|
47981
48001
|
position: absolute;
|
|
47982
48002
|
top: -9999px;
|
|
@@ -48114,6 +48134,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48114
48134
|
min-height: $tbar-nrml-item-size;
|
|
48115
48135
|
vertical-align: middle;
|
|
48116
48136
|
width: auto;
|
|
48137
|
+
flex: 0 0 auto;
|
|
48138
|
+
|
|
48139
|
+
&.e-spacer {
|
|
48140
|
+
flex-grow: 1;
|
|
48141
|
+
}
|
|
48117
48142
|
|
|
48118
48143
|
.e-tbar-btn {
|
|
48119
48144
|
display: flex;
|
|
@@ -48544,6 +48569,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48544
48569
|
|
|
48545
48570
|
&.e-rtl {
|
|
48546
48571
|
|
|
48572
|
+
&:not(.e-spacer-toolbar) {
|
|
48573
|
+
|
|
48574
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48575
|
+
|
|
48576
|
+
.e-toolbar-item:first-child {
|
|
48577
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48578
|
+
}
|
|
48579
|
+
}
|
|
48580
|
+
}
|
|
48581
|
+
|
|
48547
48582
|
.e-toolbar-item {
|
|
48548
48583
|
|
|
48549
48584
|
.e-tbar-btn {
|
|
@@ -78173,8 +78208,6 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
78173
78208
|
}
|
|
78174
78209
|
|
|
78175
78210
|
& .e-responsive-right {
|
|
78176
|
-
width: calc(100% - 50px);
|
|
78177
|
-
|
|
78178
78211
|
& .e-search-wrapper {
|
|
78179
78212
|
& .e-input-group::before,
|
|
78180
78213
|
& .e-input-group::after {
|
|
@@ -90729,7 +90762,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90729
90762
|
|
|
90730
90763
|
.e-rte-image.e-imginline,
|
|
90731
90764
|
.e-rte-audio.e-audio-inline,
|
|
90732
|
-
.e-rte-video.e-video-inline
|
|
90765
|
+
.e-rte-video.e-video-inline {
|
|
90766
|
+
margin-left: 5px;
|
|
90767
|
+
margin-right: 5px;
|
|
90733
90768
|
display: inline-block;
|
|
90734
90769
|
float: none;
|
|
90735
90770
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91338,6 +91373,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91338
91373
|
.e-rte-quick-toolbar {
|
|
91339
91374
|
min-height: 48px;
|
|
91340
91375
|
|
|
91376
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91377
|
+
.e-rte-color-content,
|
|
91378
|
+
.e-caret {
|
|
91379
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91380
|
+
|
|
91381
|
+
&:hover {
|
|
91382
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91383
|
+
}
|
|
91384
|
+
}
|
|
91385
|
+
}
|
|
91386
|
+
|
|
91341
91387
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91342
91388
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91343
91389
|
min-height: 48px;
|
|
@@ -92086,12 +92132,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92086
92132
|
}
|
|
92087
92133
|
}
|
|
92088
92134
|
|
|
92089
|
-
@if $skin-name == 'bootstrap5' {
|
|
92090
|
-
.e-tbar-btn:focus .e-icons {
|
|
92091
|
-
color: $rte-quick-item-active-font-color;
|
|
92092
|
-
}
|
|
92093
|
-
}
|
|
92094
|
-
|
|
92095
92135
|
&.e-active .e-tbar-btn,
|
|
92096
92136
|
&.e-active .e-tbar-btn:focus {
|
|
92097
92137
|
background: $rte-tb-item-active-bg;
|
|
@@ -92115,10 +92155,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92115
92155
|
.e-tbar-btn:hover .e-icons {
|
|
92116
92156
|
color: $rte-tb-hover-font-color;
|
|
92117
92157
|
}
|
|
92118
|
-
|
|
92119
|
-
.e-tbar-btn:focus .e-icons {
|
|
92120
|
-
color: $primary-text-focus;
|
|
92121
|
-
}
|
|
92122
92158
|
}
|
|
92123
92159
|
|
|
92124
92160
|
.e-dropdown-btn.e-active {
|
|
@@ -92230,9 +92266,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92230
92266
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
92231
92267
|
color: $rte-hover-icons-color;
|
|
92232
92268
|
}
|
|
92233
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
92234
|
-
color: $rte-hover-icons-color;
|
|
92235
|
-
}
|
|
92236
92269
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
92237
92270
|
color: $rte-tb-active-font-color;
|
|
92238
92271
|
}
|
|
@@ -92473,6 +92506,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92473
92506
|
.e-toolbar-items {
|
|
92474
92507
|
background: $rte-quick-pop-bg;
|
|
92475
92508
|
|
|
92509
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92510
|
+
.e-rte-color-content{
|
|
92511
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92512
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92513
|
+
padding-top: 5px;
|
|
92514
|
+
}
|
|
92515
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92516
|
+
@if $skin-name == 'FluentUI' {
|
|
92517
|
+
display: flex;
|
|
92518
|
+
align-items: center;
|
|
92519
|
+
justify-content: center;
|
|
92520
|
+
}
|
|
92521
|
+
&:hover {
|
|
92522
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92523
|
+
}
|
|
92524
|
+
}
|
|
92525
|
+
|
|
92526
|
+
.e-caret {
|
|
92527
|
+
&:hover {
|
|
92528
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92529
|
+
}
|
|
92530
|
+
}
|
|
92531
|
+
&.e-tbar-btn:hover {
|
|
92532
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92533
|
+
background: $rte-split-btn-hover-bg;
|
|
92534
|
+
}
|
|
92535
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92536
|
+
background: $rte-tbar-default-bg;
|
|
92537
|
+
}
|
|
92538
|
+
}
|
|
92539
|
+
}
|
|
92540
|
+
|
|
92476
92541
|
.e-separator {
|
|
92477
92542
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92478
92543
|
}
|
|
@@ -92553,6 +92618,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92553
92618
|
}
|
|
92554
92619
|
}
|
|
92555
92620
|
|
|
92621
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92622
|
+
.e-rte-color-content {
|
|
92623
|
+
@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' {
|
|
92624
|
+
padding-top: 8px;
|
|
92625
|
+
}
|
|
92626
|
+
}
|
|
92627
|
+
}
|
|
92628
|
+
|
|
92556
92629
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92557
92630
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92558
92631
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92843,6 +92916,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92843
92916
|
color: $rte-icons-color;
|
|
92844
92917
|
}
|
|
92845
92918
|
|
|
92919
|
+
.e-bigger .e-richtexteditor,
|
|
92920
|
+
.e-richtexteditor {
|
|
92921
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92922
|
+
color: $icon-color-disabled;
|
|
92923
|
+
}
|
|
92924
|
+
}
|
|
92925
|
+
|
|
92846
92926
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92847
92927
|
border-radius: 4px;
|
|
92848
92928
|
}
|
|
@@ -103820,8 +103900,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103820
103900
|
padding-bottom: 30px;
|
|
103821
103901
|
height: 18px;
|
|
103822
103902
|
}
|
|
103823
|
-
max-width: 237px;
|
|
103824
103903
|
position: absolute;
|
|
103904
|
+
overflow: hidden;
|
|
103905
|
+
text-overflow: ellipsis;
|
|
103825
103906
|
}
|
|
103826
103907
|
|
|
103827
103908
|
.e-pv-reply-title {
|
|
@@ -103840,10 +103921,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103840
103921
|
@if $skin-name == 'Material3' {
|
|
103841
103922
|
font-size: $text-xs;
|
|
103842
103923
|
}
|
|
103843
|
-
max-width: 212px;
|
|
103844
103924
|
padding-left: 8px;
|
|
103845
103925
|
padding-top: $pv-comment-title-padding-top;
|
|
103846
103926
|
position: absolute;
|
|
103927
|
+
overflow: hidden;
|
|
103928
|
+
text-overflow: ellipsis;
|
|
103847
103929
|
}
|
|
103848
103930
|
|
|
103849
103931
|
.e-pv-comments-hover {
|
|
@@ -113124,7 +113206,7 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
113124
113206
|
|
|
113125
113207
|
th.e-group-row .e-axis-row {
|
|
113126
113208
|
display: inline-block;
|
|
113127
|
-
height:
|
|
113209
|
+
height: auto;
|
|
113128
113210
|
vertical-align: top;
|
|
113129
113211
|
width: 100%;
|
|
113130
113212
|
}
|
|
@@ -116446,6 +116528,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
|
|
|
116446
116528
|
$schedule-tbar-right-active-items-btn-border: none !default;
|
|
116447
116529
|
$schedule-device-tbar-right-items-btn-border-radius: 0 !default;
|
|
116448
116530
|
$schedule-device-tbar-right-items-btn-border: none !default;
|
|
116531
|
+
$schedule-device-font-size: 8px !default;
|
|
116449
116532
|
|
|
116450
116533
|
// view definitions
|
|
116451
116534
|
$schedule-timeline-header-time-slots-bg: $schedule-tbar-default-bg !default;
|
|
@@ -116753,6 +116836,8 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
|
|
|
116753
116836
|
}
|
|
116754
116837
|
|
|
116755
116838
|
.e-toolbar-items {
|
|
116839
|
+
height: $schedule-tbar-bgr-size;
|
|
116840
|
+
|
|
116756
116841
|
&.e-tbar-pos {
|
|
116757
116842
|
height: $schedule-tbar-bgr-size;
|
|
116758
116843
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -116790,6 +116875,28 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
|
|
|
116790
116875
|
}
|
|
116791
116876
|
}
|
|
116792
116877
|
|
|
116878
|
+
@media screen and (max-width: 320px) {
|
|
116879
|
+
.e-schedule-toolbar {
|
|
116880
|
+
.e-toolbar-pop {
|
|
116881
|
+
width: 100%;
|
|
116882
|
+
|
|
116883
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
116884
|
+
padding-left: 7px;
|
|
116885
|
+
}
|
|
116886
|
+
|
|
116887
|
+
&.e-rtl {
|
|
116888
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
116889
|
+
padding-right: 7px;
|
|
116890
|
+
}
|
|
116891
|
+
}
|
|
116892
|
+
}
|
|
116893
|
+
|
|
116894
|
+
.e-tbar-btn .e-tbar-btn-text {
|
|
116895
|
+
font-size: $schedule-device-font-size;
|
|
116896
|
+
}
|
|
116897
|
+
}
|
|
116898
|
+
}
|
|
116899
|
+
|
|
116793
116900
|
.e-schedule-resource-toolbar {
|
|
116794
116901
|
background: $schedule-tbar-default-bg;
|
|
116795
116902
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
@@ -119683,7 +119790,24 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
|
|
|
119683
119790
|
}
|
|
119684
119791
|
}
|
|
119685
119792
|
}
|
|
119793
|
+
|
|
119794
|
+
/*! schedule event window for smaller viewports*/
|
|
119795
|
+
@media screen and (max-width: 320px) {
|
|
119796
|
+
.e-schedule-dialog.e-popup.e-popup-open {
|
|
119797
|
+
max-height: 350px;
|
|
119798
|
+
min-width: 100%;
|
|
119799
|
+
}
|
|
119686
119800
|
|
|
119801
|
+
.e-schedule-dialog {
|
|
119802
|
+
.e-all-day-container {
|
|
119803
|
+
padding-bottom: 10px;
|
|
119804
|
+
}
|
|
119805
|
+
|
|
119806
|
+
.e-all-day-time-zone-row {
|
|
119807
|
+
display: block;
|
|
119808
|
+
}
|
|
119809
|
+
}
|
|
119810
|
+
}
|
|
119687
119811
|
.e-ddl.e-popup {
|
|
119688
119812
|
.e-resource-template {
|
|
119689
119813
|
display: flex;
|
|
@@ -120367,6 +120491,23 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
|
|
|
120367
120491
|
}
|
|
120368
120492
|
}
|
|
120369
120493
|
|
|
120494
|
+
/*! schedule quick popup for smaller viewports */
|
|
120495
|
+
@media screen and (max-width: 320px) {
|
|
120496
|
+
.e-quick-popup-wrapper {
|
|
120497
|
+
min-width: 100%;
|
|
120498
|
+
|
|
120499
|
+
.e-popup-footer {
|
|
120500
|
+
padding-left: 5px;
|
|
120501
|
+
}
|
|
120502
|
+
|
|
120503
|
+
&.e-rtl {
|
|
120504
|
+
.e-popup-footer {
|
|
120505
|
+
padding-right: 5px;
|
|
120506
|
+
}
|
|
120507
|
+
}
|
|
120508
|
+
}
|
|
120509
|
+
}
|
|
120510
|
+
|
|
120370
120511
|
.e-bigger .e-quick-popup-wrapper {
|
|
120371
120512
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
120372
120513
|
font-size: 24px;
|