Fix darkmode on ports tab select boxes

10.7.0-preview
IvoFPV 2019-09-18 18:16:57 +02:00
parent 0648e5d927
commit 24a72e045a
2 changed files with 2 additions and 9 deletions

View File

@ -1,12 +1,3 @@
.tab-ports select {
border: 1px solid #00000000;
}
.tab-ports .ports select {
background-color: #3a3a3a;
color: white;
}
.tab-ports table td:first-child {
border-left: none;
}

View File

@ -54,6 +54,8 @@
border: 1px solid var(--subtleAccent);
border-radius: 3px;
margin-right: 3px;
background: var(--boxBackground);
color: var(--defaultText);
}
.tab-ports .require-support {