1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00

Fix dark mode on ports tab select boxes (#1672)

Fix dark mode on ports tab select boxes
This commit is contained in:
Michael Keller 2019-09-20 07:52:44 +12:00 committed by GitHub
commit b98775deaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {