Files
webthink/node.css

58 lines
1.1 KiB
CSS
Raw Permalink Normal View History

2017-02-07 20:13:14 +00:00
span.collapsedNode {
border: 2px #F7D56D solid;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-webkit-border-radius: 10px;
2017-02-07 20:13:14 +00:00
background:#a41e2a;
font-size:13px;
padding:10px;
position:absolute;
left:100px;
top:100px;
min-width:50px;
display:block;
z-index:50;
cursor:move;
}
span.node {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-webkit-border-radius: 10px;
2017-02-07 20:13:14 +00:00
background:#a41e2a;
font-size:13px;
padding:10px;
position:absolute;
left:100px;
top:100px;
min-width:50px;
display:block;
z-index:50;
cursor:move;
}
span.boxToolbar {
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius: 5px;
2017-02-07 20:13:14 +00:00
background:#BEF76D;
color:#000000;
min-width:120;
position:absolute;
z-index:50;
opacity:0.7;
cursor:pointer;
}
span.boxText {
white-space:pre;
width:100%;
background:#eeeeee;
}
span.iconContainer {
cursor:default;
}