mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
v0.28.0 Changed - Integrate ACE editor
This commit is contained in:
+7
-14
@@ -29,6 +29,7 @@
|
||||
padding: 2px;
|
||||
margin: 6px;
|
||||
border: 1px solid white;
|
||||
background-color:black;
|
||||
}
|
||||
|
||||
.popup-box-button:hover,
|
||||
@@ -43,6 +44,12 @@
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#yes-no-text-input-box-input {
|
||||
color: var(--my-font-color);
|
||||
border: 1px solid white;
|
||||
background-color:black;
|
||||
}
|
||||
|
||||
.dialog-box-container,
|
||||
#log-box-container {
|
||||
display: block;
|
||||
@@ -94,20 +101,6 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Purchase server box */
|
||||
#purchase-server-box-container {
|
||||
transition: opacity 400ms ease-in;
|
||||
}
|
||||
|
||||
#purchase-server-box-input {
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* Purchase Augmentation Box */
|
||||
#purchase-augmentation-box-container {
|
||||
transition: opacity 400ms ease-in;
|
||||
}
|
||||
|
||||
/* Faction invitation box */
|
||||
#faction-invitation-box-container {
|
||||
transition: opacity 400ms ease-in;
|
||||
|
||||
Reference in New Issue
Block a user