mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-18 05:28:16 -06:00
Append asterisk to required form field labels
This commit is contained in:
parent
d61414a026
commit
b84d023838
@ -3,3 +3,16 @@ form.object-edit {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Set bond font & append an asterisk to labels for required fields
|
||||||
|
.col-form-label.required {
|
||||||
|
font-weight: bold;
|
||||||
|
&:after {
|
||||||
|
position: absolute;
|
||||||
|
display: inline-block;
|
||||||
|
margin-left: 0;
|
||||||
|
font-family: 'Material Design Icons';
|
||||||
|
font-size: 8px;
|
||||||
|
content: '\f06C4';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user