@syncfusion/ej2-bootstrap-theme 20.2.48 → 20.2.49
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-bootstrap-theme@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-bootstrap-theme@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-bootstrap-theme@20.2.49",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-YTx5+/lKatDZ4XbX2UJR1G3W2n0nJ3xp2wtFYC6yrfrKMv+oNX0qwYvoSxUDdV2lULomXu/LSVc2EiJbSj7sYA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-bootstrap-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-theme/-/ej2-bootstrap-theme-20.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-bootstrap-theme/-/ej2-bootstrap-theme-20.2.48.tgz",
|
|
23
|
+
"_shasum": "eb9db326ab50ca3bf9b60e088b283305073007e7",
|
|
24
24
|
"_spec": "@syncfusion/ej2-bootstrap-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.49"
|
|
51
51
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -54705,7 +54705,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
54705
54705
|
}
|
|
54706
54706
|
|
|
54707
54707
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
54708
|
-
display:
|
|
54708
|
+
display: block;
|
|
54709
|
+
padding-left: 10px;
|
|
54710
|
+
padding-right: 10px;
|
|
54711
|
+
width: auto;
|
|
54709
54712
|
}
|
|
54710
54713
|
|
|
54711
54714
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -54281,7 +54281,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
54281
54281
|
}
|
|
54282
54282
|
|
|
54283
54283
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
54284
|
-
display:
|
|
54284
|
+
display: block;
|
|
54285
|
+
padding-left: 10px;
|
|
54286
|
+
padding-right: 10px;
|
|
54287
|
+
width: auto;
|
|
54285
54288
|
}
|
|
54286
54289
|
|
|
54287
54290
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|