diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-27 09:47:31 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-27 09:47:31 -0400 |
commit | 3e5c109df1f90904c2dcb177e35b35f003e90fd9 (patch) | |
tree | 7c06948b4dd20bacda354e67b81070804eb65ac1 /src/SMAPI.Web/wwwroot/Content/css | |
parent | cf3728562771b20b66c3f9307a72ae3b19b10bdf (diff) | |
download | SMAPI-3e5c109df1f90904c2dcb177e35b35f003e90fd9.tar.gz SMAPI-3e5c109df1f90904c2dcb177e35b35f003e90fd9.tar.bz2 SMAPI-3e5c109df1f90904c2dcb177e35b35f003e90fd9.zip |
add log parser option to view raw log
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content/css')
-rw-r--r-- | src/SMAPI.Web/wwwroot/Content/css/log-parser.css | 4 |
1 files changed, 4 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 09bb97f5..1fcd1bff 100644 --- a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css +++ b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css @@ -79,6 +79,10 @@ table#metadata, table#mods { cursor: pointer; } +#mods.filters-disabled tr { + cursor: default; +} + #metadata tr, #mods tr { background: #eee |