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