1/* $Id: dblog.css,v 1.1 2009/02/28 23:33:58 jwolf Exp $ */
2
3tr.selected a,
4#admin-dblog tbody a,
5table.system-status-report a,
6table.update a,
7.update table.version a {
8  color: #0D57A3;
9  text-decoration: none;
10}
11
12tr.selected a:hover,
13#admin-dblog tbody a:hover,
14table.system-status-report a:hover,
15table.update a:hover,
16.update table.version a:hover {
17  text-decoration: underline;
18}
19
20table.system-status-report th {
21  border-bottom: 1px solid #000;
22}
23
24tr.info {
25  background: #4D4D4D;
26}
27
28tr.ok.even,
29tr.ok.odd {
30  background: #C2F5C2;
31  color: #000;
32}
33
34tr.dblog-notice {
35  background: #E4EEF8;
36  color: #000;
37}
38
39tr.warning.even,
40tr.warning.odd,
41tr.dblog-warning.even,
42tr.dblog-warning.odd {
43  background: #FFFFDD;
44  color: #000;
45}
46
47tr.error.even,
48tr.error.odd,
49tr.dblog-error.odd,
50tr.dblog-error.even {
51  background: #FBDBDB;
52  color: #8A1F11;
53}
54