betaflight-configurator/tabs/modes.css

53 lines
888 B
CSS
Raw Normal View History

.tab-modes .boxes {
2014-09-20 12:07:00 +00:00
width: 100%;
border-collapse: collapse;
}
.tab-modes .boxes th, .tab-modes .boxes td {
2014-09-20 12:07:00 +00:00
line-height: 22px;
text-align: center;
border: 1px solid #8b8b8b;
}
.tab-modes .boxes .heads {
2014-09-20 12:07:00 +00:00
background-color: #ececec;
}
.tab-modes .boxes .main {
2014-09-20 12:07:00 +00:00
background-color: #ececec;
}
.tab-modes .boxes .name {
2014-09-20 12:07:00 +00:00
text-align: center;
}
.tab-modes .boxes .on {
2014-09-20 12:07:00 +00:00
color: white;
background-color: #0d8b13;
}
.tab-modes .boxes .off {
2014-09-20 12:07:00 +00:00
color: white;
background-color: #be2222;
}
.tab-modes .boxes td input {
2014-09-20 12:07:00 +00:00
position: absolute;
margin-top: -6px;
margin-left: -6px;
}
.tab-modes .boxes .switches:nth-child(odd) {
2014-09-20 12:07:00 +00:00
background-color: #ececec;
}
.tab-modes .boxes .heads th:first-child {
2014-09-20 12:07:00 +00:00
border: 0;
background-color: white;
}
.tab-modes .buttons {
2014-09-20 12:07:00 +00:00
width: calc(100% - 20px);
position: absolute;
bottom: 10px;
}