1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 00:05:22 +03:00

some more css adjustments

This commit is contained in:
skaman82 2015-11-08 18:15:15 +01:00
parent 7203be88fd
commit 11b282fdbf
2 changed files with 16 additions and 2 deletions

View file

@ -19,6 +19,8 @@
.tab-pid_tuning .cf th {
border-right: solid 1px silver;
height:19px;
font-weight:normal;
}
.tab-pid_tuning .cf th:last-child {
@ -165,6 +167,10 @@
border-bottom: 1px solid #ccc;
background-color: #828885;
color: white;
height:19px;
font-weight:normal;
padding: 2px;
padding-left: 6px;
}
.tab-pid_tuning .controller select {
width: 100%;
@ -186,6 +192,11 @@
border-bottom: 1px solid #ccc;
background-color: #828885;
color: white;
height:19px;
font-weight:normal;
padding: 2px;
padding-bottom: 3px;
padding-left: 6px;
}
.tab-pid_tuning .profile select {

View file

@ -1,4 +1,5 @@
.tab-receiver {
font-weight:normal;
}
.tab-receiver .spacer {
@ -171,6 +172,8 @@
background: #828885;
color: white;
border-right: 1px solid silver;
font-weight:normal;
}
@ -233,7 +236,7 @@
padding: 4px;
text-align: left;
padding-left: 6px;
font-weight: bold;
font-weight: normal;
background: #828885;
color: white;
border-top-right-radius: 5px;
@ -265,7 +268,7 @@
padding: 4px;
text-align: left;
padding-left: 6px;
font-weight: bold;
font-weight: normal;
background: #828885;
color: white;
border-top-left-radius: 5px;