Update css name
This commit is contained in:
@ -18,12 +18,12 @@
|
|||||||
left: 50px;
|
left: 50px;
|
||||||
top: 40px;
|
top: 40px;
|
||||||
}
|
}
|
||||||
.markup-toolbar {
|
.hotpoint-toolbar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 60px;
|
right: 60px;
|
||||||
top: 10%;
|
top: 10%;
|
||||||
}
|
}
|
||||||
.markup-toolbar-btn {
|
.hotpoint-toolbar-btn {
|
||||||
min-width: 50px;
|
min-width: 50px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -95,9 +95,9 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="viewerContainer">
|
<div id="viewerContainer">
|
||||||
<div id="myCanvas" class="renderer-container"></div>
|
<div id="myCanvas" class="renderer-container"></div>
|
||||||
<div class="markup-toolbar">
|
<div class="hotpoint-toolbar">
|
||||||
<button id="AddHotpoint" class="markup-toolbar-btn">Add hotpoint</button>
|
<button id="AddHotpoint" class="hotpoint-toolbar-btn">Add hotpoint</button>
|
||||||
<button id="ClearHotpoints" class="markup-toolbar-btn" title="Clear all hotpoints">Clear</button>
|
<button id="ClearHotpoints" class="hotpoint-toolbar-btn" title="Clear all hotpoints">Clear</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script type="module">
|
<script type="module">
|
||||||
|
Reference in New Issue
Block a user