tooltip for output fields added

This commit is contained in:
2026-01-01 13:52:51 +10:00
parent 04db81b55a
commit 26bc727758
3 changed files with 110 additions and 15 deletions

View File

@@ -29,6 +29,20 @@ p{
width: 80%;
}
.bad-input-tooltip {
display: block;
background: #ffffff;
color: #721c24;
border: 1px solid #8f0c19;
padding: 4px 8px;
max-width: 220px;
white-space: normal;
}
.bad-input-highlight {
outline: 2px solid #990917;
}
.hidden{
display: none;
}
@@ -37,4 +51,4 @@ body{
gap: 20px;
grid-template-columns: repeat(12,1fr);
grid-template-rows:repeat(6,min-content) ;
}
}