mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 15:54:09 +02:00
Initial implementation of BitNode-8: Ghost of Wall Street. Added TextFile.js to git. Added design for company management
This commit is contained in:
+16
-7
@@ -596,21 +596,25 @@ div.faction-clear {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.stock-market-qty-input {
|
||||
.stock-market-input {
|
||||
display: inline-block;
|
||||
padding: 4px;
|
||||
margin: 2px;
|
||||
background-color: black;
|
||||
border: 1px solid white;
|
||||
color: var(--my-font-color);
|
||||
padding: 4px;
|
||||
margin: 4px;
|
||||
background-color:black;
|
||||
}
|
||||
|
||||
.stock-market-position-text {
|
||||
color:white;
|
||||
white-space: pre;
|
||||
display:block;
|
||||
}
|
||||
|
||||
.stock-market-buy-sell-button {
|
||||
color: #aaa;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
padding: 2px;
|
||||
margin: 6px;
|
||||
border: 1px solid white;
|
||||
}
|
||||
|
||||
.stock-market-buy-sell-button:hover,
|
||||
@@ -620,6 +624,11 @@ div.faction-clear {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.stock-market-order-list {
|
||||
overflow-y:auto;
|
||||
max-height: 100px;
|
||||
}
|
||||
|
||||
/* Gang */
|
||||
#gang-container {
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user