@syncfusion/ej2-highcontrast-theme 20.2.48 → 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 CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-highcontrast-theme@*",
3
- "_id": "@syncfusion/ej2-highcontrast-theme@20.2.48",
3
+ "_id": "@syncfusion/ej2-highcontrast-theme@20.2.50",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-3jMDHuJqU3oOyJozpCnEw6AOL/rn0GoDGfWG9pUYZp3AyWNcyZPgvYe+OkEJ4JWnM4sylw3RcL5RbchFXCfI4A==",
5
+ "_integrity": "sha512-/6g66SkQl+KijhAW89yeywPVRmCWt3gKtIuaDRwRS6XVLmjHBsL1lpd7zAbyj659mBTf+8GfCXcVdLyyaMSz3A==",
6
6
  "_location": "/@syncfusion/ej2-highcontrast-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-highcontrast-theme/-/ej2-highcontrast-theme-20.3.0.tgz",
23
- "_shasum": "7e16a3d465dbb8de75901ea8a8cd0a61d4082fcd",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-highcontrast-theme/-/ej2-highcontrast-theme-20.2.49.tgz",
23
+ "_shasum": "b5e0b0c531197c8ed480dedcd4d889ef1cfe4f48",
24
24
  "_spec": "@syncfusion/ej2-highcontrast-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.48"
50
+ "version": "20.2.50"
51
51
  }
@@ -17765,6 +17765,10 @@ body.e-colorpicker-overflow {
17765
17765
  top: 0 !important;
17766
17766
  left: 0 !important;
17767
17767
  }
17768
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
17769
+ min-width: 100%;
17770
+ min-height: 100%;
17771
+ }
17768
17772
 
17769
17773
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
17770
17774
  background-size: 250px 33px;
@@ -17777,6 +17781,40 @@ body.e-colorpicker-overflow {
17777
17781
  min-height: 40px;
17778
17782
  }
17779
17783
 
17784
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
17785
+ height: 15%;
17786
+ }
17787
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
17788
+ float: right;
17789
+ margin-right: 10px;
17790
+ padding: 5px;
17791
+ }
17792
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
17793
+ content: "\e932";
17794
+ font-family: "e-icons";
17795
+ color: rgb(255, 255, 255);
17796
+ }
17797
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
17798
+ min-width: 100%;
17799
+ min-height: 100%;
17800
+ height: 100%;
17801
+ }
17802
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
17803
+ height: 10%;
17804
+ }
17805
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
17806
+ height: 85%;
17807
+ }
17808
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
17809
+ height: 10%;
17810
+ }
17811
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
17812
+ height: 80%;
17813
+ }
17814
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
17815
+ height: 100%;
17816
+ }
17817
+
17780
17818
  @media screen and (orientation: landscape) and (max-height: 360px) {
17781
17819
  .e-datepicker .e-calendar.e-device .e-month table tbody {
17782
17820
  display: inline-block;
@@ -17784,6 +17822,47 @@ body.e-colorpicker-overflow {
17784
17822
  overflow: auto;
17785
17823
  }
17786
17824
  }
17825
+ @media screen and (orientation: landscape) {
17826
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
17827
+ float: left;
17828
+ height: 100%;
17829
+ width: 30%;
17830
+ }
17831
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
17832
+ float: left;
17833
+ padding: 5px;
17834
+ }
17835
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
17836
+ font-size: 35px;
17837
+ margin-top: 35%;
17838
+ }
17839
+ .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 {
17840
+ display: block;
17841
+ font-size: 40px;
17842
+ margin-top: 10%;
17843
+ }
17844
+ .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 {
17845
+ height: 10%;
17846
+ }
17847
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
17848
+ height: 75%;
17849
+ }
17850
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
17851
+ display: -ms-flexbox;
17852
+ display: flex;
17853
+ }
17854
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
17855
+ float: right;
17856
+ height: 90%;
17857
+ width: 70%;
17858
+ }
17859
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
17860
+ display: table-row-group;
17861
+ }
17862
+ .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 {
17863
+ height: 100%;
17864
+ }
17865
+ }
17787
17866
  .e-lib.e-datepicker.e-popup-wrapper,
17788
17867
  .e-bigger.e-small .e-lib.e-datepicker.e-popup-wrapper,
17789
17868
  .e-bigger .e-lib.e-datepicker.e-popup-wrapper,
@@ -20015,6 +20094,12 @@ body.e-colorpicker-overflow {
20015
20094
  top: 0 !important;
20016
20095
  left: 0 !important;
20017
20096
  }
20097
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
20098
+ min-height: 100%;
20099
+ min-width: 100%;
20100
+ height: 100%;
20101
+ width: 100%;
20102
+ }
20018
20103
 
20019
20104
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
20020
20105
  background-size: 250px 33px;
@@ -20027,6 +20112,111 @@ body.e-colorpicker-overflow {
20027
20112
  min-height: 40px;
20028
20113
  }
20029
20114
 
20115
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
20116
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
20117
+ min-height: 100%;
20118
+ min-width: 100%;
20119
+ height: 100%;
20120
+ width: 100%;
20121
+ }
20122
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
20123
+ height: 100%;
20124
+ }
20125
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
20126
+ height: 78%;
20127
+ }
20128
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
20129
+ height: 90%;
20130
+ }
20131
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
20132
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
20133
+ height: 10%;
20134
+ }
20135
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
20136
+ margin: 0;
20137
+ }
20138
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
20139
+ height: 90%;
20140
+ }
20141
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
20142
+ height: 100%;
20143
+ border-spacing: 0px 30px;
20144
+ }
20145
+
20146
+ @media screen and (orientation: landscape) {
20147
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
20148
+ float: left;
20149
+ height: 100%;
20150
+ border-right: 1.5px;
20151
+ border-color: black;
20152
+ width: 40%;
20153
+ margin: 0;
20154
+ display: block;
20155
+ background-color: #3f51b5;
20156
+ }
20157
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
20158
+ height: 100%;
20159
+ width: 100%;
20160
+ }
20161
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
20162
+ display: block;
20163
+ width: 100%;
20164
+ text-align: -webkit-center;
20165
+ }
20166
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
20167
+ display: block;
20168
+ width: 100%;
20169
+ text-align: -webkit-center;
20170
+ margin-top: 20%;
20171
+ font-size: 20px;
20172
+ 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);
20173
+ }
20174
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
20175
+ font-size: 20px;
20176
+ margin-top: 60%;
20177
+ color: #fff;
20178
+ }
20179
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
20180
+ width: 100%;
20181
+ text-align: -webkit-center;
20182
+ margin-top: 20%;
20183
+ font-size: 20px;
20184
+ 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);
20185
+ }
20186
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
20187
+ height: 82%;
20188
+ }
20189
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
20190
+ height: 80%;
20191
+ }
20192
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
20193
+ border-spacing: unset;
20194
+ }
20195
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
20196
+ height: 20%;
20197
+ }
20198
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
20199
+ width: 100%;
20200
+ }
20201
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
20202
+ display: -ms-flexbox;
20203
+ display: flex;
20204
+ }
20205
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
20206
+ border-radius: 0 40% 40% 0;
20207
+ }
20208
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
20209
+ border-radius: 0 40% 40% 0;
20210
+ }
20211
+ }
20212
+ .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 {
20213
+ width: calc(100% - 80px);
20214
+ }
20215
+
20216
+ .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 {
20217
+ width: calc(100% - 110px);
20218
+ }
20219
+
20030
20220
  /*! daterangepicker theme */
20031
20221
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
20032
20222
  color: #fff;
@@ -54840,7 +55030,10 @@ input.e-pv-input-password::-ms-reveal {
54840
55030
  }
54841
55031
 
54842
55032
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
54843
- display: none;
55033
+ display: block;
55034
+ padding-left: 10px;
55035
+ padding-right: 10px;
55036
+ width: auto;
54844
55037
  }
54845
55038
 
54846
55039
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -17811,6 +17811,10 @@ body.e-colorpicker-overflow {
17811
17811
  top: 0 !important;
17812
17812
  left: 0 !important;
17813
17813
  }
17814
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
17815
+ min-width: 100%;
17816
+ min-height: 100%;
17817
+ }
17814
17818
 
17815
17819
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
17816
17820
  background-size: 250px 33px;
@@ -17823,6 +17827,40 @@ body.e-colorpicker-overflow {
17823
17827
  min-height: 40px;
17824
17828
  }
17825
17829
 
17830
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
17831
+ height: 15%;
17832
+ }
17833
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
17834
+ float: right;
17835
+ margin-right: 10px;
17836
+ padding: 5px;
17837
+ }
17838
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
17839
+ content: "\e932";
17840
+ font-family: "e-icons";
17841
+ color: rgb(255, 255, 255);
17842
+ }
17843
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
17844
+ min-width: 100%;
17845
+ min-height: 100%;
17846
+ height: 100%;
17847
+ }
17848
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
17849
+ height: 10%;
17850
+ }
17851
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
17852
+ height: 85%;
17853
+ }
17854
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
17855
+ height: 10%;
17856
+ }
17857
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
17858
+ height: 80%;
17859
+ }
17860
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
17861
+ height: 100%;
17862
+ }
17863
+
17826
17864
  @media screen and (orientation: landscape) and (max-height: 360px) {
17827
17865
  .e-datepicker .e-calendar.e-device .e-month table tbody {
17828
17866
  display: inline-block;
@@ -17830,6 +17868,47 @@ body.e-colorpicker-overflow {
17830
17868
  overflow: auto;
17831
17869
  }
17832
17870
  }
17871
+ @media screen and (orientation: landscape) {
17872
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
17873
+ float: left;
17874
+ height: 100%;
17875
+ width: 30%;
17876
+ }
17877
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
17878
+ float: left;
17879
+ padding: 5px;
17880
+ }
17881
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
17882
+ font-size: 35px;
17883
+ margin-top: 35%;
17884
+ }
17885
+ .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 {
17886
+ display: block;
17887
+ font-size: 40px;
17888
+ margin-top: 10%;
17889
+ }
17890
+ .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 {
17891
+ height: 10%;
17892
+ }
17893
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
17894
+ height: 75%;
17895
+ }
17896
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
17897
+ display: -ms-flexbox;
17898
+ display: flex;
17899
+ }
17900
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
17901
+ float: right;
17902
+ height: 90%;
17903
+ width: 70%;
17904
+ }
17905
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
17906
+ display: table-row-group;
17907
+ }
17908
+ .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 {
17909
+ height: 100%;
17910
+ }
17911
+ }
17833
17912
  .e-datepicker.e-popup-wrapper,
17834
17913
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
17835
17914
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -20339,6 +20418,12 @@ body.e-colorpicker-overflow {
20339
20418
  top: 0 !important;
20340
20419
  left: 0 !important;
20341
20420
  }
20421
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
20422
+ min-height: 100%;
20423
+ min-width: 100%;
20424
+ height: 100%;
20425
+ width: 100%;
20426
+ }
20342
20427
 
20343
20428
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
20344
20429
  background-size: 250px 33px;
@@ -20351,6 +20436,111 @@ body.e-colorpicker-overflow {
20351
20436
  min-height: 40px;
20352
20437
  }
20353
20438
 
20439
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
20440
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
20441
+ min-height: 100%;
20442
+ min-width: 100%;
20443
+ height: 100%;
20444
+ width: 100%;
20445
+ }
20446
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
20447
+ height: 100%;
20448
+ }
20449
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
20450
+ height: 78%;
20451
+ }
20452
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
20453
+ height: 90%;
20454
+ }
20455
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
20456
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
20457
+ height: 10%;
20458
+ }
20459
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
20460
+ margin: 0;
20461
+ }
20462
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
20463
+ height: 90%;
20464
+ }
20465
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
20466
+ height: 100%;
20467
+ border-spacing: 0px 30px;
20468
+ }
20469
+
20470
+ @media screen and (orientation: landscape) {
20471
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
20472
+ float: left;
20473
+ height: 100%;
20474
+ border-right: 1.5px;
20475
+ border-color: black;
20476
+ width: 40%;
20477
+ margin: 0;
20478
+ display: block;
20479
+ background-color: #3f51b5;
20480
+ }
20481
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
20482
+ height: 100%;
20483
+ width: 100%;
20484
+ }
20485
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
20486
+ display: block;
20487
+ width: 100%;
20488
+ text-align: -webkit-center;
20489
+ }
20490
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
20491
+ display: block;
20492
+ width: 100%;
20493
+ text-align: -webkit-center;
20494
+ margin-top: 20%;
20495
+ font-size: 20px;
20496
+ 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);
20497
+ }
20498
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
20499
+ font-size: 20px;
20500
+ margin-top: 60%;
20501
+ color: #fff;
20502
+ }
20503
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
20504
+ width: 100%;
20505
+ text-align: -webkit-center;
20506
+ margin-top: 20%;
20507
+ font-size: 20px;
20508
+ 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);
20509
+ }
20510
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
20511
+ height: 82%;
20512
+ }
20513
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
20514
+ height: 80%;
20515
+ }
20516
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
20517
+ border-spacing: unset;
20518
+ }
20519
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
20520
+ height: 20%;
20521
+ }
20522
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
20523
+ width: 100%;
20524
+ }
20525
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
20526
+ display: -ms-flexbox;
20527
+ display: flex;
20528
+ }
20529
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
20530
+ border-radius: 0 40% 40% 0;
20531
+ }
20532
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
20533
+ border-radius: 0 40% 40% 0;
20534
+ }
20535
+ }
20536
+ .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 {
20537
+ width: calc(100% - 80px);
20538
+ }
20539
+
20540
+ .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 {
20541
+ width: calc(100% - 110px);
20542
+ }
20543
+
20354
20544
  /*! daterangepicker theme */
20355
20545
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
20356
20546
  color: #fff;
@@ -55264,7 +55454,10 @@ input.e-pv-input-password::-ms-reveal {
55264
55454
  }
55265
55455
 
55266
55456
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
55267
- display: none;
55457
+ display: block;
55458
+ padding-left: 10px;
55459
+ padding-right: 10px;
55460
+ width: auto;
55268
55461
  }
55269
55462
 
55270
55463
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,