mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 01:07:56 +01:00
fix bug where progressguage and thermometer were making print and stop button non-clickable
This commit is contained in:
parent
13b500f267
commit
447b245c5b
@ -81,7 +81,7 @@
|
||||
|
||||
transition: right .40s cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
||||
right: -60%;
|
||||
margin-top: 5%;
|
||||
margin: 5% 0%;
|
||||
}
|
||||
|
||||
#progressbarCanvas {
|
||||
|
@ -464,7 +464,7 @@ img {
|
||||
-webkit-transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
||||
transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
||||
right: -60%;
|
||||
margin-top: 5%;
|
||||
margin: 5% 0%;
|
||||
}
|
||||
|
||||
#progressbarCanvas {
|
||||
|
2
www/css/styles.min.css
vendored
2
www/css/styles.min.css
vendored
File diff suppressed because one or more lines are too long
@ -43,12 +43,12 @@
|
||||
<img class="btnPrint btn clearfix" src="img/buttons/btnPrint.png" />
|
||||
<img class="btnStop btn clearfix disabled" src="img/buttons/btnStop.png" />
|
||||
|
||||
<div class="progressbarCanvasContainerParent clearfix">
|
||||
<div class="progressbarCanvasContainerParent">
|
||||
<div id="progressbarCanvasContainer">
|
||||
<canvas id="progressbarCanvas" width="93" height="82"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
<div class="thermometerContainerParent clearfix">
|
||||
<div class="thermometerContainerParent">
|
||||
<div id="thermometerContainer">
|
||||
<canvas id="thermometerCanvas" width="90" height="120"></canvas>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user