From cb7cf362fe420671967c70f52cd4b121668d2bdd Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 28 Jul 2020 16:33:12 +0100 Subject: [PATCH] fixed dots having one icon invisible --- public/themes/dots.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/themes/dots.css b/public/themes/dots.css index 82cafdd50..ae1157c6b 100644 --- a/public/themes/dots.css +++ b/public/themes/dots.css @@ -54,7 +54,8 @@ background: #ffd543; } -#menu .icon-button:nth-child(6) { +#menu .icon-button:nth-child(6), +#menu .icon-button:nth-child(7) { background: #ff9349; }