Commit 0d855990 authored by Akshesh's avatar Akshesh Committed by Tim Graham
Browse files

Fixed #25967 -- Indicated required fields in admin.TabularInline headers.

parent 24a190d5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -272,6 +272,10 @@ tfoot td {
    border-top: 1px solid #eee;
}

thead th.required {
    color: #000;
}

tr.alt {
    background: #f6f6f6;
}