Make the styling consistent for all pages

This commit is contained in:
2021-08-07 21:43:23 -04:00
parent a458adda33
commit 0036ebe61f
9 changed files with 67 additions and 65 deletions
+1
View File
@@ -84,6 +84,7 @@ class GradeCalc {
label.innerHTML = `${conf.title} ${inputId + 1} Score: `;
let field = document.createElement("input");
field.classList.add(`input`);
field.classList.add(`${conf.name}-score`);
this.fields[sectId][inputId] = field;