1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00

Merge pull request #378 from skaman82/bat_status_css_cleanup

Removing calibration status animation from setup tab
This commit is contained in:
Albert Kravcov 2016-05-06 23:16:06 +02:00
commit 937f2caafe
2 changed files with 9 additions and 3 deletions

View file

@ -250,4 +250,10 @@
line-height: 13px;
transition: all ease 0.2s;
text-decoration:none;
}
}
.data-loading-setup {
width: 100%;
height: 100%;
}

View file

@ -15,7 +15,7 @@
</div>
<div id="accel_calib_running">
<div class="data-loading">
<div class="data-loading-setup">
<p>Calibrating...</p>
</div>
</div>
@ -26,7 +26,7 @@
</div>
<div id="mag_calib_running">
<div class="data-loading">
<div class="data-loading-setup">
<p>Calibrating...</p>
</div>
</div>