betaflight-configurator/tabs/modes.css

64 lines
1.2 KiB
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;
2014-03-08 05:25:15 +00:00
2014-09-20 12:07:00 +00:00
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;
2014-03-08 05:25:15 +00:00
2014-09-20 12:07:00 +00:00
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);
2014-09-20 12:07:00 +00:00
position: absolute;
bottom: 10px;
}
.tab-modes .update {
2014-09-20 12:07:00 +00:00
display: block;
float: right;
2014-03-08 05:25:15 +00:00
2014-09-20 12:07:00 +00:00
height: 28px;
line-height: 28px;
2014-03-08 05:25:15 +00:00
2014-09-20 12:07:00 +00:00
padding: 0 15px 0 15px;
2014-03-08 05:25:15 +00:00
2014-09-20 12:07:00 +00:00
text-align: center;
font-weight: bold;
2014-03-08 05:25:15 +00:00
2014-09-20 12:07:00 +00:00
border: 1px solid silver;
background-color: #ececec;
}
.tab-modes .update:hover {
2014-09-20 12:07:00 +00:00
background-color: #dedcdc;
}