mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
fixing -webkit-inner-spin-button once again (what is chromium doing to that style...)
This commit is contained in:
parent
fee5219a73
commit
b11e4cde6a
3 changed files with 5 additions and 11 deletions
|
@ -28,11 +28,10 @@
|
||||||
.tab-pid_tuning table input {
|
.tab-pid_tuning table input {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
width: calc(100% - 10px);
|
width: 100%;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
|
||||||
padding: 0 5px 0 5px;
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
.tab-pid_tuning .profile {
|
.tab-pid_tuning .profile {
|
||||||
|
@ -55,12 +54,10 @@
|
||||||
.tab-pid_tuning .profile input {
|
.tab-pid_tuning .profile input {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
width: calc(100% - 10px);
|
width: 100%;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
|
||||||
padding: 0 5px 0 5px;
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
.tab-pid_tuning .pid_tuning {
|
.tab-pid_tuning .pid_tuning {
|
||||||
|
|
|
@ -95,11 +95,10 @@
|
||||||
background-color: #ececec;
|
background-color: #ececec;
|
||||||
}
|
}
|
||||||
.tab-receiver .tunings table input {
|
.tab-receiver .tunings table input {
|
||||||
width: 116px;
|
width: 100%;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
line-height: 20px;
|
|
||||||
|
|
||||||
padding: 0 5px 0 5px;
|
line-height: 20px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
.tab-receiver .curves {
|
.tab-receiver .curves {
|
||||||
|
|
|
@ -55,11 +55,9 @@
|
||||||
.tab-servos table input[type="number"] {
|
.tab-servos table input[type="number"] {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
width: calc(100% - 5px);
|
width: 100%;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
||||||
padding-right: 5px;
|
|
||||||
|
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue