diff options
Diffstat (limited to 'GradeBook.css')
-rw-r--r-- | GradeBook.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/GradeBook.css b/GradeBook.css index 7a10fde..72e0677 100644 --- a/GradeBook.css +++ b/GradeBook.css @@ -116,6 +116,10 @@ div.gradestable th.FinalExam { font-weight: bold; } +div.gradestable th.unset { + background-color: #666666; + font-weight: bold; +} div.errormsg { /*border-bottom: 2px solid black;*/ |