Opened 6 years ago
Closed 6 years ago
#29953 closed New feature (fixed)
Add CSS class to column headers in tabular inlines
Reported by: | Hidde Bultsma | Owned by: | Hidde Bultsma |
---|---|---|---|
Component: | contrib.admin | Version: | 2.1 |
Severity: | Normal | Keywords: | admin tabular inline |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
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