/* edit the server below to your bugzilla server(s) */ 
@-moz-document url-prefix(https://iop3.nokia-boston.com/bugs/), url-prefix(https://xdabug003.ext.nokia.com/bugzilla/) {
/* Copyright 2009 Michael Bierman */ 
/* Numbers bugs in Bugzilla searches */ 
/* Version 2.0 */

table.bz_buglist td.first-child {
color:red !important;
}

table.bz_buglist  { counter-reset: line-number; }
table.bz_buglist td:first-child:before {
content: counter(line-number);
counter-increment: line-number;
padding: 0 0.3em 0 0.3em; 
background: lightgrey !important; 
-moz-border-radius: 5px;
-webkit-border-radius: 3px;
border: 1px solid #000;
width:1em; 
}
}