Opened 6 years ago
Closed 6 years ago
#29953 closed New feature (fixed)
Add CSS class to column headers in tabular inlines
Description ¶
Table column headers in tabular inlines don't have a CSS class at the moment, making it impossible to apply field-specific styling to them. Their counterparts in the ModelAdmin
change list do, formatted as column-{{ field_name }}
. I propose that the same class name be used for the column headers in tabular inlines.
Change History (3)
comment:1 by , 6 years ago
Owner: | changed from | to
---|
comment:2 by , 6 years ago
Easy pickings: | unset |
---|---|
Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
PR