mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 23:38:35 +02:00
v0.32.0 - Added BitNode-8: Ghost of Wall Street
This commit is contained in:
@@ -607,21 +607,7 @@ div.faction-clear {
|
||||
|
||||
.stock-market-position-text {
|
||||
color:white;
|
||||
white-space: pre;
|
||||
display:block;
|
||||
}
|
||||
|
||||
.stock-market-buy-sell-button {
|
||||
color: #aaa;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.stock-market-buy-sell-button:hover,
|
||||
.stock-market-buy-sell-button:focus {
|
||||
color: var(--my-font-color);
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
.stock-market-order-list {
|
||||
@@ -629,6 +615,14 @@ div.faction-clear {
|
||||
max-height: 100px;
|
||||
}
|
||||
|
||||
.stock-market-order-cancel-btn {
|
||||
background-color: black;
|
||||
border: 1px solid white;
|
||||
color: var(--my-font-color);
|
||||
margin: 2px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
/* Gang */
|
||||
#gang-container {
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user