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; } }