Fix darkmode on ports tab select boxes
parent
0648e5d927
commit
24a72e045a
|
@ -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…
Reference in New Issue