bladeburner textbox now match style.

This commit is contained in:
Olivier Gagnon 2021-03-12 14:38:49 -05:00
parent c76110b575
commit def3846b72

@ -2638,7 +2638,7 @@ Bladeburner.prototype.updateOperationsUIElement = function(el, action) {
});
var input = createElement("input", {
type:"number", placeholder: "Team Members"
type:"number", placeholder: "Team size", class: "text-input",
});
var setBtn = createElement("a", {
innerText:"Confirm", class:"a-link-button",
@ -2794,7 +2794,7 @@ Bladeburner.prototype.updateBlackOpsUIElement = function(el, action) {
});
var input = createElement("input", {
type:"number", placeholder: "Team Members"
type:"number", placeholder: "Team size", class: "text-input",
});
var setBtn = createElement("a", {
innerText:"Confirm", class:"a-link-button",