diff --git a/css/style.css b/css/style.css index 79448cd7..6fa970f8 100644 --- a/css/style.css +++ b/css/style.css @@ -270,6 +270,14 @@ select.instance-select { transform: translate3d(0,0,0); filter: url("#glowFilter"); } + +.note { +stroke-opacity: 0; +stroke-width: 150; +stroke: black; +} + + .extraselectednote { fill: red; } @@ -367,6 +375,11 @@ select.instance-select { visibility: hidden } +.none { + display: none; +} + + .svg_container { display: flex; @@ -374,3 +387,19 @@ select.instance-select { height: auto } +.layer { + border-style: solid; + border-width: 2px; +} + +.view { + border-style: dashed; + border-width: 1px; +} + +.main_buttons { +position:fixed; +bottom:0; +z-index:2; +} + diff --git a/index.html b/index.html index 55349c88..c6c698fd 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,8 @@ + + @@ -60,14 +62,15 @@ -