Closed (works as designed)
Project:
Project issue tracking
Version:
6.x-1.x-dev
Component:
Views integration
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2012 at 17:08 UTC
Updated:
17 Apr 2012 at 21:34 UTC
Comments
Comment #1
dwwYes. You can do this completely in CSS, since project_issue is already providing priority-based CSS classes on the
<tr>for the issue view tables. See it in action by inspecting the HTML source for a page like https://drupal.org/project/issues/project_issue and find the classes like "priority-4" or whatever.Enjoy,
-Derek