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;
|
margin-top: 1px;
|
||||||
|
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
#tabs li {
|
#tabs li {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
|
@ -66,25 +66,17 @@
|
||||||
|
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|
||||||
width: 120px;
|
height: 28px;
|
||||||
height: 30px;
|
line-height: 28px;
|
||||||
line-height: 30px;
|
|
||||||
|
padding: 0 15px 0 15px;
|
||||||
|
|
||||||
font-size: 14px;
|
|
||||||
color: white;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
|
background-color: #ececec;
|
||||||
background-color: #6f1515;
|
|
||||||
}
|
}
|
||||||
.tab-auxiliary_configuration .update:hover {
|
.tab-auxiliary_configuration .update:hover {
|
||||||
cursor: default;
|
background-color: #dedcdc;
|
||||||
}
|
|
||||||
.tab-auxiliary_configuration .update.active {
|
|
||||||
background-color: #0fab16;
|
|
||||||
}
|
|
||||||
.tab-auxiliary_configuration .update.active:hover {
|
|
||||||
cursor: pointer;
|
|
||||||
background-color: #13d81d;
|
|
||||||
}
|
}
|
|
@ -9,33 +9,32 @@
|
||||||
|
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
width: 160px;
|
width: 170px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: white;
|
font-weight: bold;
|
||||||
|
|
||||||
border: 1px solid #c0c0c0;
|
border: 1px solid silver;
|
||||||
background-color: #5569d0;
|
background-color: #ececec;
|
||||||
}
|
}
|
||||||
.tab-initial_setup .section a:hover {
|
.tab-initial_setup .section a:hover {
|
||||||
background-color: #424d84;
|
background-color: #dedcdc;
|
||||||
}
|
}
|
||||||
.tab-initial_setup .section a.calibrating {
|
.tab-initial_setup .section a.calibrating {
|
||||||
background-color: #4f4f4f;
|
background-color: #c1c1c1;
|
||||||
}
|
}
|
||||||
.tab-initial_setup .section a.calibrating:hover {
|
.tab-initial_setup .section a.calibrating:hover {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
background-color: #4f4f4f;
|
background-color: #c1c1c1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-initial_setup .section a.backup {
|
.tab-initial_setup .section a.backup {
|
||||||
width: 75px;
|
width: 80px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
.tab-initial_setup .section a.restore {
|
.tab-initial_setup .section a.restore {
|
||||||
width: 75px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
.tab-initial_setup .section p {
|
.tab-initial_setup .section p {
|
||||||
margin-left: 180px;
|
margin-left: 180px;
|
||||||
|
|
|
@ -105,19 +105,17 @@
|
||||||
|
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|
||||||
width: 120px;
|
height: 28px;
|
||||||
height: 30px;
|
line-height: 28px;
|
||||||
line-height: 30px;
|
|
||||||
|
padding: 0 15px 0 15px;
|
||||||
|
|
||||||
font-size: 14px;
|
|
||||||
color: white;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
|
background-color: #ececec;
|
||||||
background-color: #0fab16;
|
|
||||||
}
|
}
|
||||||
.tab-servos .update:hover {
|
.tab-servos .update:hover {
|
||||||
cursor: pointer;
|
background-color: #dedcdc;
|
||||||
background-color: #13d81d;
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue