@syncfusion/ej2 20.2.49 → 20.2.50
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/bootstrap-dark.css +190 -0
- package/bootstrap.css +190 -0
- package/bootstrap4.css +190 -0
- package/bootstrap5-dark.css +190 -0
- package/bootstrap5.css +190 -0
- package/datepicker/bootstrap-dark.css +79 -0
- package/datepicker/bootstrap.css +79 -0
- package/datepicker/bootstrap4.css +79 -0
- package/datepicker/bootstrap5.css +79 -0
- package/datepicker/compatibility/bootstrap-dark.css +79 -0
- package/datepicker/compatibility/bootstrap.css +79 -0
- package/datepicker/compatibility/bootstrap4.css +79 -0
- package/datepicker/compatibility/bootstrap5.css +79 -0
- package/datepicker/compatibility/fabric-dark.css +79 -0
- package/datepicker/compatibility/fabric.css +79 -0
- package/datepicker/compatibility/fluent-dark.css +79 -0
- package/datepicker/compatibility/fluent.css +79 -0
- package/datepicker/compatibility/highcontrast-light.css +79 -0
- package/datepicker/compatibility/highcontrast.css +79 -0
- package/datepicker/compatibility/material-dark.css +79 -0
- package/datepicker/compatibility/material.css +79 -0
- package/datepicker/compatibility/tailwind-dark.css +79 -0
- package/datepicker/compatibility/tailwind.css +79 -0
- package/datepicker/fabric-dark.css +79 -0
- package/datepicker/fabric.css +79 -0
- package/datepicker/fluent-dark.css +79 -0
- package/datepicker/fluent.css +79 -0
- package/datepicker/highcontrast-light.css +79 -0
- package/datepicker/highcontrast.css +79 -0
- package/datepicker/material-dark.css +79 -0
- package/datepicker/material.css +79 -0
- package/datepicker/tailwind-dark.css +79 -0
- package/datepicker/tailwind.css +79 -0
- package/daterangepicker/bootstrap-dark.css +111 -0
- package/daterangepicker/bootstrap.css +111 -0
- package/daterangepicker/bootstrap4.css +111 -0
- package/daterangepicker/bootstrap5.css +111 -0
- package/daterangepicker/compatibility/bootstrap-dark.css +111 -0
- package/daterangepicker/compatibility/bootstrap.css +111 -0
- package/daterangepicker/compatibility/bootstrap4.css +111 -0
- package/daterangepicker/compatibility/bootstrap5.css +111 -0
- package/daterangepicker/compatibility/fabric-dark.css +111 -0
- package/daterangepicker/compatibility/fabric.css +111 -0
- package/daterangepicker/compatibility/fluent-dark.css +111 -0
- package/daterangepicker/compatibility/fluent.css +111 -0
- package/daterangepicker/compatibility/highcontrast-light.css +111 -0
- package/daterangepicker/compatibility/highcontrast.css +111 -0
- package/daterangepicker/compatibility/material-dark.css +111 -0
- package/daterangepicker/compatibility/material.css +111 -0
- package/daterangepicker/compatibility/tailwind-dark.css +111 -0
- package/daterangepicker/compatibility/tailwind.css +111 -0
- package/daterangepicker/fabric-dark.css +111 -0
- package/daterangepicker/fabric.css +111 -0
- package/daterangepicker/fluent-dark.css +111 -0
- package/daterangepicker/fluent.css +111 -0
- package/daterangepicker/highcontrast-light.css +111 -0
- package/daterangepicker/highcontrast.css +111 -0
- package/daterangepicker/material-dark.css +111 -0
- package/daterangepicker/material.css +111 -0
- package/daterangepicker/tailwind-dark.css +111 -0
- package/daterangepicker/tailwind.css +111 -0
- package/dist/ej2.d.ts +1 -1
- package/dist/ej2.min.js +2 -2
- package/fabric-dark.css +190 -0
- package/fabric.css +190 -0
- package/fluent-dark.css +190 -0
- package/fluent.css +190 -0
- package/highcontrast.css +190 -0
- package/material-dark.css +190 -0
- package/material.css +190 -0
- package/package.json +16 -16
- package/styles/compatibility/bootstrap.css +190 -0
- package/styles/compatibility/bootstrap4.css +190 -0
- package/styles/compatibility/fabric.css +190 -0
- package/styles/compatibility/highcontrast.css +190 -0
- package/styles/compatibility/material.css +190 -0
- package/tailwind-dark.css +190 -0
- package/tailwind.css +190 -0
package/fabric-dark.css
CHANGED
|
@@ -17377,6 +17377,10 @@ body.e-colorpicker-overflow {
|
|
|
17377
17377
|
top: 0 !important;
|
|
17378
17378
|
left: 0 !important;
|
|
17379
17379
|
}
|
|
17380
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
17381
|
+
min-width: 100%;
|
|
17382
|
+
min-height: 100%;
|
|
17383
|
+
}
|
|
17380
17384
|
|
|
17381
17385
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
17382
17386
|
background-size: 250px 33px;
|
|
@@ -17389,6 +17393,40 @@ body.e-colorpicker-overflow {
|
|
|
17389
17393
|
min-height: 40px;
|
|
17390
17394
|
}
|
|
17391
17395
|
|
|
17396
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
17397
|
+
height: 15%;
|
|
17398
|
+
}
|
|
17399
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
17400
|
+
float: right;
|
|
17401
|
+
margin-right: 10px;
|
|
17402
|
+
padding: 5px;
|
|
17403
|
+
}
|
|
17404
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
17405
|
+
content: "\e932";
|
|
17406
|
+
font-family: "e-icons";
|
|
17407
|
+
color: rgb(255, 255, 255);
|
|
17408
|
+
}
|
|
17409
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
17410
|
+
min-width: 100%;
|
|
17411
|
+
min-height: 100%;
|
|
17412
|
+
height: 100%;
|
|
17413
|
+
}
|
|
17414
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
17415
|
+
height: 10%;
|
|
17416
|
+
}
|
|
17417
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
17418
|
+
height: 85%;
|
|
17419
|
+
}
|
|
17420
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
17421
|
+
height: 10%;
|
|
17422
|
+
}
|
|
17423
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
17424
|
+
height: 80%;
|
|
17425
|
+
}
|
|
17426
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
17427
|
+
height: 100%;
|
|
17428
|
+
}
|
|
17429
|
+
|
|
17392
17430
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
17393
17431
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
17394
17432
|
display: inline-block;
|
|
@@ -17396,6 +17434,47 @@ body.e-colorpicker-overflow {
|
|
|
17396
17434
|
overflow: auto;
|
|
17397
17435
|
}
|
|
17398
17436
|
}
|
|
17437
|
+
@media screen and (orientation: landscape) {
|
|
17438
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
17439
|
+
float: left;
|
|
17440
|
+
height: 100%;
|
|
17441
|
+
width: 30%;
|
|
17442
|
+
}
|
|
17443
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
17444
|
+
float: left;
|
|
17445
|
+
padding: 5px;
|
|
17446
|
+
}
|
|
17447
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
17448
|
+
font-size: 35px;
|
|
17449
|
+
margin-top: 35%;
|
|
17450
|
+
}
|
|
17451
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
17452
|
+
display: block;
|
|
17453
|
+
font-size: 40px;
|
|
17454
|
+
margin-top: 10%;
|
|
17455
|
+
}
|
|
17456
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
17457
|
+
height: 10%;
|
|
17458
|
+
}
|
|
17459
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
17460
|
+
height: 75%;
|
|
17461
|
+
}
|
|
17462
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
17463
|
+
display: -ms-flexbox;
|
|
17464
|
+
display: flex;
|
|
17465
|
+
}
|
|
17466
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
17467
|
+
float: right;
|
|
17468
|
+
height: 90%;
|
|
17469
|
+
width: 70%;
|
|
17470
|
+
}
|
|
17471
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
17472
|
+
display: table-row-group;
|
|
17473
|
+
}
|
|
17474
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
17475
|
+
height: 100%;
|
|
17476
|
+
}
|
|
17477
|
+
}
|
|
17399
17478
|
.e-datepicker.e-popup-wrapper,
|
|
17400
17479
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
17401
17480
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -19896,6 +19975,12 @@ body.e-colorpicker-overflow {
|
|
|
19896
19975
|
top: 0 !important;
|
|
19897
19976
|
left: 0 !important;
|
|
19898
19977
|
}
|
|
19978
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
19979
|
+
min-height: 100%;
|
|
19980
|
+
min-width: 100%;
|
|
19981
|
+
height: 100%;
|
|
19982
|
+
width: 100%;
|
|
19983
|
+
}
|
|
19899
19984
|
|
|
19900
19985
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
19901
19986
|
background-size: 250px 33px;
|
|
@@ -19908,6 +19993,111 @@ body.e-colorpicker-overflow {
|
|
|
19908
19993
|
min-height: 40px;
|
|
19909
19994
|
}
|
|
19910
19995
|
|
|
19996
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
19997
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
19998
|
+
min-height: 100%;
|
|
19999
|
+
min-width: 100%;
|
|
20000
|
+
height: 100%;
|
|
20001
|
+
width: 100%;
|
|
20002
|
+
}
|
|
20003
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20004
|
+
height: 100%;
|
|
20005
|
+
}
|
|
20006
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
20007
|
+
height: 78%;
|
|
20008
|
+
}
|
|
20009
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20010
|
+
height: 90%;
|
|
20011
|
+
}
|
|
20012
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
20013
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
20014
|
+
height: 10%;
|
|
20015
|
+
}
|
|
20016
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
20017
|
+
margin: 0;
|
|
20018
|
+
}
|
|
20019
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20020
|
+
height: 90%;
|
|
20021
|
+
}
|
|
20022
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
20023
|
+
height: 100%;
|
|
20024
|
+
border-spacing: 0px 30px;
|
|
20025
|
+
}
|
|
20026
|
+
|
|
20027
|
+
@media screen and (orientation: landscape) {
|
|
20028
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
20029
|
+
float: left;
|
|
20030
|
+
height: 100%;
|
|
20031
|
+
border-right: 1.5px;
|
|
20032
|
+
border-color: black;
|
|
20033
|
+
width: 40%;
|
|
20034
|
+
margin: 0;
|
|
20035
|
+
display: block;
|
|
20036
|
+
background-color: #3f51b5;
|
|
20037
|
+
}
|
|
20038
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20039
|
+
height: 100%;
|
|
20040
|
+
width: 100%;
|
|
20041
|
+
}
|
|
20042
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
20043
|
+
display: block;
|
|
20044
|
+
width: 100%;
|
|
20045
|
+
text-align: -webkit-center;
|
|
20046
|
+
}
|
|
20047
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
20048
|
+
display: block;
|
|
20049
|
+
width: 100%;
|
|
20050
|
+
text-align: -webkit-center;
|
|
20051
|
+
margin-top: 20%;
|
|
20052
|
+
font-size: 20px;
|
|
20053
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
20054
|
+
}
|
|
20055
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
20056
|
+
font-size: 20px;
|
|
20057
|
+
margin-top: 60%;
|
|
20058
|
+
color: #fff;
|
|
20059
|
+
}
|
|
20060
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
20061
|
+
width: 100%;
|
|
20062
|
+
text-align: -webkit-center;
|
|
20063
|
+
margin-top: 20%;
|
|
20064
|
+
font-size: 20px;
|
|
20065
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
20066
|
+
}
|
|
20067
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
20068
|
+
height: 82%;
|
|
20069
|
+
}
|
|
20070
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20071
|
+
height: 80%;
|
|
20072
|
+
}
|
|
20073
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
20074
|
+
border-spacing: unset;
|
|
20075
|
+
}
|
|
20076
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
20077
|
+
height: 20%;
|
|
20078
|
+
}
|
|
20079
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20080
|
+
width: 100%;
|
|
20081
|
+
}
|
|
20082
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
20083
|
+
display: -ms-flexbox;
|
|
20084
|
+
display: flex;
|
|
20085
|
+
}
|
|
20086
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
20087
|
+
border-radius: 0 40% 40% 0;
|
|
20088
|
+
}
|
|
20089
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
20090
|
+
border-radius: 0 40% 40% 0;
|
|
20091
|
+
}
|
|
20092
|
+
}
|
|
20093
|
+
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
20094
|
+
width: calc(100% - 80px);
|
|
20095
|
+
}
|
|
20096
|
+
|
|
20097
|
+
.e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
20098
|
+
width: calc(100% - 110px);
|
|
20099
|
+
}
|
|
20100
|
+
|
|
19911
20101
|
/*! daterangepicker theme */
|
|
19912
20102
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
19913
20103
|
color: #fff;
|
package/fabric.css
CHANGED
|
@@ -17374,6 +17374,10 @@ body.e-colorpicker-overflow {
|
|
|
17374
17374
|
top: 0 !important;
|
|
17375
17375
|
left: 0 !important;
|
|
17376
17376
|
}
|
|
17377
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
17378
|
+
min-width: 100%;
|
|
17379
|
+
min-height: 100%;
|
|
17380
|
+
}
|
|
17377
17381
|
|
|
17378
17382
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
17379
17383
|
background-size: 250px 33px;
|
|
@@ -17386,6 +17390,40 @@ body.e-colorpicker-overflow {
|
|
|
17386
17390
|
min-height: 40px;
|
|
17387
17391
|
}
|
|
17388
17392
|
|
|
17393
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
17394
|
+
height: 15%;
|
|
17395
|
+
}
|
|
17396
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
17397
|
+
float: right;
|
|
17398
|
+
margin-right: 10px;
|
|
17399
|
+
padding: 5px;
|
|
17400
|
+
}
|
|
17401
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
17402
|
+
content: "\e932";
|
|
17403
|
+
font-family: "e-icons";
|
|
17404
|
+
color: rgb(255, 255, 255);
|
|
17405
|
+
}
|
|
17406
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
17407
|
+
min-width: 100%;
|
|
17408
|
+
min-height: 100%;
|
|
17409
|
+
height: 100%;
|
|
17410
|
+
}
|
|
17411
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
17412
|
+
height: 10%;
|
|
17413
|
+
}
|
|
17414
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
17415
|
+
height: 85%;
|
|
17416
|
+
}
|
|
17417
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
17418
|
+
height: 10%;
|
|
17419
|
+
}
|
|
17420
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
17421
|
+
height: 80%;
|
|
17422
|
+
}
|
|
17423
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
17424
|
+
height: 100%;
|
|
17425
|
+
}
|
|
17426
|
+
|
|
17389
17427
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
17390
17428
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
17391
17429
|
display: inline-block;
|
|
@@ -17393,6 +17431,47 @@ body.e-colorpicker-overflow {
|
|
|
17393
17431
|
overflow: auto;
|
|
17394
17432
|
}
|
|
17395
17433
|
}
|
|
17434
|
+
@media screen and (orientation: landscape) {
|
|
17435
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
17436
|
+
float: left;
|
|
17437
|
+
height: 100%;
|
|
17438
|
+
width: 30%;
|
|
17439
|
+
}
|
|
17440
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
17441
|
+
float: left;
|
|
17442
|
+
padding: 5px;
|
|
17443
|
+
}
|
|
17444
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
17445
|
+
font-size: 35px;
|
|
17446
|
+
margin-top: 35%;
|
|
17447
|
+
}
|
|
17448
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
17449
|
+
display: block;
|
|
17450
|
+
font-size: 40px;
|
|
17451
|
+
margin-top: 10%;
|
|
17452
|
+
}
|
|
17453
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
17454
|
+
height: 10%;
|
|
17455
|
+
}
|
|
17456
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
17457
|
+
height: 75%;
|
|
17458
|
+
}
|
|
17459
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
17460
|
+
display: -ms-flexbox;
|
|
17461
|
+
display: flex;
|
|
17462
|
+
}
|
|
17463
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
17464
|
+
float: right;
|
|
17465
|
+
height: 90%;
|
|
17466
|
+
width: 70%;
|
|
17467
|
+
}
|
|
17468
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
17469
|
+
display: table-row-group;
|
|
17470
|
+
}
|
|
17471
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
17472
|
+
height: 100%;
|
|
17473
|
+
}
|
|
17474
|
+
}
|
|
17396
17475
|
.e-datepicker.e-popup-wrapper,
|
|
17397
17476
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
17398
17477
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -19895,6 +19974,12 @@ body.e-colorpicker-overflow {
|
|
|
19895
19974
|
top: 0 !important;
|
|
19896
19975
|
left: 0 !important;
|
|
19897
19976
|
}
|
|
19977
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
19978
|
+
min-height: 100%;
|
|
19979
|
+
min-width: 100%;
|
|
19980
|
+
height: 100%;
|
|
19981
|
+
width: 100%;
|
|
19982
|
+
}
|
|
19898
19983
|
|
|
19899
19984
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
19900
19985
|
background-size: 250px 33px;
|
|
@@ -19907,6 +19992,111 @@ body.e-colorpicker-overflow {
|
|
|
19907
19992
|
min-height: 40px;
|
|
19908
19993
|
}
|
|
19909
19994
|
|
|
19995
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
19996
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
19997
|
+
min-height: 100%;
|
|
19998
|
+
min-width: 100%;
|
|
19999
|
+
height: 100%;
|
|
20000
|
+
width: 100%;
|
|
20001
|
+
}
|
|
20002
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20003
|
+
height: 100%;
|
|
20004
|
+
}
|
|
20005
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
20006
|
+
height: 78%;
|
|
20007
|
+
}
|
|
20008
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20009
|
+
height: 90%;
|
|
20010
|
+
}
|
|
20011
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
20012
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
20013
|
+
height: 10%;
|
|
20014
|
+
}
|
|
20015
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
20016
|
+
margin: 0;
|
|
20017
|
+
}
|
|
20018
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20019
|
+
height: 90%;
|
|
20020
|
+
}
|
|
20021
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
20022
|
+
height: 100%;
|
|
20023
|
+
border-spacing: 0px 30px;
|
|
20024
|
+
}
|
|
20025
|
+
|
|
20026
|
+
@media screen and (orientation: landscape) {
|
|
20027
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
20028
|
+
float: left;
|
|
20029
|
+
height: 100%;
|
|
20030
|
+
border-right: 1.5px;
|
|
20031
|
+
border-color: black;
|
|
20032
|
+
width: 40%;
|
|
20033
|
+
margin: 0;
|
|
20034
|
+
display: block;
|
|
20035
|
+
background-color: #3f51b5;
|
|
20036
|
+
}
|
|
20037
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20038
|
+
height: 100%;
|
|
20039
|
+
width: 100%;
|
|
20040
|
+
}
|
|
20041
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
20042
|
+
display: block;
|
|
20043
|
+
width: 100%;
|
|
20044
|
+
text-align: -webkit-center;
|
|
20045
|
+
}
|
|
20046
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
20047
|
+
display: block;
|
|
20048
|
+
width: 100%;
|
|
20049
|
+
text-align: -webkit-center;
|
|
20050
|
+
margin-top: 20%;
|
|
20051
|
+
font-size: 20px;
|
|
20052
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
20053
|
+
}
|
|
20054
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
20055
|
+
font-size: 20px;
|
|
20056
|
+
margin-top: 60%;
|
|
20057
|
+
color: #fff;
|
|
20058
|
+
}
|
|
20059
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
20060
|
+
width: 100%;
|
|
20061
|
+
text-align: -webkit-center;
|
|
20062
|
+
margin-top: 20%;
|
|
20063
|
+
font-size: 20px;
|
|
20064
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
20065
|
+
}
|
|
20066
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
20067
|
+
height: 82%;
|
|
20068
|
+
}
|
|
20069
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20070
|
+
height: 80%;
|
|
20071
|
+
}
|
|
20072
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
20073
|
+
border-spacing: unset;
|
|
20074
|
+
}
|
|
20075
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
20076
|
+
height: 20%;
|
|
20077
|
+
}
|
|
20078
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20079
|
+
width: 100%;
|
|
20080
|
+
}
|
|
20081
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
20082
|
+
display: -ms-flexbox;
|
|
20083
|
+
display: flex;
|
|
20084
|
+
}
|
|
20085
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
20086
|
+
border-radius: 0 40% 40% 0;
|
|
20087
|
+
}
|
|
20088
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
20089
|
+
border-radius: 0 40% 40% 0;
|
|
20090
|
+
}
|
|
20091
|
+
}
|
|
20092
|
+
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
20093
|
+
width: calc(100% - 80px);
|
|
20094
|
+
}
|
|
20095
|
+
|
|
20096
|
+
.e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
20097
|
+
width: calc(100% - 110px);
|
|
20098
|
+
}
|
|
20099
|
+
|
|
19910
20100
|
/*! daterangepicker theme */
|
|
19911
20101
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
19912
20102
|
color: #333;
|
package/fluent-dark.css
CHANGED
|
@@ -17313,6 +17313,10 @@ body.e-colorpicker-overflow {
|
|
|
17313
17313
|
top: 0 !important;
|
|
17314
17314
|
left: 0 !important;
|
|
17315
17315
|
}
|
|
17316
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
17317
|
+
min-width: 100%;
|
|
17318
|
+
min-height: 100%;
|
|
17319
|
+
}
|
|
17316
17320
|
|
|
17317
17321
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
17318
17322
|
background-size: 250px 33px;
|
|
@@ -17325,6 +17329,40 @@ body.e-colorpicker-overflow {
|
|
|
17325
17329
|
min-height: 40px;
|
|
17326
17330
|
}
|
|
17327
17331
|
|
|
17332
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
17333
|
+
height: 15%;
|
|
17334
|
+
}
|
|
17335
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
17336
|
+
float: right;
|
|
17337
|
+
margin-right: 10px;
|
|
17338
|
+
padding: 5px;
|
|
17339
|
+
}
|
|
17340
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
17341
|
+
content: "\e932";
|
|
17342
|
+
font-family: "e-icons";
|
|
17343
|
+
color: rgb(255, 255, 255);
|
|
17344
|
+
}
|
|
17345
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
17346
|
+
min-width: 100%;
|
|
17347
|
+
min-height: 100%;
|
|
17348
|
+
height: 100%;
|
|
17349
|
+
}
|
|
17350
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
17351
|
+
height: 10%;
|
|
17352
|
+
}
|
|
17353
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
17354
|
+
height: 85%;
|
|
17355
|
+
}
|
|
17356
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
17357
|
+
height: 10%;
|
|
17358
|
+
}
|
|
17359
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
17360
|
+
height: 80%;
|
|
17361
|
+
}
|
|
17362
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
17363
|
+
height: 100%;
|
|
17364
|
+
}
|
|
17365
|
+
|
|
17328
17366
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
17329
17367
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
17330
17368
|
display: inline-block;
|
|
@@ -17332,6 +17370,47 @@ body.e-colorpicker-overflow {
|
|
|
17332
17370
|
overflow: auto;
|
|
17333
17371
|
}
|
|
17334
17372
|
}
|
|
17373
|
+
@media screen and (orientation: landscape) {
|
|
17374
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
17375
|
+
float: left;
|
|
17376
|
+
height: 100%;
|
|
17377
|
+
width: 30%;
|
|
17378
|
+
}
|
|
17379
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
17380
|
+
float: left;
|
|
17381
|
+
padding: 5px;
|
|
17382
|
+
}
|
|
17383
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
17384
|
+
font-size: 35px;
|
|
17385
|
+
margin-top: 35%;
|
|
17386
|
+
}
|
|
17387
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
17388
|
+
display: block;
|
|
17389
|
+
font-size: 40px;
|
|
17390
|
+
margin-top: 10%;
|
|
17391
|
+
}
|
|
17392
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
17393
|
+
height: 10%;
|
|
17394
|
+
}
|
|
17395
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
17396
|
+
height: 75%;
|
|
17397
|
+
}
|
|
17398
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
17399
|
+
display: -ms-flexbox;
|
|
17400
|
+
display: flex;
|
|
17401
|
+
}
|
|
17402
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
17403
|
+
float: right;
|
|
17404
|
+
height: 90%;
|
|
17405
|
+
width: 70%;
|
|
17406
|
+
}
|
|
17407
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
17408
|
+
display: table-row-group;
|
|
17409
|
+
}
|
|
17410
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
17411
|
+
height: 100%;
|
|
17412
|
+
}
|
|
17413
|
+
}
|
|
17335
17414
|
.e-datepicker.e-popup-wrapper,
|
|
17336
17415
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
17337
17416
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -19951,6 +20030,12 @@ body.e-colorpicker-overflow {
|
|
|
19951
20030
|
top: 0 !important;
|
|
19952
20031
|
left: 0 !important;
|
|
19953
20032
|
}
|
|
20033
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
20034
|
+
min-height: 100%;
|
|
20035
|
+
min-width: 100%;
|
|
20036
|
+
height: 100%;
|
|
20037
|
+
width: 100%;
|
|
20038
|
+
}
|
|
19954
20039
|
|
|
19955
20040
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
19956
20041
|
background-size: 250px 33px;
|
|
@@ -19963,6 +20048,111 @@ body.e-colorpicker-overflow {
|
|
|
19963
20048
|
min-height: 40px;
|
|
19964
20049
|
}
|
|
19965
20050
|
|
|
20051
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
20052
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
20053
|
+
min-height: 100%;
|
|
20054
|
+
min-width: 100%;
|
|
20055
|
+
height: 100%;
|
|
20056
|
+
width: 100%;
|
|
20057
|
+
}
|
|
20058
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20059
|
+
height: 100%;
|
|
20060
|
+
}
|
|
20061
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
20062
|
+
height: 78%;
|
|
20063
|
+
}
|
|
20064
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20065
|
+
height: 90%;
|
|
20066
|
+
}
|
|
20067
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
20068
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
20069
|
+
height: 10%;
|
|
20070
|
+
}
|
|
20071
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
20072
|
+
margin: 0;
|
|
20073
|
+
}
|
|
20074
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20075
|
+
height: 90%;
|
|
20076
|
+
}
|
|
20077
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
20078
|
+
height: 100%;
|
|
20079
|
+
border-spacing: 0px 30px;
|
|
20080
|
+
}
|
|
20081
|
+
|
|
20082
|
+
@media screen and (orientation: landscape) {
|
|
20083
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
20084
|
+
float: left;
|
|
20085
|
+
height: 100%;
|
|
20086
|
+
border-right: 1.5px;
|
|
20087
|
+
border-color: black;
|
|
20088
|
+
width: 40%;
|
|
20089
|
+
margin: 0;
|
|
20090
|
+
display: block;
|
|
20091
|
+
background-color: #3f51b5;
|
|
20092
|
+
}
|
|
20093
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20094
|
+
height: 100%;
|
|
20095
|
+
width: 100%;
|
|
20096
|
+
}
|
|
20097
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
20098
|
+
display: block;
|
|
20099
|
+
width: 100%;
|
|
20100
|
+
text-align: -webkit-center;
|
|
20101
|
+
}
|
|
20102
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
20103
|
+
display: block;
|
|
20104
|
+
width: 100%;
|
|
20105
|
+
text-align: -webkit-center;
|
|
20106
|
+
margin-top: 20%;
|
|
20107
|
+
font-size: 20px;
|
|
20108
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
20109
|
+
}
|
|
20110
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
20111
|
+
font-size: 20px;
|
|
20112
|
+
margin-top: 60%;
|
|
20113
|
+
color: #fff;
|
|
20114
|
+
}
|
|
20115
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
20116
|
+
width: 100%;
|
|
20117
|
+
text-align: -webkit-center;
|
|
20118
|
+
margin-top: 20%;
|
|
20119
|
+
font-size: 20px;
|
|
20120
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
20121
|
+
}
|
|
20122
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
20123
|
+
height: 82%;
|
|
20124
|
+
}
|
|
20125
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20126
|
+
height: 80%;
|
|
20127
|
+
}
|
|
20128
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
20129
|
+
border-spacing: unset;
|
|
20130
|
+
}
|
|
20131
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
20132
|
+
height: 20%;
|
|
20133
|
+
}
|
|
20134
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20135
|
+
width: 100%;
|
|
20136
|
+
}
|
|
20137
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
20138
|
+
display: -ms-flexbox;
|
|
20139
|
+
display: flex;
|
|
20140
|
+
}
|
|
20141
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
20142
|
+
border-radius: 0 40% 40% 0;
|
|
20143
|
+
}
|
|
20144
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
20145
|
+
border-radius: 0 40% 40% 0;
|
|
20146
|
+
}
|
|
20147
|
+
}
|
|
20148
|
+
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
20149
|
+
width: calc(100% - 80px);
|
|
20150
|
+
}
|
|
20151
|
+
|
|
20152
|
+
.e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
20153
|
+
width: calc(100% - 110px);
|
|
20154
|
+
}
|
|
20155
|
+
|
|
19966
20156
|
/*! daterangepicker theme */
|
|
19967
20157
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
19968
20158
|
color: #f3f2f1;
|