Fix up the css for chrome -- still many other issue, but at least it's good enough for a quick demo now ;)
This commit is contained in:
3
node.css
3
node.css
@@ -4,6 +4,7 @@ span.collapsedNode {
|
||||
-moz-border-radius-bottomright:10px;
|
||||
-moz-border-radius-topleft:10px;
|
||||
-moz-border-radius-topright:10px;
|
||||
-webkit-border-radius: 10px;
|
||||
background:#a41e2a;
|
||||
font-size:13px;
|
||||
padding:10px;
|
||||
@@ -20,6 +21,7 @@ span.node {
|
||||
-moz-border-radius-bottomright:10px;
|
||||
-moz-border-radius-topleft:10px;
|
||||
-moz-border-radius-topright:10px;
|
||||
-webkit-border-radius: 10px;
|
||||
background:#a41e2a;
|
||||
font-size:13px;
|
||||
padding:10px;
|
||||
@@ -35,6 +37,7 @@ span.node {
|
||||
span.boxToolbar {
|
||||
-moz-border-radius-topleft:5px;
|
||||
-moz-border-radius-topright:5px;
|
||||
-webkit-border-top-left-radius: 5px;
|
||||
background:#BEF76D;
|
||||
color:#000000;
|
||||
min-width:120;
|
||||
|
||||
Reference in New Issue
Block a user