- Implement price change
- Remember the last selected Symbol
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user