Mercurial > bugzilla-dashboard
view dashboard.css @ 7:d27bd0db6bf1
added loading screen, removed duplicate bug listings.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sun, 07 Mar 2010 23:09:11 -0800 |
parents | cc7d72e1ac2e |
children | 85027feb6b6e |
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 .bug-row { text-decoration: line-through; } #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; } .countdown { color: #f0f0f0; }