forked from ddrilling/asb_cloud_front
31 lines
418 B
CSS
Executable File
31 lines
418 B
CSS
Executable File
.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;
|
|
}
|