Fix pool frontend icon rendering and generator UX
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 27s
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 27s
This commit is contained in:
@@ -538,6 +538,22 @@ input[type="password"] {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
select.form-control,
|
||||
#newLang,
|
||||
#mNewLang,
|
||||
#gMiningPort {
|
||||
color: var(--text-main);
|
||||
background-color: rgba(12, 24, 36, 0.96);
|
||||
}
|
||||
|
||||
select option,
|
||||
#newLang option,
|
||||
#mNewLang option,
|
||||
#gMiningPort option {
|
||||
color: #071117;
|
||||
background: #effaf8;
|
||||
}
|
||||
|
||||
.form-control:focus,
|
||||
input:focus,
|
||||
select:focus,
|
||||
|
||||
Reference in New Issue
Block a user