mirror of
https://github.com/Hopiu/django.git
synced 2026-05-04 21:54:48 +00:00
Fixed #25967 -- Indicated required fields in admin.TabularInline headers.
This commit is contained in:
parent
24a190d53c
commit
0d855990f7
1 changed files with 4 additions and 0 deletions
|
|
@ -272,6 +272,10 @@ tfoot td {
|
|||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
thead th.required {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
tr.alt {
|
||||
background: #f6f6f6;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue