summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/web/styles/reports.css
blob: 260a9547133f5b5b9416dd736b25af9016eb120e (plain)
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
.hidden {
  display: none;
}

#product, #component {
    width: 20em;
}

#report tr.bugitem:hover {
  background: #ccccff;
}

#report td, #report th {
  padding: 3px 10px 3px 3px;
}

#report th {
    text-align: left;
}

#report-header {
  background: #dddddd;
}

.report_row_odd {
    background-color: #F7F7F7;
    color: #000000;
}

.report_row_even {
    background-color: #FFFFFF;
    color: #000000;
}

#report tr:hover {
    background-color: #ccccff;
}