From 2afa6ebfe890d13eb91b2ec8960f55e1c92639aa Mon Sep 17 00:00:00 2001 From: Joe Tretter Date: Mon, 27 Apr 2020 14:33:37 -0500 Subject: [PATCH] Fix up the css for chrome -- still many other issue, but at least it's good enough for a quick demo now ;) --- menuBar.css | 1 + node.css | 3 +++ 2 files changed, 4 insertions(+) diff --git a/menuBar.css b/menuBar.css index a451aaf..1fcfdfd 100644 --- a/menuBar.css +++ b/menuBar.css @@ -1,5 +1,6 @@ div.menuBar { -moz-border-radius-bottomright:20px; + -webkit-border-bottom-right-radius: 20px; position:fixed; top:0px; left:150px; diff --git a/node.css b/node.css index 236b9d8..35f4ff2 100644 --- a/node.css +++ b/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;