Commit fa9b1247 authored by wangqinghua's avatar wangqinghua

update

parent ba36f86c
...@@ -195,3 +195,25 @@ ...@@ -195,3 +195,25 @@
padding: 2px 5px; padding: 2px 5px;
cursor: pointer; cursor: pointer;
} }
.node-infobox {
font-size: 12px;
width: 130px;
border: 1px solid #dddddd;
text-align: left;
position: absolute;
background-color: #ffffff;
padding: 6px;
box-shadow: 2px 2px 2px #888888, -1px -1px 2px #888888, 1px -1px 2px #888888, 1px 2px 2px #888888;
z-index: 999;
opacity: 0.8;
}
.node-infobox span {
display: block;
margin-bottom: 4px;
}
.node-infobox span label {
margin-right: 4px;
font-size: 12px;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment