@@ -42,7 +42,7 @@ polyline.cvat_shape_drawing_opacity {
42
42
fill : white ;
43
43
cursor : default ;
44
44
font-family : Calibri, Candara, Segoe, " Segoe UI" , Optima, Arial , sans-serif ;
45
- text-shadow : 0 px 0 px 4px black ;
45
+ text-shadow : 0 0 4px black ;
46
46
user-select : none ;
47
47
pointer-events : none ;
48
48
}
@@ -54,47 +54,55 @@ polyline.cvat_shape_drawing_opacity {
54
54
.cvat_canvas_shape_grouping {
55
55
@extend .cvat_shape_action_dasharray ;
56
56
@extend .cvat_shape_action_opacity ;
57
+
57
58
fill : darkmagenta ;
58
59
}
59
60
60
61
polyline .cvat_canvas_shape_grouping {
61
62
@extend .cvat_shape_action_dasharray ;
62
63
@extend .cvat_shape_action_opacity ;
64
+
63
65
stroke : darkmagenta ;
64
66
}
65
67
66
68
.cvat_canvas_shape_merging {
67
69
@extend .cvat_shape_action_dasharray ;
68
70
@extend .cvat_shape_action_opacity ;
71
+
69
72
fill : blue ;
70
73
}
71
74
72
75
polyline .cvat_canvas_shape_merging {
73
76
@extend .cvat_shape_action_dasharray ;
74
77
@extend .cvat_shape_action_opacity ;
78
+
75
79
stroke : blue ;
76
80
}
77
81
78
82
polyline .cvat_canvas_shape_splitting {
79
83
@extend .cvat_shape_action_dasharray ;
80
84
@extend .cvat_shape_action_opacity ;
85
+
81
86
stroke : dodgerblue ;
82
87
}
83
88
84
89
.cvat_canvas_shape_splitting {
85
90
@extend .cvat_shape_action_dasharray ;
86
91
@extend .cvat_shape_action_opacity ;
92
+
87
93
fill : dodgerblue ;
88
94
}
89
95
90
96
.cvat_canvas_shape_drawing {
91
97
@extend .cvat_shape_drawing_opacity ;
98
+
92
99
fill : white ;
93
100
stroke : black ;
94
101
}
95
102
96
103
.cvat_canvas_zoom_selection {
97
104
@extend .cvat_shape_action_dasharray ;
105
+
98
106
stroke : #096dd9 ;
99
107
fill-opacity : 0 ;
100
108
}
@@ -103,7 +111,8 @@ polyline.cvat_canvas_shape_splitting {
103
111
stroke-dasharray : 5 ;
104
112
}
105
113
106
- .cvat_canvas_shape .svg_select_points , .cvat_canvas_shape .cvat_canvas_cuboid_projections {
114
+ .cvat_canvas_shape .svg_select_points ,
115
+ .cvat_canvas_shape .cvat_canvas_cuboid_projections {
107
116
stroke-dasharray : none ;
108
117
}
109
118
@@ -130,20 +139,24 @@ polyline.cvat_canvas_shape_splitting {
130
139
pointer-events : none ;
131
140
}
132
141
133
- .svg_select_points_lb :hover , .svg_select_points_rt :hover {
142
+ .svg_select_points_lb :hover ,
143
+ .svg_select_points_rt :hover {
134
144
cursor : nesw-resize ;
135
145
}
136
146
137
- .svg_select_points_lt :hover , .svg_select_points_rb :hover {
147
+ .svg_select_points_lt :hover ,
148
+ .svg_select_points_rb :hover {
138
149
cursor : nwse-resize ;
139
150
}
140
151
141
- .svg_select_points_l :hover , .svg_select_points_r :hover ,
152
+ .svg_select_points_l :hover ,
153
+ .svg_select_points_r :hover ,
142
154
.svg_select_points_ew :hover {
143
155
cursor : ew-resize ;
144
156
}
145
157
146
- .svg_select_points_t :hover , .svg_select_points_b :hover {
158
+ .svg_select_points_t :hover ,
159
+ .svg_select_points_b :hover {
147
160
cursor : ns-resize ;
148
161
}
149
162
@@ -202,7 +215,6 @@ polyline.cvat_canvas_shape_splitting {
202
215
pointer-events : none ;
203
216
width : 100% ;
204
217
height : 100% ;
205
- pointer-events : none ;
206
218
}
207
219
208
220
#cvat_canvas_background {
@@ -211,7 +223,7 @@ polyline.cvat_canvas_shape_splitting {
211
223
background-repeat : no-repeat ;
212
224
width : 100% ;
213
225
height : 100% ;
214
- box-shadow : 2px 2px 5px 0 px rgba (0 ,0 , 0 , 0.75 );
226
+ box-shadow : 2px 2px 5px 0 rgba (0 , 0 , 0 , 0.75 );
215
227
}
216
228
217
229
#cvat_canvas_bitmap {
@@ -221,7 +233,7 @@ polyline.cvat_canvas_shape_splitting {
221
233
background : black ;
222
234
width : 100% ;
223
235
height : 100% ;
224
- box-shadow : 2px 2px 5px 0 px rgba (0 ,0 , 0 , 0.75 );
236
+ box-shadow : 2px 2px 5px 0 rgba (0 , 0 , 0 , 0.75 );
225
237
}
226
238
227
239
#cvat_canvas_grid {
@@ -230,7 +242,6 @@ polyline.cvat_canvas_shape_splitting {
230
242
pointer-events : none ;
231
243
width : 100% ;
232
244
height : 100% ;
233
- pointer-events : none ;
234
245
}
235
246
236
247
#cvat_canvas_grid_pattern {
@@ -248,7 +259,18 @@ polyline.cvat_canvas_shape_splitting {
248
259
}
249
260
250
261
@keyframes loadingAnimation {
251
- 0% {stroke-dashoffset : 1 ; stroke : #09c ;}
252
- 50% {stroke-dashoffset : 100 ; stroke : #f44 ;}
253
- 100% {stroke-dashoffset : 300 ; stroke : #09c ;}
262
+ 0% {
263
+ stroke-dashoffset : 1 ;
264
+ stroke : #09c ;
265
+ }
266
+
267
+ 50% {
268
+ stroke-dashoffset : 100 ;
269
+ stroke : #f44 ;
270
+ }
271
+
272
+ 100% {
273
+ stroke-dashoffset : 300 ;
274
+ stroke : #09c ;
275
+ }
254
276
}
0 commit comments