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

@@ -1,5 +1,6 @@
div.menuBar { div.menuBar {
-moz-border-radius-bottomright:20px; -moz-border-radius-bottomright:20px;
-webkit-border-bottom-right-radius: 20px;
position:fixed; position:fixed;
top:0px; top:0px;
left:150px; left:150px;

View File

@@ -4,6 +4,7 @@ span.collapsedNode {
-moz-border-radius-bottomright:10px; -moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px; -moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px; -moz-border-radius-topright:10px;
-webkit-border-radius: 10px;
background:#a41e2a; background:#a41e2a;
font-size:13px; font-size:13px;
padding:10px; padding:10px;
@@ -20,6 +21,7 @@ span.node {
-moz-border-radius-bottomright:10px; -moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px; -moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px; -moz-border-radius-topright:10px;
-webkit-border-radius: 10px;
background:#a41e2a; background:#a41e2a;
font-size:13px; font-size:13px;
padding:10px; padding:10px;
@@ -35,6 +37,7 @@ span.node {
span.boxToolbar { span.boxToolbar {
-moz-border-radius-topleft:5px; -moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px; -moz-border-radius-topright:5px;
-webkit-border-top-left-radius: 5px;
background:#BEF76D; background:#BEF76D;
color:#000000; color:#000000;
min-width:120; min-width:120;