diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-12 15:42:36 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-12 15:42:36 -0400 |
commit | b474c47a08813eef41db7f558f2efa33f6165d81 (patch) | |
tree | dd64edbc7fa7f15f7cd7167da0c04d194721eeea /src/SMAPI.Web/wwwroot | |
parent | 28880395c73ce942a05c9a55ce8b379dc8bfee22 (diff) | |
download | SMAPI-b474c47a08813eef41db7f558f2efa33f6165d81.tar.gz SMAPI-b474c47a08813eef41db7f558f2efa33f6165d81.tar.bz2 SMAPI-b474c47a08813eef41db7f558f2efa33f6165d81.zip |
update log parser for the internal 'critical' log level
Diffstat (limited to 'src/SMAPI.Web/wwwroot')
-rw-r--r-- | src/SMAPI.Web/wwwroot/Content/css/log-parser.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css index 789274e2..25e874ac 100644 --- a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css +++ b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css @@ -200,6 +200,12 @@ table#metadata, table#mods { color: #f00; } +#log .critical { + background-color: #c00; + color: #fff; + font-weight: bold; +} + #log { border-spacing: 0; } |