cloud-business 0.1.155-9 → 0.1.156
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/cloud-business.css +4 -4
- package/cloud-business.js +1 -1
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -1634,17 +1634,17 @@ body {
|
|
|
1634
1634
|
top: 9px;
|
|
1635
1635
|
box-sizing: content-box;
|
|
1636
1636
|
height: 10px;
|
|
1637
|
-
background: #
|
|
1638
|
-
color: #
|
|
1637
|
+
background: #edf6ff;
|
|
1638
|
+
color: #06c;
|
|
1639
1639
|
padding: 7px;
|
|
1640
1640
|
line-height: 10px;
|
|
1641
1641
|
cursor: default;
|
|
1642
|
-
border: 1px solid #
|
|
1642
|
+
border: 1px solid #cce6ff;
|
|
1643
1643
|
border-radius: 2px;
|
|
1644
1644
|
}
|
|
1645
1645
|
.cloud-new-black-selector > .cloud-loading > .table-wrap > .table-div > table th:nth-child(5),
|
|
1646
1646
|
.cloud-new-black-selector > .cloud-loading > .table-wrap > .table-div > table td:nth-child(5) > span {
|
|
1647
|
-
padding-right: 60px!important;
|
|
1647
|
+
padding-right: 60px !important;
|
|
1648
1648
|
}
|
|
1649
1649
|
.cloud-new-black-selector > .cloud-loading > .table-wrap > .table-div > table td > div > span {
|
|
1650
1650
|
width: fit-content;
|