@syncfusion/ej2-fabric-theme 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/package.json +5 -5
- package/styles/compatibility/fabric.css +190 -0
- package/styles/fabric.css +190 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-fabric-theme@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-fabric-theme@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-fabric-theme@20.2.50",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-s9x+sLT6SZO+bLQ5crR/FlJL3NfmGrRWcTovEmibxEDpVe8HrV6NTPuTuaYbD0dVUyKqM5tC1jM9tykslmqlug==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-fabric-theme",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-fabric-theme/-/ej2-fabric-theme-20.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-fabric-theme/-/ej2-fabric-theme-20.2.49.tgz",
|
|
23
|
+
"_shasum": "dead3cc505443892cf7027c27562416af43080be",
|
|
24
24
|
"_spec": "@syncfusion/ej2-fabric-theme@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/themes",
|
|
26
26
|
"author": {
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
48
48
|
},
|
|
49
49
|
"typings": "index.d.ts",
|
|
50
|
-
"version": "20.2.
|
|
50
|
+
"version": "20.2.50"
|
|
51
51
|
}
|
|
@@ -17328,6 +17328,10 @@ body.e-colorpicker-overflow {
|
|
|
17328
17328
|
top: 0 !important;
|
|
17329
17329
|
left: 0 !important;
|
|
17330
17330
|
}
|
|
17331
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
17332
|
+
min-width: 100%;
|
|
17333
|
+
min-height: 100%;
|
|
17334
|
+
}
|
|
17331
17335
|
|
|
17332
17336
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
17333
17337
|
background-size: 250px 33px;
|
|
@@ -17340,6 +17344,40 @@ body.e-colorpicker-overflow {
|
|
|
17340
17344
|
min-height: 40px;
|
|
17341
17345
|
}
|
|
17342
17346
|
|
|
17347
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
17348
|
+
height: 15%;
|
|
17349
|
+
}
|
|
17350
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
17351
|
+
float: right;
|
|
17352
|
+
margin-right: 10px;
|
|
17353
|
+
padding: 5px;
|
|
17354
|
+
}
|
|
17355
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
17356
|
+
content: "\e932";
|
|
17357
|
+
font-family: "e-icons";
|
|
17358
|
+
color: rgb(255, 255, 255);
|
|
17359
|
+
}
|
|
17360
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
17361
|
+
min-width: 100%;
|
|
17362
|
+
min-height: 100%;
|
|
17363
|
+
height: 100%;
|
|
17364
|
+
}
|
|
17365
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
17366
|
+
height: 10%;
|
|
17367
|
+
}
|
|
17368
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
17369
|
+
height: 85%;
|
|
17370
|
+
}
|
|
17371
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
17372
|
+
height: 10%;
|
|
17373
|
+
}
|
|
17374
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
17375
|
+
height: 80%;
|
|
17376
|
+
}
|
|
17377
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
17378
|
+
height: 100%;
|
|
17379
|
+
}
|
|
17380
|
+
|
|
17343
17381
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
17344
17382
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
17345
17383
|
display: inline-block;
|
|
@@ -17347,6 +17385,47 @@ body.e-colorpicker-overflow {
|
|
|
17347
17385
|
overflow: auto;
|
|
17348
17386
|
}
|
|
17349
17387
|
}
|
|
17388
|
+
@media screen and (orientation: landscape) {
|
|
17389
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
17390
|
+
float: left;
|
|
17391
|
+
height: 100%;
|
|
17392
|
+
width: 30%;
|
|
17393
|
+
}
|
|
17394
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
17395
|
+
float: left;
|
|
17396
|
+
padding: 5px;
|
|
17397
|
+
}
|
|
17398
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
17399
|
+
font-size: 35px;
|
|
17400
|
+
margin-top: 35%;
|
|
17401
|
+
}
|
|
17402
|
+
.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 {
|
|
17403
|
+
display: block;
|
|
17404
|
+
font-size: 40px;
|
|
17405
|
+
margin-top: 10%;
|
|
17406
|
+
}
|
|
17407
|
+
.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 {
|
|
17408
|
+
height: 10%;
|
|
17409
|
+
}
|
|
17410
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
17411
|
+
height: 75%;
|
|
17412
|
+
}
|
|
17413
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
17414
|
+
display: -ms-flexbox;
|
|
17415
|
+
display: flex;
|
|
17416
|
+
}
|
|
17417
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
17418
|
+
float: right;
|
|
17419
|
+
height: 90%;
|
|
17420
|
+
width: 70%;
|
|
17421
|
+
}
|
|
17422
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
17423
|
+
display: table-row-group;
|
|
17424
|
+
}
|
|
17425
|
+
.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 {
|
|
17426
|
+
height: 100%;
|
|
17427
|
+
}
|
|
17428
|
+
}
|
|
17350
17429
|
.e-lib.e-datepicker.e-popup-wrapper,
|
|
17351
17430
|
.e-bigger.e-small .e-lib.e-datepicker.e-popup-wrapper,
|
|
17352
17431
|
.e-bigger .e-lib.e-datepicker.e-popup-wrapper,
|
|
@@ -19571,6 +19650,12 @@ body.e-colorpicker-overflow {
|
|
|
19571
19650
|
top: 0 !important;
|
|
19572
19651
|
left: 0 !important;
|
|
19573
19652
|
}
|
|
19653
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
19654
|
+
min-height: 100%;
|
|
19655
|
+
min-width: 100%;
|
|
19656
|
+
height: 100%;
|
|
19657
|
+
width: 100%;
|
|
19658
|
+
}
|
|
19574
19659
|
|
|
19575
19660
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
19576
19661
|
background-size: 250px 33px;
|
|
@@ -19583,6 +19668,111 @@ body.e-colorpicker-overflow {
|
|
|
19583
19668
|
min-height: 40px;
|
|
19584
19669
|
}
|
|
19585
19670
|
|
|
19671
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
19672
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
19673
|
+
min-height: 100%;
|
|
19674
|
+
min-width: 100%;
|
|
19675
|
+
height: 100%;
|
|
19676
|
+
width: 100%;
|
|
19677
|
+
}
|
|
19678
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
19679
|
+
height: 100%;
|
|
19680
|
+
}
|
|
19681
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
19682
|
+
height: 78%;
|
|
19683
|
+
}
|
|
19684
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
19685
|
+
height: 90%;
|
|
19686
|
+
}
|
|
19687
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
19688
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
19689
|
+
height: 10%;
|
|
19690
|
+
}
|
|
19691
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
19692
|
+
margin: 0;
|
|
19693
|
+
}
|
|
19694
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
19695
|
+
height: 90%;
|
|
19696
|
+
}
|
|
19697
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
19698
|
+
height: 100%;
|
|
19699
|
+
border-spacing: 0px 30px;
|
|
19700
|
+
}
|
|
19701
|
+
|
|
19702
|
+
@media screen and (orientation: landscape) {
|
|
19703
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
19704
|
+
float: left;
|
|
19705
|
+
height: 100%;
|
|
19706
|
+
border-right: 1.5px;
|
|
19707
|
+
border-color: black;
|
|
19708
|
+
width: 40%;
|
|
19709
|
+
margin: 0;
|
|
19710
|
+
display: block;
|
|
19711
|
+
background-color: #3f51b5;
|
|
19712
|
+
}
|
|
19713
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
19714
|
+
height: 100%;
|
|
19715
|
+
width: 100%;
|
|
19716
|
+
}
|
|
19717
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
19718
|
+
display: block;
|
|
19719
|
+
width: 100%;
|
|
19720
|
+
text-align: -webkit-center;
|
|
19721
|
+
}
|
|
19722
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
19723
|
+
display: block;
|
|
19724
|
+
width: 100%;
|
|
19725
|
+
text-align: -webkit-center;
|
|
19726
|
+
margin-top: 20%;
|
|
19727
|
+
font-size: 20px;
|
|
19728
|
+
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);
|
|
19729
|
+
}
|
|
19730
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
19731
|
+
font-size: 20px;
|
|
19732
|
+
margin-top: 60%;
|
|
19733
|
+
color: #fff;
|
|
19734
|
+
}
|
|
19735
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
19736
|
+
width: 100%;
|
|
19737
|
+
text-align: -webkit-center;
|
|
19738
|
+
margin-top: 20%;
|
|
19739
|
+
font-size: 20px;
|
|
19740
|
+
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);
|
|
19741
|
+
}
|
|
19742
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
19743
|
+
height: 82%;
|
|
19744
|
+
}
|
|
19745
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
19746
|
+
height: 80%;
|
|
19747
|
+
}
|
|
19748
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
19749
|
+
border-spacing: unset;
|
|
19750
|
+
}
|
|
19751
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
19752
|
+
height: 20%;
|
|
19753
|
+
}
|
|
19754
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
19755
|
+
width: 100%;
|
|
19756
|
+
}
|
|
19757
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
19758
|
+
display: -ms-flexbox;
|
|
19759
|
+
display: flex;
|
|
19760
|
+
}
|
|
19761
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
19762
|
+
border-radius: 0 40% 40% 0;
|
|
19763
|
+
}
|
|
19764
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
19765
|
+
border-radius: 0 40% 40% 0;
|
|
19766
|
+
}
|
|
19767
|
+
}
|
|
19768
|
+
.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 {
|
|
19769
|
+
width: calc(100% - 80px);
|
|
19770
|
+
}
|
|
19771
|
+
|
|
19772
|
+
.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 {
|
|
19773
|
+
width: calc(100% - 110px);
|
|
19774
|
+
}
|
|
19775
|
+
|
|
19586
19776
|
/*! daterangepicker theme */
|
|
19587
19777
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
19588
19778
|
color: #333;
|
package/styles/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;
|