mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Merge pull request #1039 from McGiverGim/new_filters_stage2
Add new filters Stage 2
This commit is contained in:
commit
ece187ca31
6 changed files with 413 additions and 144 deletions
|
@ -330,6 +330,13 @@
|
|||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.tab-pid_tuning table .groupSwitchValue {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.tab-pid_tuning table .groupSwitchValue .inputValue {
|
||||
width: 80px;
|
||||
}
|
||||
.tab-pid_tuning table input {
|
||||
display: block;
|
||||
width: calc(100% - 0px);
|
||||
|
@ -340,6 +347,10 @@
|
|||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.tab-pid_tuning table select {
|
||||
text-align-last: right;
|
||||
}
|
||||
|
||||
.tab-pid_tuning .tab_container {
|
||||
float: left;
|
||||
width: 396px;
|
||||
|
@ -440,7 +451,7 @@
|
|||
|
||||
.pid_mode {
|
||||
width: calc(100% - 5px);
|
||||
height: 20px;
|
||||
height: 18px;
|
||||
background-color: #D6D6D6;
|
||||
float: left;
|
||||
margin: 0px;
|
||||
|
@ -448,7 +459,7 @@
|
|||
text-align: left;
|
||||
padding-left: 5px;
|
||||
line-height: 13px;
|
||||
padding-top: 8px;
|
||||
padding-top: 5px;
|
||||
font-size: 12px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
color: #828282;
|
||||
|
@ -461,6 +472,10 @@
|
|||
rgba(255, 255, 255, .2) 100%, transparent);
|
||||
}
|
||||
|
||||
.pid_mode > div:first-child {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.pid_titlebar {
|
||||
color: #fff;
|
||||
background-color: #828885;
|
||||
|
@ -745,6 +760,25 @@ width: 40%;
|
|||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.subtab-filter table tr td:first-child {
|
||||
text-align: right;
|
||||
padding-left: 5px;
|
||||
width: 1%;
|
||||
}
|
||||
.subtab-filter .two_columns {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.subtab-filter .two_columns .two_columns_first {
|
||||
margin-right: 10px;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
.subtab-filter .two_columns .two_columns_second{
|
||||
margin-left: 10px;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
.tab-pid_tuning .tabboarder {
|
||||
background-color: #ffbb00;
|
||||
float: left;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue