asb_cloud_front/src/styles/message.css

44 lines
659 B
CSS
Raw Normal View History

/*.ant-table.ant-table-small .ant-table-tbody > tr > td {*/
/* padding: 0;*/
/*}*/
/*.ant-table-tbody > tr > td {*/
/* border-bottom: 0.5px;*/
/*}*/
.event_message > td {
font-size: 14px;
padding: 1px !important;
border-bottom: 1px !important;
}
.event_message_off {
color: #505050;
background: #b5b5b5;
}
.event_message_disabled {
color: #656565;
background: #b5b5b5;
}
.event_message_1 {
color: white;
background: #ff3737;
}
.event_message_2 {
color: black;
background: gold;
}
.event_message_3 {
color: #c0c0c0;
background: #505060;
}
td.ant-table-column-sort {
color: black;
background-color: rgb(221, 247, 221);
}