2021-05-27 12:53:42 +05:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2021-06-01 14:32:36 +05:00
|
|
|
.filter-group {
|
|
|
|
margin: 0 0 5px 0;
|
|
|
|
}
|
|
|
|
|
2021-07-22 14:53:30 +05:00
|
|
|
.filter-group-heading {
|
2021-06-01 14:32:36 +05:00
|
|
|
margin: 5px auto;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2021-05-19 16:05:01 +05:00
|
|
|
td.ant-table-column-sort {
|
|
|
|
color: black;
|
|
|
|
background-color: rgb(221, 247, 221);
|
|
|
|
}
|