2021-05-27 12:53:42 +05:00
|
|
|
/*.ant-table.ant-table-small .ant-table-tbody > tr > td {*/
|
|
|
|
/* padding: 0;*/
|
|
|
|
/*}*/
|
|
|
|
|
|
|
|
/*.ant-table-tbody > tr > td {*/
|
|
|
|
/* border-bottom: 0.5px;*/
|
|
|
|
/*}*/
|
|
|
|
|
|
|
|
.event_message > td {
|
2021-05-19 16:05:01 +05:00
|
|
|
font-size: 14px;
|
2021-05-27 12:53:42 +05:00
|
|
|
padding: 1px !important;
|
|
|
|
border-bottom: 1px !important;
|
2021-05-19 16:05:01 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2021-05-27 12:53:42 +05:00
|
|
|
.event_message_3 {
|
2021-05-19 16:05:01 +05:00
|
|
|
color: #c0c0c0;
|
|
|
|
background: #505060;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.ant-table-column-sort {
|
|
|
|
color: black;
|
|
|
|
background-color: rgb(221, 247, 221);
|
|
|
|
}
|