From 6ca663dc5173f7d38ed7243a767e70974e61d622 Mon Sep 17 00:00:00 2001 From: Yagami Date: Fri, 16 Nov 2018 15:05:42 +0800 Subject: [PATCH] * Fix bug #2279. --- module/project/css/burn.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/project/css/burn.css b/module/project/css/burn.css index d10b41bca5..d8058b0c4c 100644 --- a/module/project/css/burn.css +++ b/module/project/css/burn.css @@ -4,3 +4,5 @@ #burnLegend {position: absolute; right: 0; width: 80px; height: 60px; top: 50%; margin-top: -30px; line-height: 30px; color: #838A9D; font-size: 12px;} #burnLegend > div {position: relative; padding-left: 30px;} #burnLegend > div > .barline {position: absolute; width: 20px; left: 0; top: 13px; height: 3px; background: #EEEEEE;} +#burnLegend .line-real .bg-primary{background: #1183fb} +