From 4effce52850ea98be38660d5336aefe263db9bee Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Mon, 8 Mar 2021 13:55:34 +0100 Subject: [PATCH] Added '+' to positive growth on Dashboard --- ghost/admin/app/styles/layouts/dashboard.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghost/admin/app/styles/layouts/dashboard.css b/ghost/admin/app/styles/layouts/dashboard.css index f90f916f2e..0566832f8f 100644 --- a/ghost/admin/app/styles/layouts/dashboard.css +++ b/ghost/admin/app/styles/layouts/dashboard.css @@ -301,6 +301,10 @@ color: color-mod(var(--green) l(-5%)); } +.gh-dashboard-summary .growth.positive:before { + content: "+"; +} + .gh-dashboard-summary .growth.negative { background: color-mod(var(--yellow) a(20%)); color: color-mod(var(--yellow) l(-8%));