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