@syncfusion/ej2-bootstrap-dark-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/bootstrap-dark.css +190 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-bootstrap-dark-theme@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-bootstrap-dark-theme@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-bootstrap-dark-theme@20.2.50",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-3j1v6EunTm2r2FWQ4ePioUB2Q4npHpRltxBwCwi54NyKkOD0V9Gn11odH++34cufZazK/M2YkXrzG0CjGN7cyw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-bootstrap-dark-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-bootstrap-dark-theme/-/ej2-bootstrap-dark-theme-20.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-bootstrap-dark-theme/-/ej2-bootstrap-dark-theme-20.2.49.tgz",
|
|
23
|
+
"_shasum": "7e55bcbb26a5d88ae83866d0beb24a66c8657cea",
|
|
24
24
|
"_spec": "@syncfusion/ej2-bootstrap-dark-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
|
}
|
|
@@ -17491,6 +17491,10 @@ body.e-colorpicker-overflow {
|
|
|
17491
17491
|
top: 0 !important;
|
|
17492
17492
|
left: 0 !important;
|
|
17493
17493
|
}
|
|
17494
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
17495
|
+
min-width: 100%;
|
|
17496
|
+
min-height: 100%;
|
|
17497
|
+
}
|
|
17494
17498
|
|
|
17495
17499
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
17496
17500
|
background-size: 250px 33px;
|
|
@@ -17503,6 +17507,40 @@ body.e-colorpicker-overflow {
|
|
|
17503
17507
|
min-height: 40px;
|
|
17504
17508
|
}
|
|
17505
17509
|
|
|
17510
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
17511
|
+
height: 15%;
|
|
17512
|
+
}
|
|
17513
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
17514
|
+
float: right;
|
|
17515
|
+
margin-right: 10px;
|
|
17516
|
+
padding: 5px;
|
|
17517
|
+
}
|
|
17518
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
17519
|
+
content: "\e932";
|
|
17520
|
+
font-family: "e-icons";
|
|
17521
|
+
color: rgb(255, 255, 255);
|
|
17522
|
+
}
|
|
17523
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
17524
|
+
min-width: 100%;
|
|
17525
|
+
min-height: 100%;
|
|
17526
|
+
height: 100%;
|
|
17527
|
+
}
|
|
17528
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
17529
|
+
height: 10%;
|
|
17530
|
+
}
|
|
17531
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
17532
|
+
height: 85%;
|
|
17533
|
+
}
|
|
17534
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
17535
|
+
height: 10%;
|
|
17536
|
+
}
|
|
17537
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
17538
|
+
height: 80%;
|
|
17539
|
+
}
|
|
17540
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
17541
|
+
height: 100%;
|
|
17542
|
+
}
|
|
17543
|
+
|
|
17506
17544
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
17507
17545
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
17508
17546
|
display: inline-block;
|
|
@@ -17510,6 +17548,47 @@ body.e-colorpicker-overflow {
|
|
|
17510
17548
|
overflow: auto;
|
|
17511
17549
|
}
|
|
17512
17550
|
}
|
|
17551
|
+
@media screen and (orientation: landscape) {
|
|
17552
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
17553
|
+
float: left;
|
|
17554
|
+
height: 100%;
|
|
17555
|
+
width: 30%;
|
|
17556
|
+
}
|
|
17557
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
17558
|
+
float: left;
|
|
17559
|
+
padding: 5px;
|
|
17560
|
+
}
|
|
17561
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
17562
|
+
font-size: 35px;
|
|
17563
|
+
margin-top: 35%;
|
|
17564
|
+
}
|
|
17565
|
+
.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 {
|
|
17566
|
+
display: block;
|
|
17567
|
+
font-size: 40px;
|
|
17568
|
+
margin-top: 10%;
|
|
17569
|
+
}
|
|
17570
|
+
.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 {
|
|
17571
|
+
height: 10%;
|
|
17572
|
+
}
|
|
17573
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
17574
|
+
height: 75%;
|
|
17575
|
+
}
|
|
17576
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
17577
|
+
display: -ms-flexbox;
|
|
17578
|
+
display: flex;
|
|
17579
|
+
}
|
|
17580
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
17581
|
+
float: right;
|
|
17582
|
+
height: 90%;
|
|
17583
|
+
width: 70%;
|
|
17584
|
+
}
|
|
17585
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
17586
|
+
display: table-row-group;
|
|
17587
|
+
}
|
|
17588
|
+
.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 {
|
|
17589
|
+
height: 100%;
|
|
17590
|
+
}
|
|
17591
|
+
}
|
|
17513
17592
|
.e-datepicker.e-popup-wrapper,
|
|
17514
17593
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
17515
17594
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -20010,6 +20089,12 @@ body.e-colorpicker-overflow {
|
|
|
20010
20089
|
top: 0 !important;
|
|
20011
20090
|
left: 0 !important;
|
|
20012
20091
|
}
|
|
20092
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
20093
|
+
min-height: 100%;
|
|
20094
|
+
min-width: 100%;
|
|
20095
|
+
height: 100%;
|
|
20096
|
+
width: 100%;
|
|
20097
|
+
}
|
|
20013
20098
|
|
|
20014
20099
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
20015
20100
|
background-size: 250px 33px;
|
|
@@ -20022,6 +20107,111 @@ body.e-colorpicker-overflow {
|
|
|
20022
20107
|
min-height: 40px;
|
|
20023
20108
|
}
|
|
20024
20109
|
|
|
20110
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
20111
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
20112
|
+
min-height: 100%;
|
|
20113
|
+
min-width: 100%;
|
|
20114
|
+
height: 100%;
|
|
20115
|
+
width: 100%;
|
|
20116
|
+
}
|
|
20117
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20118
|
+
height: 100%;
|
|
20119
|
+
}
|
|
20120
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
20121
|
+
height: 78%;
|
|
20122
|
+
}
|
|
20123
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20124
|
+
height: 90%;
|
|
20125
|
+
}
|
|
20126
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
20127
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
20128
|
+
height: 10%;
|
|
20129
|
+
}
|
|
20130
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
20131
|
+
margin: 0;
|
|
20132
|
+
}
|
|
20133
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20134
|
+
height: 90%;
|
|
20135
|
+
}
|
|
20136
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
20137
|
+
height: 100%;
|
|
20138
|
+
border-spacing: 0px 30px;
|
|
20139
|
+
}
|
|
20140
|
+
|
|
20141
|
+
@media screen and (orientation: landscape) {
|
|
20142
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
20143
|
+
float: left;
|
|
20144
|
+
height: 100%;
|
|
20145
|
+
border-right: 1.5px;
|
|
20146
|
+
border-color: black;
|
|
20147
|
+
width: 40%;
|
|
20148
|
+
margin: 0;
|
|
20149
|
+
display: block;
|
|
20150
|
+
background-color: #3f51b5;
|
|
20151
|
+
}
|
|
20152
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20153
|
+
height: 100%;
|
|
20154
|
+
width: 100%;
|
|
20155
|
+
}
|
|
20156
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
20157
|
+
display: block;
|
|
20158
|
+
width: 100%;
|
|
20159
|
+
text-align: -webkit-center;
|
|
20160
|
+
}
|
|
20161
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
20162
|
+
display: block;
|
|
20163
|
+
width: 100%;
|
|
20164
|
+
text-align: -webkit-center;
|
|
20165
|
+
margin-top: 20%;
|
|
20166
|
+
font-size: 20px;
|
|
20167
|
+
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);
|
|
20168
|
+
}
|
|
20169
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
20170
|
+
font-size: 20px;
|
|
20171
|
+
margin-top: 60%;
|
|
20172
|
+
color: #fff;
|
|
20173
|
+
}
|
|
20174
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
20175
|
+
width: 100%;
|
|
20176
|
+
text-align: -webkit-center;
|
|
20177
|
+
margin-top: 20%;
|
|
20178
|
+
font-size: 20px;
|
|
20179
|
+
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);
|
|
20180
|
+
}
|
|
20181
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
20182
|
+
height: 82%;
|
|
20183
|
+
}
|
|
20184
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20185
|
+
height: 80%;
|
|
20186
|
+
}
|
|
20187
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
20188
|
+
border-spacing: unset;
|
|
20189
|
+
}
|
|
20190
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
20191
|
+
height: 20%;
|
|
20192
|
+
}
|
|
20193
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20194
|
+
width: 100%;
|
|
20195
|
+
}
|
|
20196
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
20197
|
+
display: -ms-flexbox;
|
|
20198
|
+
display: flex;
|
|
20199
|
+
}
|
|
20200
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
20201
|
+
border-radius: 0 40% 40% 0;
|
|
20202
|
+
}
|
|
20203
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
20204
|
+
border-radius: 0 40% 40% 0;
|
|
20205
|
+
}
|
|
20206
|
+
}
|
|
20207
|
+
.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 {
|
|
20208
|
+
width: calc(100% - 80px);
|
|
20209
|
+
}
|
|
20210
|
+
|
|
20211
|
+
.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 {
|
|
20212
|
+
width: calc(100% - 110px);
|
|
20213
|
+
}
|
|
20214
|
+
|
|
20025
20215
|
/*! daterangepicker theme */
|
|
20026
20216
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
20027
20217
|
color: #f0f0f0;
|