Mercurial > bugzilla-dashboard
view dashboard.css @ 8:85027feb6b6e
better way of doing css styling via css classes for bug priority, severity, and status.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sun, 07 Mar 2010 23:17:26 -0800 |
parents | d27bd0db6bf1 |
children | a5558c563a51 |
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; } #reports { display: none; } #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; } .status-RESOLVED, .status-VERIFIED { text-decoration: line-through; } .countdown { color: #f0f0f0; }