summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-05-12 15:42:36 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-05-12 15:42:36 -0400
commitb474c47a08813eef41db7f558f2efa33f6165d81 (patch)
treedd64edbc7fa7f15f7cd7167da0c04d194721eeea /src/SMAPI.Web/wwwroot
parent28880395c73ce942a05c9a55ce8b379dc8bfee22 (diff)
downloadSMAPI-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.css6
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;
}