summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/web/styles/triage_reports.css
blob: 6190fd32c010f6ee993d395ac6588514b4a2160b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.hidden {
  display: none;
}

#triage_form th {
    text-align: left;
}

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

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

#report td {
  padding: 1px 10px 1px 10px;
}

#report-header {
  background: #dddddd;
}