11 lines
172 B
CSS
11 lines
172 B
CSS
|
.botButtonActiveStyle{
|
||
|
background-color: green;
|
||
|
}
|
||
|
|
||
|
.botButtonInactiveStyle{
|
||
|
background-color: #dbdad9;
|
||
|
}
|
||
|
|
||
|
.botButtonBuyActionStyle{
|
||
|
background-color: yellow;
|
||
|
}
|