@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
|
@@ -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;
|
|
@@ -517,6 +518,8 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
|
|
|
517
518
|
}
|
|
518
519
|
|
|
519
520
|
.e-toolbar-items {
|
|
521
|
+
height: $schedule-tbar-bgr-size;
|
|
522
|
+
|
|
520
523
|
&.e-tbar-pos {
|
|
521
524
|
height: $schedule-tbar-bgr-size;
|
|
522
525
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -554,6 +557,28 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
|
|
|
554
557
|
}
|
|
555
558
|
}
|
|
556
559
|
|
|
560
|
+
@media screen and (max-width: 320px) {
|
|
561
|
+
.e-schedule-toolbar {
|
|
562
|
+
.e-toolbar-pop {
|
|
563
|
+
width: 100%;
|
|
564
|
+
|
|
565
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
566
|
+
padding-left: 7px;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
&.e-rtl {
|
|
570
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
571
|
+
padding-right: 7px;
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
.e-tbar-btn .e-tbar-btn-text {
|
|
577
|
+
font-size: $schedule-device-font-size;
|
|
578
|
+
}
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
|
|
557
582
|
.e-schedule-resource-toolbar {
|
|
558
583
|
background: $schedule-tbar-default-bg;
|
|
559
584
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
@@ -3447,7 +3472,24 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
|
|
|
3447
3472
|
}
|
|
3448
3473
|
}
|
|
3449
3474
|
}
|
|
3475
|
+
|
|
3476
|
+
/*! schedule event window for smaller viewports*/
|
|
3477
|
+
@media screen and (max-width: 320px) {
|
|
3478
|
+
.e-schedule-dialog.e-popup.e-popup-open {
|
|
3479
|
+
max-height: 350px;
|
|
3480
|
+
min-width: 100%;
|
|
3481
|
+
}
|
|
3450
3482
|
|
|
3483
|
+
.e-schedule-dialog {
|
|
3484
|
+
.e-all-day-container {
|
|
3485
|
+
padding-bottom: 10px;
|
|
3486
|
+
}
|
|
3487
|
+
|
|
3488
|
+
.e-all-day-time-zone-row {
|
|
3489
|
+
display: block;
|
|
3490
|
+
}
|
|
3491
|
+
}
|
|
3492
|
+
}
|
|
3451
3493
|
.e-ddl.e-popup {
|
|
3452
3494
|
.e-resource-template {
|
|
3453
3495
|
display: flex;
|
|
@@ -4131,6 +4173,23 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
|
|
|
4131
4173
|
}
|
|
4132
4174
|
}
|
|
4133
4175
|
|
|
4176
|
+
/*! schedule quick popup for smaller viewports */
|
|
4177
|
+
@media screen and (max-width: 320px) {
|
|
4178
|
+
.e-quick-popup-wrapper {
|
|
4179
|
+
min-width: 100%;
|
|
4180
|
+
|
|
4181
|
+
.e-popup-footer {
|
|
4182
|
+
padding-left: 5px;
|
|
4183
|
+
}
|
|
4184
|
+
|
|
4185
|
+
&.e-rtl {
|
|
4186
|
+
.e-popup-footer {
|
|
4187
|
+
padding-right: 5px;
|
|
4188
|
+
}
|
|
4189
|
+
}
|
|
4190
|
+
}
|
|
4191
|
+
}
|
|
4192
|
+
|
|
4134
4193
|
.e-bigger .e-quick-popup-wrapper {
|
|
4135
4194
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
4136
4195
|
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;
|
|
@@ -507,6 +508,8 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
507
508
|
}
|
|
508
509
|
|
|
509
510
|
.e-toolbar-items {
|
|
511
|
+
height: $schedule-tbar-bgr-size;
|
|
512
|
+
|
|
510
513
|
&.e-tbar-pos {
|
|
511
514
|
height: $schedule-tbar-bgr-size;
|
|
512
515
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -544,6 +547,28 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
544
547
|
}
|
|
545
548
|
}
|
|
546
549
|
|
|
550
|
+
@media screen and (max-width: 320px) {
|
|
551
|
+
.e-schedule-toolbar {
|
|
552
|
+
.e-toolbar-pop {
|
|
553
|
+
width: 100%;
|
|
554
|
+
|
|
555
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
556
|
+
padding-left: 7px;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
&.e-rtl {
|
|
560
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
561
|
+
padding-right: 7px;
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.e-tbar-btn .e-tbar-btn-text {
|
|
567
|
+
font-size: $schedule-device-font-size;
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
|
|
547
572
|
.e-schedule-resource-toolbar {
|
|
548
573
|
background: $schedule-tbar-default-bg;
|
|
549
574
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
@@ -3437,7 +3462,24 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
3437
3462
|
}
|
|
3438
3463
|
}
|
|
3439
3464
|
}
|
|
3465
|
+
|
|
3466
|
+
/*! schedule event window for smaller viewports*/
|
|
3467
|
+
@media screen and (max-width: 320px) {
|
|
3468
|
+
.e-schedule-dialog.e-popup.e-popup-open {
|
|
3469
|
+
max-height: 350px;
|
|
3470
|
+
min-width: 100%;
|
|
3471
|
+
}
|
|
3440
3472
|
|
|
3473
|
+
.e-schedule-dialog {
|
|
3474
|
+
.e-all-day-container {
|
|
3475
|
+
padding-bottom: 10px;
|
|
3476
|
+
}
|
|
3477
|
+
|
|
3478
|
+
.e-all-day-time-zone-row {
|
|
3479
|
+
display: block;
|
|
3480
|
+
}
|
|
3481
|
+
}
|
|
3482
|
+
}
|
|
3441
3483
|
.e-ddl.e-popup {
|
|
3442
3484
|
.e-resource-template {
|
|
3443
3485
|
display: flex;
|
|
@@ -4121,6 +4163,23 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
4121
4163
|
}
|
|
4122
4164
|
}
|
|
4123
4165
|
|
|
4166
|
+
/*! schedule quick popup for smaller viewports */
|
|
4167
|
+
@media screen and (max-width: 320px) {
|
|
4168
|
+
.e-quick-popup-wrapper {
|
|
4169
|
+
min-width: 100%;
|
|
4170
|
+
|
|
4171
|
+
.e-popup-footer {
|
|
4172
|
+
padding-left: 5px;
|
|
4173
|
+
}
|
|
4174
|
+
|
|
4175
|
+
&.e-rtl {
|
|
4176
|
+
.e-popup-footer {
|
|
4177
|
+
padding-right: 5px;
|
|
4178
|
+
}
|
|
4179
|
+
}
|
|
4180
|
+
}
|
|
4181
|
+
}
|
|
4182
|
+
|
|
4124
4183
|
.e-bigger .e-quick-popup-wrapper {
|
|
4125
4184
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
4126
4185
|
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;
|
|
@@ -507,6 +508,8 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
507
508
|
}
|
|
508
509
|
|
|
509
510
|
.e-toolbar-items {
|
|
511
|
+
height: $schedule-tbar-bgr-size;
|
|
512
|
+
|
|
510
513
|
&.e-tbar-pos {
|
|
511
514
|
height: $schedule-tbar-bgr-size;
|
|
512
515
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -544,6 +547,28 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
544
547
|
}
|
|
545
548
|
}
|
|
546
549
|
|
|
550
|
+
@media screen and (max-width: 320px) {
|
|
551
|
+
.e-schedule-toolbar {
|
|
552
|
+
.e-toolbar-pop {
|
|
553
|
+
width: 100%;
|
|
554
|
+
|
|
555
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
556
|
+
padding-left: 7px;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
&.e-rtl {
|
|
560
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
561
|
+
padding-right: 7px;
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.e-tbar-btn .e-tbar-btn-text {
|
|
567
|
+
font-size: $schedule-device-font-size;
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
|
|
547
572
|
.e-schedule-resource-toolbar {
|
|
548
573
|
background: $schedule-tbar-default-bg;
|
|
549
574
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
@@ -3437,7 +3462,24 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
3437
3462
|
}
|
|
3438
3463
|
}
|
|
3439
3464
|
}
|
|
3465
|
+
|
|
3466
|
+
/*! schedule event window for smaller viewports*/
|
|
3467
|
+
@media screen and (max-width: 320px) {
|
|
3468
|
+
.e-schedule-dialog.e-popup.e-popup-open {
|
|
3469
|
+
max-height: 350px;
|
|
3470
|
+
min-width: 100%;
|
|
3471
|
+
}
|
|
3440
3472
|
|
|
3473
|
+
.e-schedule-dialog {
|
|
3474
|
+
.e-all-day-container {
|
|
3475
|
+
padding-bottom: 10px;
|
|
3476
|
+
}
|
|
3477
|
+
|
|
3478
|
+
.e-all-day-time-zone-row {
|
|
3479
|
+
display: block;
|
|
3480
|
+
}
|
|
3481
|
+
}
|
|
3482
|
+
}
|
|
3441
3483
|
.e-ddl.e-popup {
|
|
3442
3484
|
.e-resource-template {
|
|
3443
3485
|
display: flex;
|
|
@@ -4121,6 +4163,23 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
4121
4163
|
}
|
|
4122
4164
|
}
|
|
4123
4165
|
|
|
4166
|
+
/*! schedule quick popup for smaller viewports */
|
|
4167
|
+
@media screen and (max-width: 320px) {
|
|
4168
|
+
.e-quick-popup-wrapper {
|
|
4169
|
+
min-width: 100%;
|
|
4170
|
+
|
|
4171
|
+
.e-popup-footer {
|
|
4172
|
+
padding-left: 5px;
|
|
4173
|
+
}
|
|
4174
|
+
|
|
4175
|
+
&.e-rtl {
|
|
4176
|
+
.e-popup-footer {
|
|
4177
|
+
padding-right: 5px;
|
|
4178
|
+
}
|
|
4179
|
+
}
|
|
4180
|
+
}
|
|
4181
|
+
}
|
|
4182
|
+
|
|
4124
4183
|
.e-bigger .e-quick-popup-wrapper {
|
|
4125
4184
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
4126
4185
|
font-size: 24px;
|
|
@@ -21826,7 +21826,7 @@ $btn-link-disabled-bgcolor: transparent !default;
|
|
|
21826
21826
|
//primary
|
|
21827
21827
|
$btn-ripple-primary-bgcolor: transparent !default;
|
|
21828
21828
|
$btn-primary-outline: $btn-bgcolor 0 solid !default;
|
|
21829
|
-
$btn-primary-color: $primary-text
|
|
21829
|
+
$btn-primary-color: $primary-text !default;
|
|
21830
21830
|
$btn-primary-hover-color: $primary-text-hover !default;
|
|
21831
21831
|
$btn-primary-focus-color: $primary-text-focus !default;
|
|
21832
21832
|
$btn-primary-active-color: $primary-text-pressed !default;
|
|
@@ -47889,6 +47889,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47889
47889
|
white-space: nowrap;
|
|
47890
47890
|
overflow: hidden;
|
|
47891
47891
|
|
|
47892
|
+
&.e-spacer-toolbar {
|
|
47893
|
+
|
|
47894
|
+
.e-toolbar-items {
|
|
47895
|
+
display: flex;
|
|
47896
|
+
flex-wrap: nowrap;
|
|
47897
|
+
width: 100%;
|
|
47898
|
+
|
|
47899
|
+
&:not(.e-toolbar-multirow) {
|
|
47900
|
+
position: absolute;
|
|
47901
|
+
}
|
|
47902
|
+
}
|
|
47903
|
+
|
|
47904
|
+
&.e-pop-mode {
|
|
47905
|
+
|
|
47906
|
+
.e-toolbar-items {
|
|
47907
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47908
|
+
}
|
|
47909
|
+
}
|
|
47910
|
+
}
|
|
47911
|
+
|
|
47892
47912
|
.e-blazor-toolbar-items {
|
|
47893
47913
|
position: absolute;
|
|
47894
47914
|
top: -9999px;
|
|
@@ -48026,6 +48046,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48026
48046
|
min-height: $tbar-nrml-item-size;
|
|
48027
48047
|
vertical-align: middle;
|
|
48028
48048
|
width: auto;
|
|
48049
|
+
flex: 0 0 auto;
|
|
48050
|
+
|
|
48051
|
+
&.e-spacer {
|
|
48052
|
+
flex-grow: 1;
|
|
48053
|
+
}
|
|
48029
48054
|
|
|
48030
48055
|
.e-tbar-btn {
|
|
48031
48056
|
display: flex;
|
|
@@ -48456,6 +48481,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48456
48481
|
|
|
48457
48482
|
&.e-rtl {
|
|
48458
48483
|
|
|
48484
|
+
&:not(.e-spacer-toolbar) {
|
|
48485
|
+
|
|
48486
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48487
|
+
|
|
48488
|
+
.e-toolbar-item:first-child {
|
|
48489
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48490
|
+
}
|
|
48491
|
+
}
|
|
48492
|
+
}
|
|
48493
|
+
|
|
48459
48494
|
.e-toolbar-item {
|
|
48460
48495
|
|
|
48461
48496
|
.e-tbar-btn {
|
|
@@ -78103,8 +78138,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
78103
78138
|
}
|
|
78104
78139
|
|
|
78105
78140
|
& .e-responsive-right {
|
|
78106
|
-
width: calc(100% - 50px);
|
|
78107
|
-
|
|
78108
78141
|
& .e-search-wrapper {
|
|
78109
78142
|
& .e-input-group::before,
|
|
78110
78143
|
& .e-input-group::after {
|
|
@@ -90652,7 +90685,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90652
90685
|
|
|
90653
90686
|
.e-rte-image.e-imginline,
|
|
90654
90687
|
.e-rte-audio.e-audio-inline,
|
|
90655
|
-
.e-rte-video.e-video-inline
|
|
90688
|
+
.e-rte-video.e-video-inline {
|
|
90689
|
+
margin-left: 5px;
|
|
90690
|
+
margin-right: 5px;
|
|
90656
90691
|
display: inline-block;
|
|
90657
90692
|
float: none;
|
|
90658
90693
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91261,6 +91296,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91261
91296
|
.e-rte-quick-toolbar {
|
|
91262
91297
|
min-height: 48px;
|
|
91263
91298
|
|
|
91299
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91300
|
+
.e-rte-color-content,
|
|
91301
|
+
.e-caret {
|
|
91302
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91303
|
+
|
|
91304
|
+
&:hover {
|
|
91305
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91306
|
+
}
|
|
91307
|
+
}
|
|
91308
|
+
}
|
|
91309
|
+
|
|
91264
91310
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91265
91311
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91266
91312
|
min-height: 48px;
|
|
@@ -92009,12 +92055,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92009
92055
|
}
|
|
92010
92056
|
}
|
|
92011
92057
|
|
|
92012
|
-
@if $skin-name == 'bootstrap5' {
|
|
92013
|
-
.e-tbar-btn:focus .e-icons {
|
|
92014
|
-
color: $rte-quick-item-active-font-color;
|
|
92015
|
-
}
|
|
92016
|
-
}
|
|
92017
|
-
|
|
92018
92058
|
&.e-active .e-tbar-btn,
|
|
92019
92059
|
&.e-active .e-tbar-btn:focus {
|
|
92020
92060
|
background: $rte-tb-item-active-bg;
|
|
@@ -92038,10 +92078,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92038
92078
|
.e-tbar-btn:hover .e-icons {
|
|
92039
92079
|
color: $rte-tb-hover-font-color;
|
|
92040
92080
|
}
|
|
92041
|
-
|
|
92042
|
-
.e-tbar-btn:focus .e-icons {
|
|
92043
|
-
color: $primary-text-focus;
|
|
92044
|
-
}
|
|
92045
92081
|
}
|
|
92046
92082
|
|
|
92047
92083
|
.e-dropdown-btn.e-active {
|
|
@@ -92153,9 +92189,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92153
92189
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
92154
92190
|
color: $rte-hover-icons-color;
|
|
92155
92191
|
}
|
|
92156
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
92157
|
-
color: $rte-hover-icons-color;
|
|
92158
|
-
}
|
|
92159
92192
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
92160
92193
|
color: $rte-tb-active-font-color;
|
|
92161
92194
|
}
|
|
@@ -92396,6 +92429,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92396
92429
|
.e-toolbar-items {
|
|
92397
92430
|
background: $rte-quick-pop-bg;
|
|
92398
92431
|
|
|
92432
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92433
|
+
.e-rte-color-content{
|
|
92434
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92435
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92436
|
+
padding-top: 5px;
|
|
92437
|
+
}
|
|
92438
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92439
|
+
@if $skin-name == 'FluentUI' {
|
|
92440
|
+
display: flex;
|
|
92441
|
+
align-items: center;
|
|
92442
|
+
justify-content: center;
|
|
92443
|
+
}
|
|
92444
|
+
&:hover {
|
|
92445
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92446
|
+
}
|
|
92447
|
+
}
|
|
92448
|
+
|
|
92449
|
+
.e-caret {
|
|
92450
|
+
&:hover {
|
|
92451
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92452
|
+
}
|
|
92453
|
+
}
|
|
92454
|
+
&.e-tbar-btn:hover {
|
|
92455
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92456
|
+
background: $rte-split-btn-hover-bg;
|
|
92457
|
+
}
|
|
92458
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92459
|
+
background: $rte-tbar-default-bg;
|
|
92460
|
+
}
|
|
92461
|
+
}
|
|
92462
|
+
}
|
|
92463
|
+
|
|
92399
92464
|
.e-separator {
|
|
92400
92465
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92401
92466
|
}
|
|
@@ -92476,6 +92541,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92476
92541
|
}
|
|
92477
92542
|
}
|
|
92478
92543
|
|
|
92544
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92545
|
+
.e-rte-color-content {
|
|
92546
|
+
@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' {
|
|
92547
|
+
padding-top: 8px;
|
|
92548
|
+
}
|
|
92549
|
+
}
|
|
92550
|
+
}
|
|
92551
|
+
|
|
92479
92552
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92480
92553
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92481
92554
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92766,6 +92839,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92766
92839
|
color: $rte-icons-color;
|
|
92767
92840
|
}
|
|
92768
92841
|
|
|
92842
|
+
.e-bigger .e-richtexteditor,
|
|
92843
|
+
.e-richtexteditor {
|
|
92844
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92845
|
+
color: $icon-color-disabled;
|
|
92846
|
+
}
|
|
92847
|
+
}
|
|
92848
|
+
|
|
92769
92849
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92770
92850
|
border-radius: 4px;
|
|
92771
92851
|
}
|
|
@@ -103750,8 +103830,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103750
103830
|
padding-bottom: 30px;
|
|
103751
103831
|
height: 18px;
|
|
103752
103832
|
}
|
|
103753
|
-
max-width: 237px;
|
|
103754
103833
|
position: absolute;
|
|
103834
|
+
overflow: hidden;
|
|
103835
|
+
text-overflow: ellipsis;
|
|
103755
103836
|
}
|
|
103756
103837
|
|
|
103757
103838
|
.e-pv-reply-title {
|
|
@@ -103770,10 +103851,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103770
103851
|
@if $skin-name == 'Material3' {
|
|
103771
103852
|
font-size: $text-xs;
|
|
103772
103853
|
}
|
|
103773
|
-
max-width: 212px;
|
|
103774
103854
|
padding-left: 8px;
|
|
103775
103855
|
padding-top: $pv-comment-title-padding-top;
|
|
103776
103856
|
position: absolute;
|
|
103857
|
+
overflow: hidden;
|
|
103858
|
+
text-overflow: ellipsis;
|
|
103777
103859
|
}
|
|
103778
103860
|
|
|
103779
103861
|
.e-pv-comments-hover {
|
|
@@ -113051,7 +113133,7 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
113051
113133
|
|
|
113052
113134
|
th.e-group-row .e-axis-row {
|
|
113053
113135
|
display: inline-block;
|
|
113054
|
-
height:
|
|
113136
|
+
height: auto;
|
|
113055
113137
|
vertical-align: top;
|
|
113056
113138
|
width: 100%;
|
|
113057
113139
|
}
|
|
@@ -116361,6 +116443,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
|
|
|
116361
116443
|
$schedule-tbar-right-active-items-btn-border: none !default;
|
|
116362
116444
|
$schedule-device-tbar-right-items-btn-border-radius: 0 !default;
|
|
116363
116445
|
$schedule-device-tbar-right-items-btn-border: none !default;
|
|
116446
|
+
$schedule-device-font-size: 8px !default;
|
|
116364
116447
|
|
|
116365
116448
|
$schedule-content-nrml-font-text-transform: none !default;
|
|
116366
116449
|
$schedule-header-hover-border-radius: 100% !default;
|
|
@@ -116671,6 +116754,8 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
116671
116754
|
}
|
|
116672
116755
|
|
|
116673
116756
|
.e-toolbar-items {
|
|
116757
|
+
height: $schedule-tbar-bgr-size;
|
|
116758
|
+
|
|
116674
116759
|
&.e-tbar-pos {
|
|
116675
116760
|
height: $schedule-tbar-bgr-size;
|
|
116676
116761
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -116708,6 +116793,28 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
116708
116793
|
}
|
|
116709
116794
|
}
|
|
116710
116795
|
|
|
116796
|
+
@media screen and (max-width: 320px) {
|
|
116797
|
+
.e-schedule-toolbar {
|
|
116798
|
+
.e-toolbar-pop {
|
|
116799
|
+
width: 100%;
|
|
116800
|
+
|
|
116801
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
116802
|
+
padding-left: 7px;
|
|
116803
|
+
}
|
|
116804
|
+
|
|
116805
|
+
&.e-rtl {
|
|
116806
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
116807
|
+
padding-right: 7px;
|
|
116808
|
+
}
|
|
116809
|
+
}
|
|
116810
|
+
}
|
|
116811
|
+
|
|
116812
|
+
.e-tbar-btn .e-tbar-btn-text {
|
|
116813
|
+
font-size: $schedule-device-font-size;
|
|
116814
|
+
}
|
|
116815
|
+
}
|
|
116816
|
+
}
|
|
116817
|
+
|
|
116711
116818
|
.e-schedule-resource-toolbar {
|
|
116712
116819
|
background: $schedule-tbar-default-bg;
|
|
116713
116820
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
@@ -119601,7 +119708,24 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
119601
119708
|
}
|
|
119602
119709
|
}
|
|
119603
119710
|
}
|
|
119711
|
+
|
|
119712
|
+
/*! schedule event window for smaller viewports*/
|
|
119713
|
+
@media screen and (max-width: 320px) {
|
|
119714
|
+
.e-schedule-dialog.e-popup.e-popup-open {
|
|
119715
|
+
max-height: 350px;
|
|
119716
|
+
min-width: 100%;
|
|
119717
|
+
}
|
|
119604
119718
|
|
|
119719
|
+
.e-schedule-dialog {
|
|
119720
|
+
.e-all-day-container {
|
|
119721
|
+
padding-bottom: 10px;
|
|
119722
|
+
}
|
|
119723
|
+
|
|
119724
|
+
.e-all-day-time-zone-row {
|
|
119725
|
+
display: block;
|
|
119726
|
+
}
|
|
119727
|
+
}
|
|
119728
|
+
}
|
|
119605
119729
|
.e-ddl.e-popup {
|
|
119606
119730
|
.e-resource-template {
|
|
119607
119731
|
display: flex;
|
|
@@ -120285,6 +120409,23 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
120285
120409
|
}
|
|
120286
120410
|
}
|
|
120287
120411
|
|
|
120412
|
+
/*! schedule quick popup for smaller viewports */
|
|
120413
|
+
@media screen and (max-width: 320px) {
|
|
120414
|
+
.e-quick-popup-wrapper {
|
|
120415
|
+
min-width: 100%;
|
|
120416
|
+
|
|
120417
|
+
.e-popup-footer {
|
|
120418
|
+
padding-left: 5px;
|
|
120419
|
+
}
|
|
120420
|
+
|
|
120421
|
+
&.e-rtl {
|
|
120422
|
+
.e-popup-footer {
|
|
120423
|
+
padding-right: 5px;
|
|
120424
|
+
}
|
|
120425
|
+
}
|
|
120426
|
+
}
|
|
120427
|
+
}
|
|
120428
|
+
|
|
120288
120429
|
.e-bigger .e-quick-popup-wrapper {
|
|
120289
120430
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
120290
120431
|
font-size: 24px;
|