Page MenuHomePhabricator

Add/Update bug styles
Closed, ResolvedPublic

Description

Bugs in lists should be styled based on severity. I would recommend using the following CSS.

.bz_enhancement {

color:#106581;

}
.bz_minor {

color:#d35200;

}
.bz_major {

color:#d30000;

}


Version: unspecified
Severity: enhancement

Details

Reference
bz22232

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:53 PM
bzimport set Reference to bz22232.

Enhancement and major are as above, minor is as below :P

.bz_minor {
color: #690;
}

And then in the SVN is

.bz_minor {

color:#669900;

}

  • Bug 23232 has been marked as a duplicate of this bug. ***

.bz_blocker {

colour ;
font-weight:bold;

}

Moving blocker from seperate bug

r72151

Ryan can you sync out please?