- Implement price change

- Remember the last selected Symbol
This commit is contained in:
Joe Tretter
2020-09-24 20:01:33 -05:00
parent 1fdf705eb5
commit 7c4683442d
4 changed files with 48 additions and 3 deletions

View File

@@ -82,6 +82,14 @@ body {
background-color: #cccccc;
}
#frmChangePrice {
position: absolute;
width: 200px;
background-color: #FF0000;
border-radius: 4px;
padding: 10px;
}
#frmOrder {
background-color:#ccff00;
position:fixed;