Bug 24090: Subfield text in red when mandatory in record edition

In biblio or autority record edition, color subfield text in red when mandatory.
Like patron fields in patron edition form.

Test plan :
1) Edit a biblio record
2) See that mandatory subield text is red (#C00)
3) Same in autority record edition

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Fridolin Somers 2019-11-22 15:04:34 +01:00 committed by Martin Renvoize
parent c926c934ad
commit ed6fdb916c
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -91,6 +91,10 @@ a.tagnum {
text-align:right;
}
.subfield.subfield_mandatory {
color: #C00;
}
.subfieldcode {
display: block;
float: left;