Spaces:
Running
Running
Make presence markers visible.
Browse files
lynxkite-app/web/src/index.css
CHANGED
@@ -534,3 +534,25 @@ body {
|
|
534 |
.add-relationship-button:hover {
|
535 |
background-color: #218838;
|
536 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
534 |
.add-relationship-button:hover {
|
535 |
background-color: #218838;
|
536 |
}
|
537 |
+
|
538 |
+
.yRemoteSelection {
|
539 |
+
background-color: rgb(250, 129, 0, 0.5);
|
540 |
+
}
|
541 |
+
|
542 |
+
.yRemoteSelectionHead {
|
543 |
+
position: absolute;
|
544 |
+
border-left: #ff8800 solid 2px;
|
545 |
+
border-top: #ff8800 solid 2px;
|
546 |
+
border-bottom: #ff8800 solid 2px;
|
547 |
+
height: 100%;
|
548 |
+
box-sizing: border-box;
|
549 |
+
}
|
550 |
+
|
551 |
+
.yRemoteSelectionHead::after {
|
552 |
+
position: absolute;
|
553 |
+
content: " ";
|
554 |
+
border: 3px solid #ff8800;
|
555 |
+
border-radius: 4px;
|
556 |
+
left: -4px;
|
557 |
+
top: -5px;
|
558 |
+
}
|