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:
commit
937f2caafe
2 changed files with 9 additions and 3 deletions
|
@ -250,4 +250,10 @@
|
|||
line-height: 13px;
|
||||
transition: all ease 0.2s;
|
||||
text-decoration:none;
|
||||
}
|
||||
}
|
||||
|
||||
.data-loading-setup {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue