From 461ed2dd2d24dde8fbb9e1bc6edcd0eb3b3282c7 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Sun, 24 Jun 2018 15:17:34 +0800 Subject: [PATCH] fix(home): fixed new torrent notice badge on menu item css --- modules/core/client/less/mt.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/client/less/mt.less b/modules/core/client/less/mt.less index 3ef4caa3..b312018a 100644 --- a/modules/core/client/less/mt.less +++ b/modules/core/client/less/mt.less @@ -1463,10 +1463,10 @@ body { border-radius: 50%; border: solid 1px #fff; &.new-torrent { - background-color: @brand-info; + background-color: @brand-info !important; } &.opened-tickets { - background-color: @brand-danger !important; + background-color: @brand-danger; } }