@syncfusion/ej2-bootstrap-dark-theme 20.2.43 → 20.2.46
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 +33 -24
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.46",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-HLBAyBLnLBwzIP/7+NXD76qCMmR8JHdjeBfeyurUPvy2K/Yc6bnmCyza0TCJLE0SvEfCcLvCFa/BtGLse+Jrqg==",
|
|
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.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-bootstrap-dark-theme/-/ej2-bootstrap-dark-theme-20.3.0.tgz",
|
|
23
|
+
"_shasum": "02a7139908c608712c9c10f46c15c52cbe2ba23b",
|
|
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.46"
|
|
51
51
|
}
|
|
@@ -2102,6 +2102,18 @@
|
|
|
2102
2102
|
touch-action: pinch-zoom;
|
|
2103
2103
|
}
|
|
2104
2104
|
|
|
2105
|
+
.e-license {
|
|
2106
|
+
color: rgb(255, 255, 0);
|
|
2107
|
+
text-decoration: none;
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
.e-license-banner {
|
|
2111
|
+
cursor: pointer;
|
|
2112
|
+
position: absolute;
|
|
2113
|
+
right: 10px;
|
|
2114
|
+
top: 27%;
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2105
2117
|
/*! animation keyframes */
|
|
2106
2118
|
@keyframes SlideLeftOut {
|
|
2107
2119
|
from {
|
|
@@ -42027,13 +42039,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
42027
42039
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
42028
42040
|
border-right-color: #9c9c9c;
|
|
42029
42041
|
}
|
|
42030
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
42042
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
42031
42043
|
background-color: #393939;
|
|
42032
42044
|
color: #f0f0f0;
|
|
42033
42045
|
}
|
|
42034
|
-
.e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
42035
|
-
background-color: transparent;
|
|
42036
|
-
}
|
|
42037
42046
|
.e-grid tr[role=row]:hover .e-rowdragdrop {
|
|
42038
42047
|
cursor: move;
|
|
42039
42048
|
}
|
|
@@ -48550,14 +48559,13 @@ span.e-table-box.e-rbox-select {
|
|
|
48550
48559
|
}
|
|
48551
48560
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
48552
48561
|
border-bottom-style: solid;
|
|
48553
|
-
border-right
|
|
48562
|
+
border-right: 1px solid;
|
|
48554
48563
|
overflow: hidden;
|
|
48555
48564
|
position: relative;
|
|
48556
48565
|
z-index: 6;
|
|
48557
48566
|
}
|
|
48558
48567
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
48559
48568
|
border-left: 0;
|
|
48560
|
-
padding: 0 3px;
|
|
48561
48569
|
}
|
|
48562
48570
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
48563
48571
|
border-collapse: collapse;
|
|
@@ -48609,7 +48617,7 @@ span.e-table-box.e-rbox-select {
|
|
|
48609
48617
|
}
|
|
48610
48618
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
48611
48619
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
48612
|
-
padding-left:
|
|
48620
|
+
padding-left: 11px;
|
|
48613
48621
|
text-align: left;
|
|
48614
48622
|
}
|
|
48615
48623
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -48713,7 +48721,7 @@ span.e-table-box.e-rbox-select {
|
|
|
48713
48721
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
48714
48722
|
display: inline-block;
|
|
48715
48723
|
font-size: 13px;
|
|
48716
|
-
font-weight:
|
|
48724
|
+
font-weight: normal;
|
|
48717
48725
|
overflow: hidden;
|
|
48718
48726
|
position: absolute;
|
|
48719
48727
|
text-overflow: ellipsis;
|
|
@@ -49106,6 +49114,7 @@ span.e-table-box.e-rbox-select {
|
|
|
49106
49114
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
49107
49115
|
border-bottom-width: 0px;
|
|
49108
49116
|
height: 200px;
|
|
49117
|
+
overflow: hidden;
|
|
49109
49118
|
}
|
|
49110
49119
|
.e-gantt-dialog > .e-dlg-content {
|
|
49111
49120
|
padding: 0 !important;
|
|
@@ -59758,11 +59767,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
59758
59767
|
border-right-width: 1px;
|
|
59759
59768
|
}
|
|
59760
59769
|
.e-pivotview .e-stackedheadercelldiv {
|
|
59761
|
-
display:
|
|
59770
|
+
display: inline;
|
|
59762
59771
|
}
|
|
59763
59772
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
59764
59773
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
59765
|
-
display: inline
|
|
59774
|
+
display: inline;
|
|
59766
59775
|
padding-left: 12px !important;
|
|
59767
59776
|
margin-top: 5px;
|
|
59768
59777
|
}
|
|
@@ -60257,7 +60266,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
60257
60266
|
.e-pivotview .e-expand,
|
|
60258
60267
|
.e-pivotview .e-collapse {
|
|
60259
60268
|
cursor: pointer;
|
|
60260
|
-
display: inline
|
|
60269
|
+
display: inline;
|
|
60261
60270
|
height: 18px;
|
|
60262
60271
|
margin-top: 5px;
|
|
60263
60272
|
text-align: center;
|
|
@@ -66364,10 +66373,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
66364
66373
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
66365
66374
|
margin-top: 10px;
|
|
66366
66375
|
}
|
|
66367
|
-
.e-spreadsheet .e-goto-dlg {
|
|
66376
|
+
.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
66368
66377
|
height: auto;
|
|
66369
66378
|
}
|
|
66370
|
-
.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
|
|
66379
|
+
.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
|
|
66371
66380
|
font-weight: bold;
|
|
66372
66381
|
padding-top: 7px;
|
|
66373
66382
|
}
|
|
@@ -67590,32 +67599,32 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67590
67599
|
font-size: 12px;
|
|
67591
67600
|
padding-top: 7px;
|
|
67592
67601
|
}
|
|
67593
|
-
.e-spreadsheet .e-find-dlg {
|
|
67602
|
+
.e-spreadsheet .e-find-dlg.e-dialog {
|
|
67594
67603
|
height: auto;
|
|
67595
67604
|
width: 442px;
|
|
67596
67605
|
}
|
|
67597
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
|
|
67606
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
|
|
67598
67607
|
color: #dd2c2c;
|
|
67599
67608
|
font-size: 12px;
|
|
67600
67609
|
padding-top: 7px;
|
|
67601
67610
|
}
|
|
67602
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
|
|
67611
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
|
|
67603
67612
|
color: #dd2c2c;
|
|
67604
67613
|
font-size: 12px;
|
|
67605
67614
|
padding-top: 7px;
|
|
67606
67615
|
}
|
|
67607
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
|
|
67616
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
|
|
67608
67617
|
padding-right: 12px;
|
|
67609
67618
|
}
|
|
67610
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
67619
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
67611
67620
|
padding: 12px 0;
|
|
67612
67621
|
}
|
|
67613
|
-
.e-spreadsheet .e-find-dlg p.e-header {
|
|
67622
|
+
.e-spreadsheet .e-find-dlg.e-dialog p.e-header {
|
|
67614
67623
|
margin: 0;
|
|
67615
67624
|
padding-bottom: 8px;
|
|
67616
67625
|
padding-top: 12px;
|
|
67617
67626
|
}
|
|
67618
|
-
.e-spreadsheet .e-find-dlg .e-footer-content {
|
|
67627
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
67619
67628
|
text-align: left;
|
|
67620
67629
|
}
|
|
67621
67630
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
@@ -68335,12 +68344,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
68335
68344
|
height: 45px;
|
|
68336
68345
|
width: 419px;
|
|
68337
68346
|
}
|
|
68338
|
-
.e-bigger .e-spreadsheet .e-goto-dlg,
|
|
68339
|
-
.e-bigger.e-spreadsheet .e-goto-dlg {
|
|
68347
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
|
|
68348
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
68340
68349
|
height: auto;
|
|
68341
68350
|
}
|
|
68342
|
-
.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
|
|
68343
|
-
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
68351
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
|
|
68352
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
|
|
68344
68353
|
font-size: 12px;
|
|
68345
68354
|
}
|
|
68346
68355
|
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
|