alert.css
340 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/* this css is for alertView.jsp */
.network {
color: #3a87ad;
}
.business {
color: #b94a48;
}
.exception {
color: #999;
}
.system {
color: #c09853;
}
.thirdParty {
color: #3a985d;
}
.frontEnd {
color: #468847;
}
.zabbix {
color: #4D8C51;
}
.heartbeat {
color: #FFA621;
}
.app {
color: #7890A8;
}
.web {
color: #FFA621;
}