added style for required form fields
This commit is contained in:
parent
2fc5c1520c
commit
5064c1ff73
@ -2,6 +2,7 @@ nav {
|
||||
a {
|
||||
--pico-text-decoration: none;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
@ -74,4 +75,9 @@ table.dataTable td.action {
|
||||
|
||||
svg {
|
||||
height: 1.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.required:after {
|
||||
content: " *";
|
||||
color: #cf0000;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user