forked from ddrilling/asb_cloud_front
36 lines
480 B
CSS
36 lines
480 B
CSS
|
.event_message {
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.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,
|
||
|
.event_message_3:hover {
|
||
|
color: #c0c0c0;
|
||
|
background: #505060;
|
||
|
height: 1px;
|
||
|
}
|
||
|
|
||
|
td.ant-table-column-sort {
|
||
|
color: black;
|
||
|
background-color: rgb(221, 247, 221);
|
||
|
}
|