Fix pool frontend icon rendering and generator UX
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 27s

This commit is contained in:
Codex Bot
2026-03-24 15:00:21 +01:00
parent b8851f18fc
commit bf7226cc2b
4 changed files with 70 additions and 14 deletions

View File

@@ -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,