mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
UI polish
This commit is contained in:
parent
608a7f7916
commit
07e72f230c
4 changed files with 25 additions and 34 deletions
|
@ -128,6 +128,8 @@ a:hover {
|
|||
margin-top: 1px;
|
||||
|
||||
z-index: 10;
|
||||
|
||||
font-weight: bold;
|
||||
}
|
||||
#tabs li {
|
||||
float: left;
|
||||
|
|
|
@ -66,25 +66,17 @@
|
|||
|
||||
margin-top: 10px;
|
||||
|
||||
width: 120px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
|
||||
padding: 0 15px 0 15px;
|
||||
|
||||
font-size: 14px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
|
||||
border: 1px solid silver;
|
||||
|
||||
background-color: #6f1515;
|
||||
background-color: #ececec;
|
||||
}
|
||||
.tab-auxiliary_configuration .update:hover {
|
||||
cursor: default;
|
||||
}
|
||||
.tab-auxiliary_configuration .update.active {
|
||||
background-color: #0fab16;
|
||||
}
|
||||
.tab-auxiliary_configuration .update.active:hover {
|
||||
cursor: pointer;
|
||||
background-color: #13d81d;
|
||||
background-color: #dedcdc;
|
||||
}
|
|
@ -9,33 +9,32 @@
|
|||
|
||||
float: left;
|
||||
|
||||
width: 160px;
|
||||
width: 170px;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
|
||||
text-align: center;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
|
||||
border: 1px solid #c0c0c0;
|
||||
background-color: #5569d0;
|
||||
border: 1px solid silver;
|
||||
background-color: #ececec;
|
||||
}
|
||||
.tab-initial_setup .section a:hover {
|
||||
background-color: #424d84;
|
||||
background-color: #dedcdc;
|
||||
}
|
||||
.tab-initial_setup .section a.calibrating {
|
||||
background-color: #4f4f4f;
|
||||
background-color: #c1c1c1;
|
||||
}
|
||||
.tab-initial_setup .section a.calibrating:hover {
|
||||
cursor: default;
|
||||
background-color: #4f4f4f;
|
||||
background-color: #c1c1c1;
|
||||
}
|
||||
|
||||
.tab-initial_setup .section a.backup {
|
||||
width: 75px;
|
||||
width: 80px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.tab-initial_setup .section a.restore {
|
||||
width: 75px;
|
||||
width: 80px;
|
||||
}
|
||||
.tab-initial_setup .section p {
|
||||
margin-left: 180px;
|
||||
|
|
|
@ -105,19 +105,17 @@
|
|||
|
||||
margin-top: 10px;
|
||||
|
||||
width: 120px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
|
||||
padding: 0 15px 0 15px;
|
||||
|
||||
font-size: 14px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
|
||||
border: 1px solid silver;
|
||||
|
||||
background-color: #0fab16;
|
||||
background-color: #ececec;
|
||||
}
|
||||
.tab-servos .update:hover {
|
||||
cursor: pointer;
|
||||
background-color: #13d81d;
|
||||
background-color: #dedcdc;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue