mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 08:15:19 +03:00
Output mapping in mixer tab
This commit is contained in:
parent
83bd7ac67f
commit
b099f68281
5 changed files with 140 additions and 1 deletions
|
@ -40,4 +40,38 @@
|
|||
|
||||
.mixer-table tr:nth-child(even) td {
|
||||
background-color: #ebe7e7;
|
||||
}
|
||||
|
||||
.tab-mixer .rightWrapper {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.output-table {
|
||||
width: 100%;
|
||||
border-spacing: 1px;
|
||||
border-collapse: separate;
|
||||
}
|
||||
|
||||
.output-table th {
|
||||
background-color: #828885;
|
||||
color: #fff;
|
||||
text-align: left;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
.output-table td {
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.output-table td, .output-table th {
|
||||
height: 2.2em;
|
||||
}
|
||||
|
||||
.output-table #output-row td {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.output-table #function-row td {
|
||||
background-color: #ebe7e7;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue