@harbour-enterprises/superdoc 0.20.0-next.11 → 0.20.0-next.12
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/dist/style.css +1 -1
- package/dist/super-editor/style.css +1 -1
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1514,7 +1514,7 @@ on the right if it is inside shape textbox.
|
|
|
1514
1514
|
border: 1px solid #629be7;
|
|
1515
1515
|
border-bottom: none;
|
|
1516
1516
|
border-radius: 6px 6px 0 0;
|
|
1517
|
-
background-color: #
|
|
1517
|
+
background-color: #629be7dd;
|
|
1518
1518
|
z-index: 10;
|
|
1519
1519
|
cursor: grab;
|
|
1520
1520
|
display: none;
|
|
@@ -1140,7 +1140,7 @@ on the right if it is inside shape textbox.
|
|
|
1140
1140
|
border: 1px solid #629be7;
|
|
1141
1141
|
border-bottom: none;
|
|
1142
1142
|
border-radius: 6px 6px 0 0;
|
|
1143
|
-
background-color: #
|
|
1143
|
+
background-color: #629be7dd;
|
|
1144
1144
|
z-index: 10;
|
|
1145
1145
|
cursor: grab;
|
|
1146
1146
|
display: none;
|