1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2018-06-02 17:38:37 +02:00
parent 83bd7ac67f
commit b099f68281
5 changed files with 140 additions and 1 deletions

View file

@ -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;
}