mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
status bar UI (alpha version)
This commit is contained in:
parent
78efe0df5b
commit
de13f77135
2 changed files with 17 additions and 0 deletions
|
@ -353,6 +353,20 @@ a:hover {
|
|||
width: 880px;
|
||||
height: 250px;
|
||||
}
|
||||
#status-bar {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
width: 940px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
|
||||
padding: 0 10px 0 10px;
|
||||
|
||||
border-top: 1px solid #7d7d79;
|
||||
background-color: #bfbeb5;
|
||||
}
|
||||
|
||||
/* Flotr related styles */
|
||||
.flotr-legend {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue