canvasxpress-cli 55.8.1 → 56.0.2
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 +19 -1
- package/src/canvasXpress.js +3 -3
package/package.json
CHANGED
package/src/canvasXpress.css
CHANGED
|
@@ -1914,6 +1914,24 @@ div.CanvasXpressToolbarTopContainer {
|
|
|
1914
1914
|
background-color: var(--cx-background-widgets-color);
|
|
1915
1915
|
}
|
|
1916
1916
|
|
|
1917
|
+
div.CanvasXpressToolbarTopOverContainer {
|
|
1918
|
+
border: var(--cx-border);
|
|
1919
|
+
border: none;
|
|
1920
|
+
width: auto;
|
|
1921
|
+
padding: 1px;
|
|
1922
|
+
background-color: var(--cx-background-widgets-color);
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
div.CanvasXpressToolbarTopOverContainer img.CanvasXpressToolbarTopImage,
|
|
1926
|
+
div.CanvasXpressToolbarTopOverContainer svg.CanvasXpressToolbarTopImage {
|
|
1927
|
+
background: var(--cx-color-transparent) !important;
|
|
1928
|
+
border: 0px none !important;
|
|
1929
|
+
box-shadow: 0 0 0px var(--cx-color-transparent) !important;
|
|
1930
|
+
cursor: pointer;
|
|
1931
|
+
float: right;
|
|
1932
|
+
margin: 5px 8px 0px 0px;
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1917
1935
|
div.CanvasXpressToolbarTopContainer img.CanvasXpressToolbarTopImage,
|
|
1918
1936
|
div.CanvasXpressToolbarTopContainer svg.CanvasXpressToolbarTopImage {
|
|
1919
1937
|
background: var(--cx-color-transparent) !important;
|
|
@@ -3033,7 +3051,7 @@ ul.CanvasXpressList {
|
|
|
3033
3051
|
list-style: none;
|
|
3034
3052
|
margin: 0px;
|
|
3035
3053
|
overflow: auto;
|
|
3036
|
-
padding: 2px;
|
|
3054
|
+
padding: 2px !important;
|
|
3037
3055
|
height: calc(100% - 100px);
|
|
3038
3056
|
}
|
|
3039
3057
|
|