canvasxpress-cli 55.8.1 → 55.9.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "canvasxpress-cli",
3
- "version": "55.8.1",
3
+ "version": "55.9.3",
4
4
  "license": {
5
5
  "type": "Dual licensing",
6
6
  "url": "https://www.canvasxpress.org/docs/license.html"
@@ -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