darthsandmann c9f3117da1 Sammlung
2016-10-16 21:53:15 +02:00

14 lines
220 B
CSS

.botButtonActiveStyle{
height: 50px;
background-color: green;
}
.botButtonInactiveStyle{
height: 50px;
background-color: #dbdad9;
}
.botButtonBuyActionStyle{
height: 50px;
background-color: yellow;
}