summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot/Content/css
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-04-09 15:44:17 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-04-09 15:44:17 -0400
commit26d29a1070e00b4edeaf3334d4c4d072d52a56ff (patch)
tree8eeac061bc8bcfefc7a954cf84897ca26d5111b2 /src/SMAPI.Web/wwwroot/Content/css
parent650af7ef1ac1957919ab19ec3d06af97792c54f8 (diff)
downloadSMAPI-26d29a1070e00b4edeaf3334d4c4d072d52a56ff.tar.gz
SMAPI-26d29a1070e00b4edeaf3334d4c4d072d52a56ff.tar.bz2
SMAPI-26d29a1070e00b4edeaf3334d4c4d072d52a56ff.zip
minor refactoring
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content/css')
-rw-r--r--src/SMAPI.Web/wwwroot/Content/css/log-parser.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css
index 94bc049b..41b54e11 100644
--- a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css
+++ b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css
@@ -113,7 +113,7 @@ table caption {
}
.table tr {
- background: #eee
+ background: #eee;
}
#mods span.notice {
@@ -148,8 +148,10 @@ table caption {
font-style: italic;
}
-.content-packs--short {
+.table .content-packs-collapsed {
opacity: 0.75;
+ font-size: 0.9em;
+ font-style: italic;
}
#metadata td:first-child {
@@ -157,7 +159,7 @@ table caption {
}
.table tr:nth-child(even) {
- background: #fff
+ background: #fff;
}
#filters {