v0.32.0 - Added BitNode-8: Ghost of Wall Street

This commit is contained in:
danielyxie
2017-10-25 14:47:47 -05:00
parent 4ccad83e5e
commit 4dc87af132
20 changed files with 1132 additions and 464 deletions

View File

@@ -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;