canvasxpress-cli 56.0.2 → 56.2.1
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 +1 -1
- package/src/canvasXpress.css +4 -0
- package/src/canvasXpress.js +3 -3
package/package.json
CHANGED
package/src/canvasXpress.css
CHANGED
|
@@ -590,10 +590,12 @@ span.cX-bin::selection {
|
|
|
590
590
|
grid-row-gap: 0px;
|
|
591
591
|
position: fixed;
|
|
592
592
|
z-index: 10001;
|
|
593
|
+
line-height: 100%;
|
|
593
594
|
/*height: calc(100% - 5px);*/
|
|
594
595
|
background-color: rgb(255, 255, 255);
|
|
595
596
|
font-family: var(--cx-font-family);
|
|
596
597
|
font-weight: normal;
|
|
598
|
+
color: var(--cx-font-color);
|
|
597
599
|
}
|
|
598
600
|
|
|
599
601
|
.customizerLeftPanelTop,
|
|
@@ -632,9 +634,11 @@ span.cX-bin::selection {
|
|
|
632
634
|
background: var(--cx-color-transparent);
|
|
633
635
|
position: absolute;
|
|
634
636
|
z-index: 10000;
|
|
637
|
+
line-height: 100%;
|
|
635
638
|
top: 0px;
|
|
636
639
|
font-family: var(--cx-font-family);
|
|
637
640
|
font-weight: normal;
|
|
641
|
+
color: var(--cx-font-color);
|
|
638
642
|
}
|
|
639
643
|
|
|
640
644
|
.customizerRightPanel {
|