Mercurial > bugzilla-dashboard
view dashboard.css @ 4:11d242c482ca
removed link from bug summary and applied it to the entire bug row.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sun, 07 Mar 2010 15:11:15 -0800 |
parents | 5eb1d8b6f017 |
children | cc7d72e1ac2e |
line wrap: on
line source
body { font-family: Helvetica Neue, Arial, sans-serif; font-size: 9pt; background: white; } a { color: black; text-decoration: none; } a:hover { background: yellow; } #fixed-bugs a { text-decoration: line-through; } #templates { display: none; } /* Rule to fix quirks-mode inheritance behavior */ table, caption { font-size: inherit; font-weight: inherit; font-style: inherit; font-variant: inherit; } table { width: 40em; border-collapse: collapse; } tr { border-bottom: 1px black dotted; } th { text-align: left; } tr.bug-row { cursor: pointer; } tr.bug-row:hover { background: #f0f0f0; } th, td { padding: 0.5em; } .P1.critical, .P1.blocker { color: red; }