@syncfusion/blazor-themes 24.2.5 → 24.2.7
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 +93 -7
- package/SCSS-Themes/bootstrap.scss +93 -7
- package/SCSS-Themes/bootstrap4.scss +96 -10
- package/SCSS-Themes/bootstrap5-dark.scss +93 -7
- package/SCSS-Themes/bootstrap5.scss +93 -7
- 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 +93 -7
- package/SCSS-Themes/fabric.scss +93 -7
- package/SCSS-Themes/fluent-dark.scss +95 -9
- package/SCSS-Themes/fluent.scss +95 -9
- package/SCSS-Themes/grids/grid/bootstrap4.scss +2 -2
- package/SCSS-Themes/grids/grid/fluent-dark.scss +2 -2
- package/SCSS-Themes/grids/grid/fluent.scss +2 -2
- package/SCSS-Themes/highcontrast.scss +93 -7
- package/SCSS-Themes/material-dark.scss +93 -7
- package/SCSS-Themes/material.scss +93 -7
- package/SCSS-Themes/material3-dark.scss +93 -7
- package/SCSS-Themes/material3.scss +93 -7
- 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 +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +36 -7
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +52 -23
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +52 -23
- package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +57 -0
- package/SCSS-Themes/schedule/schedule/bootstrap.scss +57 -0
- package/SCSS-Themes/schedule/schedule/bootstrap4.scss +57 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +57 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.scss +57 -0
- package/SCSS-Themes/schedule/schedule/fabric-dark.scss +57 -0
- package/SCSS-Themes/schedule/schedule/fabric.scss +57 -0
- package/SCSS-Themes/schedule/schedule/fluent-dark.scss +57 -0
- package/SCSS-Themes/schedule/schedule/fluent.scss +57 -0
- package/SCSS-Themes/schedule/schedule/highcontrast.scss +57 -0
- package/SCSS-Themes/schedule/schedule/material-dark.scss +57 -0
- package/SCSS-Themes/schedule/schedule/material.scss +57 -0
- package/SCSS-Themes/schedule/schedule/material3-dark.scss +57 -0
- package/SCSS-Themes/schedule/schedule/material3.scss +57 -0
- package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +57 -0
- package/SCSS-Themes/schedule/schedule/tailwind.scss +57 -0
- package/SCSS-Themes/tailwind-dark.scss +111 -25
- package/SCSS-Themes/tailwind.scss +111 -25
- package/package.json +1 -1
|
@@ -192,6 +192,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
|
|
|
192
192
|
$schedule-tbar-right-active-items-btn-border: none !default;
|
|
193
193
|
$schedule-device-tbar-right-items-btn-border-radius: 0 !default;
|
|
194
194
|
$schedule-device-tbar-right-items-btn-border: none !default;
|
|
195
|
+
$schedule-device-font-size: 8px !default;
|
|
195
196
|
|
|
196
197
|
$schedule-content-nrml-font-text-transform: uppercase !default;
|
|
197
198
|
$schedule-header-hover-border-radius: 100% !default;
|
|
@@ -542,6 +543,28 @@ $schedule-tree-content-color: $shadow;
|
|
|
542
543
|
}
|
|
543
544
|
}
|
|
544
545
|
|
|
546
|
+
@media screen and (max-width: 320px) {
|
|
547
|
+
.e-schedule-toolbar {
|
|
548
|
+
.e-toolbar-pop {
|
|
549
|
+
width: 100%;
|
|
550
|
+
|
|
551
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
552
|
+
padding-left: 7px;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
&.e-rtl {
|
|
556
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
557
|
+
padding-right: 7px;
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
.e-tbar-btn .e-tbar-btn-text {
|
|
563
|
+
font-size: $schedule-device-font-size;
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
|
|
545
568
|
.e-schedule-resource-toolbar {
|
|
546
569
|
background: $schedule-tbar-default-bg;
|
|
547
570
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
@@ -3435,7 +3458,24 @@ $schedule-tree-content-color: $shadow;
|
|
|
3435
3458
|
}
|
|
3436
3459
|
}
|
|
3437
3460
|
}
|
|
3461
|
+
|
|
3462
|
+
/*! schedule event window for smaller viewports*/
|
|
3463
|
+
@media screen and (max-width: 320px) {
|
|
3464
|
+
.e-schedule-dialog.e-popup.e-popup-open {
|
|
3465
|
+
max-height: 350px;
|
|
3466
|
+
min-width: 100%;
|
|
3467
|
+
}
|
|
3438
3468
|
|
|
3469
|
+
.e-schedule-dialog {
|
|
3470
|
+
.e-all-day-container {
|
|
3471
|
+
padding-bottom: 10px;
|
|
3472
|
+
}
|
|
3473
|
+
|
|
3474
|
+
.e-all-day-time-zone-row {
|
|
3475
|
+
display: block;
|
|
3476
|
+
}
|
|
3477
|
+
}
|
|
3478
|
+
}
|
|
3439
3479
|
.e-ddl.e-popup {
|
|
3440
3480
|
.e-resource-template {
|
|
3441
3481
|
display: flex;
|
|
@@ -4119,6 +4159,23 @@ $schedule-tree-content-color: $shadow;
|
|
|
4119
4159
|
}
|
|
4120
4160
|
}
|
|
4121
4161
|
|
|
4162
|
+
/*! schedule quick popup for smaller viewports */
|
|
4163
|
+
@media screen and (max-width: 320px) {
|
|
4164
|
+
.e-quick-popup-wrapper {
|
|
4165
|
+
min-width: 100%;
|
|
4166
|
+
|
|
4167
|
+
.e-popup-footer {
|
|
4168
|
+
padding-left: 5px;
|
|
4169
|
+
}
|
|
4170
|
+
|
|
4171
|
+
&.e-rtl {
|
|
4172
|
+
.e-popup-footer {
|
|
4173
|
+
padding-right: 5px;
|
|
4174
|
+
}
|
|
4175
|
+
}
|
|
4176
|
+
}
|
|
4177
|
+
}
|
|
4178
|
+
|
|
4122
4179
|
.e-bigger .e-quick-popup-wrapper {
|
|
4123
4180
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
4124
4181
|
font-size: 24px;
|
|
@@ -212,6 +212,7 @@ $schedule-tbar-right-items-btn-border-radius: 20px !default;
|
|
|
212
212
|
$schedule-tbar-right-active-items-btn-border: 1px solid rgba($primary) !default;
|
|
213
213
|
$schedule-device-tbar-right-items-btn-border-radius: 0 !default;
|
|
214
214
|
$schedule-device-tbar-right-items-btn-border: none !default;
|
|
215
|
+
$schedule-device-font-size: 8px !default;
|
|
215
216
|
|
|
216
217
|
// view definitions
|
|
217
218
|
$schedule-timeline-header-cells-height: 40px !default;
|
|
@@ -554,6 +555,28 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
|
|
|
554
555
|
}
|
|
555
556
|
}
|
|
556
557
|
|
|
558
|
+
@media screen and (max-width: 320px) {
|
|
559
|
+
.e-schedule-toolbar {
|
|
560
|
+
.e-toolbar-pop {
|
|
561
|
+
width: 100%;
|
|
562
|
+
|
|
563
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
564
|
+
padding-left: 7px;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
&.e-rtl {
|
|
568
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
569
|
+
padding-right: 7px;
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.e-tbar-btn .e-tbar-btn-text {
|
|
575
|
+
font-size: $schedule-device-font-size;
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
|
|
557
580
|
.e-schedule-resource-toolbar {
|
|
558
581
|
background: $schedule-tbar-default-bg;
|
|
559
582
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
@@ -3447,7 +3470,24 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
|
|
|
3447
3470
|
}
|
|
3448
3471
|
}
|
|
3449
3472
|
}
|
|
3473
|
+
|
|
3474
|
+
/*! schedule event window for smaller viewports*/
|
|
3475
|
+
@media screen and (max-width: 320px) {
|
|
3476
|
+
.e-schedule-dialog.e-popup.e-popup-open {
|
|
3477
|
+
max-height: 350px;
|
|
3478
|
+
min-width: 100%;
|
|
3479
|
+
}
|
|
3450
3480
|
|
|
3481
|
+
.e-schedule-dialog {
|
|
3482
|
+
.e-all-day-container {
|
|
3483
|
+
padding-bottom: 10px;
|
|
3484
|
+
}
|
|
3485
|
+
|
|
3486
|
+
.e-all-day-time-zone-row {
|
|
3487
|
+
display: block;
|
|
3488
|
+
}
|
|
3489
|
+
}
|
|
3490
|
+
}
|
|
3451
3491
|
.e-ddl.e-popup {
|
|
3452
3492
|
.e-resource-template {
|
|
3453
3493
|
display: flex;
|
|
@@ -4131,6 +4171,23 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
|
|
|
4131
4171
|
}
|
|
4132
4172
|
}
|
|
4133
4173
|
|
|
4174
|
+
/*! schedule quick popup for smaller viewports */
|
|
4175
|
+
@media screen and (max-width: 320px) {
|
|
4176
|
+
.e-quick-popup-wrapper {
|
|
4177
|
+
min-width: 100%;
|
|
4178
|
+
|
|
4179
|
+
.e-popup-footer {
|
|
4180
|
+
padding-left: 5px;
|
|
4181
|
+
}
|
|
4182
|
+
|
|
4183
|
+
&.e-rtl {
|
|
4184
|
+
.e-popup-footer {
|
|
4185
|
+
padding-right: 5px;
|
|
4186
|
+
}
|
|
4187
|
+
}
|
|
4188
|
+
}
|
|
4189
|
+
}
|
|
4190
|
+
|
|
4134
4191
|
.e-bigger .e-quick-popup-wrapper {
|
|
4135
4192
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
4136
4193
|
font-size: 24px;
|
|
@@ -212,6 +212,7 @@ $schedule-tbar-right-items-btn-border-radius: 20px !default;
|
|
|
212
212
|
$schedule-tbar-right-active-items-btn-border: 1px solid rgba($primary) !default;
|
|
213
213
|
$schedule-device-tbar-right-items-btn-border-radius: 0 !default;
|
|
214
214
|
$schedule-device-tbar-right-items-btn-border: none !default;
|
|
215
|
+
$schedule-device-font-size: 8px !default;
|
|
215
216
|
|
|
216
217
|
// view definitions
|
|
217
218
|
$schedule-timeline-header-cells-height: 40px !default;
|
|
@@ -554,6 +555,28 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
|
|
|
554
555
|
}
|
|
555
556
|
}
|
|
556
557
|
|
|
558
|
+
@media screen and (max-width: 320px) {
|
|
559
|
+
.e-schedule-toolbar {
|
|
560
|
+
.e-toolbar-pop {
|
|
561
|
+
width: 100%;
|
|
562
|
+
|
|
563
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
564
|
+
padding-left: 7px;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
&.e-rtl {
|
|
568
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
569
|
+
padding-right: 7px;
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.e-tbar-btn .e-tbar-btn-text {
|
|
575
|
+
font-size: $schedule-device-font-size;
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
|
|
557
580
|
.e-schedule-resource-toolbar {
|
|
558
581
|
background: $schedule-tbar-default-bg;
|
|
559
582
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
@@ -3447,7 +3470,24 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
|
|
|
3447
3470
|
}
|
|
3448
3471
|
}
|
|
3449
3472
|
}
|
|
3473
|
+
|
|
3474
|
+
/*! schedule event window for smaller viewports*/
|
|
3475
|
+
@media screen and (max-width: 320px) {
|
|
3476
|
+
.e-schedule-dialog.e-popup.e-popup-open {
|
|
3477
|
+
max-height: 350px;
|
|
3478
|
+
min-width: 100%;
|
|
3479
|
+
}
|
|
3450
3480
|
|
|
3481
|
+
.e-schedule-dialog {
|
|
3482
|
+
.e-all-day-container {
|
|
3483
|
+
padding-bottom: 10px;
|
|
3484
|
+
}
|
|
3485
|
+
|
|
3486
|
+
.e-all-day-time-zone-row {
|
|
3487
|
+
display: block;
|
|
3488
|
+
}
|
|
3489
|
+
}
|
|
3490
|
+
}
|
|
3451
3491
|
.e-ddl.e-popup {
|
|
3452
3492
|
.e-resource-template {
|
|
3453
3493
|
display: flex;
|
|
@@ -4131,6 +4171,23 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
|
|
|
4131
4171
|
}
|
|
4132
4172
|
}
|
|
4133
4173
|
|
|
4174
|
+
/*! schedule quick popup for smaller viewports */
|
|
4175
|
+
@media screen and (max-width: 320px) {
|
|
4176
|
+
.e-quick-popup-wrapper {
|
|
4177
|
+
min-width: 100%;
|
|
4178
|
+
|
|
4179
|
+
.e-popup-footer {
|
|
4180
|
+
padding-left: 5px;
|
|
4181
|
+
}
|
|
4182
|
+
|
|
4183
|
+
&.e-rtl {
|
|
4184
|
+
.e-popup-footer {
|
|
4185
|
+
padding-right: 5px;
|
|
4186
|
+
}
|
|
4187
|
+
}
|
|
4188
|
+
}
|
|
4189
|
+
}
|
|
4190
|
+
|
|
4134
4191
|
.e-bigger .e-quick-popup-wrapper {
|
|
4135
4192
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
4136
4193
|
font-size: 24px;
|
|
@@ -197,6 +197,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
|
|
|
197
197
|
$schedule-tbar-right-active-items-btn-border: none !default;
|
|
198
198
|
$schedule-device-tbar-right-items-btn-border-radius: 0 !default;
|
|
199
199
|
$schedule-device-tbar-right-items-btn-border: none !default;
|
|
200
|
+
$schedule-device-font-size: 8px !default;
|
|
200
201
|
|
|
201
202
|
$schedule-content-nrml-font-text-transform: none !default;
|
|
202
203
|
$schedule-header-hover-border-radius: 100% !default;
|
|
@@ -544,6 +545,28 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
544
545
|
}
|
|
545
546
|
}
|
|
546
547
|
|
|
548
|
+
@media screen and (max-width: 320px) {
|
|
549
|
+
.e-schedule-toolbar {
|
|
550
|
+
.e-toolbar-pop {
|
|
551
|
+
width: 100%;
|
|
552
|
+
|
|
553
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
554
|
+
padding-left: 7px;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
&.e-rtl {
|
|
558
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
559
|
+
padding-right: 7px;
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.e-tbar-btn .e-tbar-btn-text {
|
|
565
|
+
font-size: $schedule-device-font-size;
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
|
|
547
570
|
.e-schedule-resource-toolbar {
|
|
548
571
|
background: $schedule-tbar-default-bg;
|
|
549
572
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
@@ -3437,7 +3460,24 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
3437
3460
|
}
|
|
3438
3461
|
}
|
|
3439
3462
|
}
|
|
3463
|
+
|
|
3464
|
+
/*! schedule event window for smaller viewports*/
|
|
3465
|
+
@media screen and (max-width: 320px) {
|
|
3466
|
+
.e-schedule-dialog.e-popup.e-popup-open {
|
|
3467
|
+
max-height: 350px;
|
|
3468
|
+
min-width: 100%;
|
|
3469
|
+
}
|
|
3440
3470
|
|
|
3471
|
+
.e-schedule-dialog {
|
|
3472
|
+
.e-all-day-container {
|
|
3473
|
+
padding-bottom: 10px;
|
|
3474
|
+
}
|
|
3475
|
+
|
|
3476
|
+
.e-all-day-time-zone-row {
|
|
3477
|
+
display: block;
|
|
3478
|
+
}
|
|
3479
|
+
}
|
|
3480
|
+
}
|
|
3441
3481
|
.e-ddl.e-popup {
|
|
3442
3482
|
.e-resource-template {
|
|
3443
3483
|
display: flex;
|
|
@@ -4121,6 +4161,23 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
4121
4161
|
}
|
|
4122
4162
|
}
|
|
4123
4163
|
|
|
4164
|
+
/*! schedule quick popup for smaller viewports */
|
|
4165
|
+
@media screen and (max-width: 320px) {
|
|
4166
|
+
.e-quick-popup-wrapper {
|
|
4167
|
+
min-width: 100%;
|
|
4168
|
+
|
|
4169
|
+
.e-popup-footer {
|
|
4170
|
+
padding-left: 5px;
|
|
4171
|
+
}
|
|
4172
|
+
|
|
4173
|
+
&.e-rtl {
|
|
4174
|
+
.e-popup-footer {
|
|
4175
|
+
padding-right: 5px;
|
|
4176
|
+
}
|
|
4177
|
+
}
|
|
4178
|
+
}
|
|
4179
|
+
}
|
|
4180
|
+
|
|
4124
4181
|
.e-bigger .e-quick-popup-wrapper {
|
|
4125
4182
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
4126
4183
|
font-size: 24px;
|
|
@@ -197,6 +197,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
|
|
|
197
197
|
$schedule-tbar-right-active-items-btn-border: none !default;
|
|
198
198
|
$schedule-device-tbar-right-items-btn-border-radius: 0 !default;
|
|
199
199
|
$schedule-device-tbar-right-items-btn-border: none !default;
|
|
200
|
+
$schedule-device-font-size: 8px !default;
|
|
200
201
|
|
|
201
202
|
$schedule-content-nrml-font-text-transform: none !default;
|
|
202
203
|
$schedule-header-hover-border-radius: 100% !default;
|
|
@@ -544,6 +545,28 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
544
545
|
}
|
|
545
546
|
}
|
|
546
547
|
|
|
548
|
+
@media screen and (max-width: 320px) {
|
|
549
|
+
.e-schedule-toolbar {
|
|
550
|
+
.e-toolbar-pop {
|
|
551
|
+
width: 100%;
|
|
552
|
+
|
|
553
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
554
|
+
padding-left: 7px;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
&.e-rtl {
|
|
558
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
559
|
+
padding-right: 7px;
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.e-tbar-btn .e-tbar-btn-text {
|
|
565
|
+
font-size: $schedule-device-font-size;
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
|
|
547
570
|
.e-schedule-resource-toolbar {
|
|
548
571
|
background: $schedule-tbar-default-bg;
|
|
549
572
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
@@ -3437,7 +3460,24 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
3437
3460
|
}
|
|
3438
3461
|
}
|
|
3439
3462
|
}
|
|
3463
|
+
|
|
3464
|
+
/*! schedule event window for smaller viewports*/
|
|
3465
|
+
@media screen and (max-width: 320px) {
|
|
3466
|
+
.e-schedule-dialog.e-popup.e-popup-open {
|
|
3467
|
+
max-height: 350px;
|
|
3468
|
+
min-width: 100%;
|
|
3469
|
+
}
|
|
3440
3470
|
|
|
3471
|
+
.e-schedule-dialog {
|
|
3472
|
+
.e-all-day-container {
|
|
3473
|
+
padding-bottom: 10px;
|
|
3474
|
+
}
|
|
3475
|
+
|
|
3476
|
+
.e-all-day-time-zone-row {
|
|
3477
|
+
display: block;
|
|
3478
|
+
}
|
|
3479
|
+
}
|
|
3480
|
+
}
|
|
3441
3481
|
.e-ddl.e-popup {
|
|
3442
3482
|
.e-resource-template {
|
|
3443
3483
|
display: flex;
|
|
@@ -4121,6 +4161,23 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
4121
4161
|
}
|
|
4122
4162
|
}
|
|
4123
4163
|
|
|
4164
|
+
/*! schedule quick popup for smaller viewports */
|
|
4165
|
+
@media screen and (max-width: 320px) {
|
|
4166
|
+
.e-quick-popup-wrapper {
|
|
4167
|
+
min-width: 100%;
|
|
4168
|
+
|
|
4169
|
+
.e-popup-footer {
|
|
4170
|
+
padding-left: 5px;
|
|
4171
|
+
}
|
|
4172
|
+
|
|
4173
|
+
&.e-rtl {
|
|
4174
|
+
.e-popup-footer {
|
|
4175
|
+
padding-right: 5px;
|
|
4176
|
+
}
|
|
4177
|
+
}
|
|
4178
|
+
}
|
|
4179
|
+
}
|
|
4180
|
+
|
|
4124
4181
|
.e-bigger .e-quick-popup-wrapper {
|
|
4125
4182
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
4126
4183
|
font-size: 24px;
|