27 lines
425 B
CSS
27 lines
425 B
CSS
.UnwindBg{
|
|
background-color: gray !important;
|
|
}
|
|
|
|
.KnockInBg {
|
|
background-color: #90EE90 !important;
|
|
}
|
|
|
|
.WillKnockInBg {
|
|
background-color: #2E8B57 !important;
|
|
}
|
|
|
|
.WillKnockOutBg {
|
|
background-color: #FF6347 !important;
|
|
}
|
|
|
|
.AlertLineBg {
|
|
background-color: #D66E58 !important;
|
|
}
|
|
|
|
.HasPaidCouponBg {
|
|
background-color: #FFFF80 !important;
|
|
}
|
|
|
|
.WillPayCouponBg {
|
|
background-color: #F59A23 !important;
|
|
} |