added style for required form fields

This commit is contained in:
eclipse 2025-05-05 19:17:12 +02:00
parent 2fc5c1520c
commit 5064c1ff73

View File

@ -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;
}