Updated missing shiny app styles and form-control font size

This commit is contained in:
2026-03-05 09:26:57 +00:00
parent 5f1c9a5b6a
commit 9828fca49d
2 changed files with 76 additions and 1 deletions

View File

@@ -441,6 +441,10 @@ a:focus {
text-decoration: underline;
}
.form-control {
font-size: 12pt;
}
.form-group.has-success label {
color: #008549;
}