mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Fix dark mode on ports tab select boxes (#1672)
Fix dark mode on ports tab select boxes
This commit is contained in:
commit
b98775deaf
2 changed files with 2 additions and 9 deletions
|
@ -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 {
|
.tab-ports table td:first-child {
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,6 +54,8 @@
|
||||||
border: 1px solid var(--subtleAccent);
|
border: 1px solid var(--subtleAccent);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
|
background: var(--boxBackground);
|
||||||
|
color: var(--defaultText);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-ports .require-support {
|
.tab-ports .require-support {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue