|
@@ -12,10 +12,11 @@
|
|
|
|
|
|
#sg-editing-width-marker-left .sg-editing-width-marker-left-triangle {
|
|
#sg-editing-width-marker-left .sg-editing-width-marker-left-triangle {
|
|
position: absolute;
|
|
position: absolute;
|
|
- left: 2px;
|
|
|
|
- width: 40px;
|
|
|
|
- height: 40px;
|
|
|
|
- background-color: #00ff00;
|
|
|
|
|
|
+ margin-top: -15px;
|
|
|
|
+ left: 13px;
|
|
|
|
+ border-style: solid;
|
|
|
|
+ border-width: 15px 0 15px 15px;
|
|
|
|
+ border-color: transparent transparent transparent rgb(255, 41, 61);
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -31,10 +32,11 @@
|
|
|
|
|
|
#sg-editing-width-marker-right .sg-editing-width-marker-right-triangle {
|
|
#sg-editing-width-marker-right .sg-editing-width-marker-right-triangle {
|
|
position: absolute;
|
|
position: absolute;
|
|
- right: 2px;
|
|
|
|
- width: 40px;
|
|
|
|
- height: 40px;
|
|
|
|
- background-color: #00ff00;
|
|
|
|
|
|
+ margin-top: -15px;
|
|
|
|
+ right: 13px;
|
|
|
|
+ border-style: solid;
|
|
|
|
+ border-width: 15px 15px 15px 0;
|
|
|
|
+ border-color: transparent rgb(255, 41, 61) transparent transparent;
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -42,7 +44,7 @@
|
|
border-right: 2px dashed rgb(255, 41, 61);
|
|
border-right: 2px dashed rgb(255, 41, 61);
|
|
}
|
|
}
|
|
|
|
|
|
-.sg-editing-width-marker-left-visible .sg-editing-width-marker-left-triangle {
|
|
|
|
|
|
+#sg-editing-width-marker-left.sg-editing-width-marker-left-visible .sg-editing-width-marker-left-triangle {
|
|
display: block;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -50,6 +52,6 @@
|
|
border-left: 2px dashed rgb(255, 41, 61);
|
|
border-left: 2px dashed rgb(255, 41, 61);
|
|
}
|
|
}
|
|
|
|
|
|
-.sg-editing-width-marker-right-visible .sg-editing-width-marker-right-triangle {
|
|
|
|
|
|
+#sg-editing-width-marker-right.sg-editing-width-marker-right-visible .sg-editing-width-marker-right-triangle {
|
|
display: block;
|
|
display: block;
|
|
}
|
|
}
|