mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-09 18:56:48 +01:00
19 lines
309 B
CSS
19 lines
309 B
CSS
.collaborative-selection-wrapper {
|
|
position: fixed;
|
|
z-index: 1;
|
|
}
|
|
|
|
.collaborative-selection {
|
|
width: 2px;
|
|
background-color: red;
|
|
height: 12pt;
|
|
}
|
|
|
|
.collaborative-selection-tooltip {
|
|
display: none;
|
|
position: relative;
|
|
top: -24pt;
|
|
padding: 0 3px;
|
|
background-color: red;
|
|
}
|