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:
Joe Tretter
2020-04-27 14:33:37 -05:00
parent e8fa4b7ae6
commit 2afa6ebfe8
2 changed files with 4 additions and 0 deletions

View File

@@ -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;