add indicator on thickness slider to show the tool affected
This commit is contained in:
@@ -63,7 +63,8 @@
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div style="width: 190px; height: 44px; border: 1px solid green;" class="btn-group">
|
||||
<div style="position:relative; width: 190px; height: 44px; border: 1px solid green;" class="btn-group">
|
||||
<div class="activeToolIcon" style="position:absolute; top:2px; left:2px; font-size: 0.6em;"><i class="fa fa-pencil-alt"></i></div>
|
||||
<img style="position: absolute; left: 11px; top: 16px; height:14px; width:130px;" src="./img/slider-background.svg">
|
||||
<input title="Thickness" id="whiteboardThicknessSlider" style="position: absolute; left:9px; width: 130px; top: 15px;"
|
||||
type="range" min="1" max="50" value="3">
|
||||
|
||||
Reference in New Issue
Block a user