mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 15:54:09 +02:00
Updated Stock market UI for new stock Max Shares restriction. Added Netscript function for getting a stock's max shares
This commit is contained in:
Vendored
+4
-4
@@ -1222,7 +1222,8 @@ button {
|
||||
display: inline;
|
||||
width: 25%; }
|
||||
|
||||
/* Stock market */
|
||||
/* COLORS */
|
||||
/* Attributes */
|
||||
#stock-market-container {
|
||||
position: fixed;
|
||||
padding: 6px; }
|
||||
@@ -1235,13 +1236,12 @@ button {
|
||||
margin-left: 10px;
|
||||
display: block; }
|
||||
|
||||
/* Change font size of Stock TIcker headers */
|
||||
#stock-market-list li button {
|
||||
font-size: 16px; }
|
||||
|
||||
#stock-market-container p {
|
||||
padding: 10px;
|
||||
margin: 10px;
|
||||
padding: 6px;
|
||||
margin: 6px;
|
||||
width: 70%; }
|
||||
|
||||
#stock-market-container a {
|
||||
|
||||
Reference in New Issue
Block a user