Checkpoint refactoring script out of just associated-record, for more general purpose

This commit is contained in:
2023-03-06 09:43:47 -06:00
parent 7e2bcea5de
commit 516f874a56
5 changed files with 156 additions and 346 deletions

View File

@ -339,6 +339,12 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
border-right: 0.0625rem solid rgb(222, 226, 230);
}
.scriptLogsView TD,
.scriptLogsView TH
{
white-space: nowrap;
}
.fieldLabel
{
color: rgb(52, 71, 103);