jodit-pro-react 5.5.41 → 5.5.42
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.
|
@@ -9474,6 +9474,32 @@ svg.jodit-icon {
|
|
|
9474
9474
|
max-height: 60%;
|
|
9475
9475
|
max-width: 60%;
|
|
9476
9476
|
}
|
|
9477
|
+
.jodit-ui-code-tuner {
|
|
9478
|
+
left: 0;
|
|
9479
|
+
position: fixed;
|
|
9480
|
+
top: 0;
|
|
9481
|
+
z-index: 10;
|
|
9482
|
+
}
|
|
9483
|
+
.jodit-ui-code-tuner__anchor {
|
|
9484
|
+
background-color: #fff;
|
|
9485
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235d6b7a' viewBox='0 0 16 16'%3E%3Ccircle cx='6' cy='3' r='1.5'/%3E%3Ccircle cx='10' cy='3' r='1.5'/%3E%3Ccircle cx='6' cy='8' r='1.5'/%3E%3Ccircle cx='10' cy='8' r='1.5'/%3E%3Ccircle cx='6' cy='13' r='1.5'/%3E%3Ccircle cx='10' cy='13' r='1.5'/%3E%3C/svg%3E");
|
|
9486
|
+
background-position: 50%;
|
|
9487
|
+
background-repeat: no-repeat;
|
|
9488
|
+
background-size: 11px;
|
|
9489
|
+
border: 1px solid rgba(0, 0, 0, .12);
|
|
9490
|
+
border-radius: 4px;
|
|
9491
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
|
|
9492
|
+
cursor: grab;
|
|
9493
|
+
height: 26px;
|
|
9494
|
+
opacity: .9;
|
|
9495
|
+
width: 16px;
|
|
9496
|
+
}
|
|
9497
|
+
.jodit-ui-code-tuner__anchor:hover {
|
|
9498
|
+
opacity: 1;
|
|
9499
|
+
}
|
|
9500
|
+
.jodit-ui-code-tuner__anchor:active {
|
|
9501
|
+
cursor: grabbing;
|
|
9502
|
+
}
|
|
9477
9503
|
.jodit-paste-code {
|
|
9478
9504
|
display: flex;
|
|
9479
9505
|
flex-direction: column;
|