Skip to content

Commit 95526f8

Browse files
committed
Added remote cursor markers
Signed-off-by: Dimitris Kolovos <dimitris.kolovos@york.ac.uk>
1 parent b5658f8 commit 95526f8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

mkdocs/docs/playground/css/custom.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,4 +312,24 @@ body {
312312

313313
#preloader-message {
314314
padding: 10px;
315+
}
316+
317+
.yRemoteSelection {
318+
background-color: rgb(250, 129, 0, .5)
319+
}
320+
.yRemoteSelectionHead {
321+
position: absolute;
322+
border-left: orange solid 2px;
323+
border-top: orange solid 2px;
324+
border-bottom: orange solid 2px;
325+
height: 100%;
326+
box-sizing: border-box;
327+
}
328+
.yRemoteSelectionHead::after {
329+
position: absolute;
330+
content: ' ';
331+
border: 3px solid orange;
332+
border-radius: 4px;
333+
left: -4px;
334+
top: -5px;
315335
}

0 commit comments

Comments
 (0)