diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-01 23:36:53 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-01 23:36:53 -0500 |
commit | 188cd2403df315087ac646e04ba7d10449b7f709 (patch) | |
tree | a439f064578d9d4cad948a2fe388a490ede14210 /src/SMAPI.Web/wwwroot/Content/css | |
parent | 01131cb50e36cb6884a43a5a32ec4fff69a92085 (diff) | |
download | SMAPI-188cd2403df315087ac646e04ba7d10449b7f709.tar.gz SMAPI-188cd2403df315087ac646e04ba7d10449b7f709.tar.bz2 SMAPI-188cd2403df315087ac646e04ba7d10449b7f709.zip |
rename log parser tabs ID
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content/css')
-rw-r--r-- | src/SMAPI.Web/wwwroot/Content/css/log-parser.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css index 975e9c2e..9affa79e 100644 --- a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css +++ b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css @@ -124,7 +124,7 @@ input[type="button"] { color: green; } -#tabs { +#filters { border-bottom: 0; display: block; margin: 0; @@ -132,7 +132,7 @@ input[type="button"] { background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%); } -#tabs li { +#filters li { margin: 5px 1px 0 0; height: 25px; display: inline-block; @@ -152,24 +152,24 @@ input[type="button"] { box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, .2); } -#tabs li:hover { +#filters li:hover { background-color: #fee; } -#tabs li:first-child { +#filters li:first-child { margin-left: 5px; } -#tabs li.active { +#filters li.active { background: #cfc; border-color: #008800; } -#tabs li.active:hover { +#filters li.active:hover { background: #efe; } -#tabs li.notice { +#filters li.notice { color: #000000; background: transparent; border: 0; |