update
This commit is contained in:
55
.obsidian/plugins/obsidian-markmind/styles.css
vendored
55
.obsidian/plugins/obsidian-markmind/styles.css
vendored
@@ -2035,4 +2035,57 @@ th {
|
||||
.mm-node-cover:hover {
|
||||
opacity: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
/* 联系线两边的标志 */
|
||||
|
||||
.mm-assist-lineMarker span {
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
.mm-assist-lineMarker>span {
|
||||
width: 30px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mm-assist-lineMarker>span.mm-circle .shape {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
background-color: #817f7f;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.mm-sline .shape {
|
||||
width: 2px;
|
||||
height: 10px;
|
||||
background-color: #817f7f;
|
||||
}
|
||||
span.mm-sline .line {
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.mm-rect .shape {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
background-color: #817f7f;
|
||||
}
|
||||
|
||||
.mm-arrow .shape {
|
||||
width: 0;
|
||||
height: 0;
|
||||
background-color: #817f7f;
|
||||
border-top: 5px solid transparent;
|
||||
border-left: 10px solid #817f7f;
|
||||
border-bottom: 5px solid transparent;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.mm-arrow1 .shape {
|
||||
width: 0;
|
||||
height: 0;
|
||||
background-color: #817f7f;
|
||||
border-top: 5px solid transparent;
|
||||
border-right: 10px solid #817f7f;
|
||||
border-bottom: 5px solid transparent;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user