mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +01:00
bladeburner textbox now match style.
This commit is contained in:
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",
|
||||
|
Loading…
Reference in New Issue
Block a user