From 48d25eea726fe05409fa72cac85b6716f98b8a5b Mon Sep 17 00:00:00 2001 From: OldHawk Date: Wed, 25 Oct 2017 09:57:46 +0800 Subject: [PATCH] fix(collections): css lint warning --- modules/collections/client/less/collections.less | 4 +++- modules/collections/client/views/collections.client.view.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/collections/client/less/collections.less b/modules/collections/client/less/collections.less index 3afde62f..89798128 100644 --- a/modules/collections/client/less/collections.less +++ b/modules/collections/client/less/collections.less @@ -95,6 +95,7 @@ left: 0; right: 0; padding: 30px 20px; + background-color: #333; background-color: rgba(0, 0, 0, 0.6); border-radius: 8px; .name { @@ -108,7 +109,7 @@ right: 0; bottom: 30px; - strong { + i { text-shadow: 0 0 0.1em #000,-0 -0 0.1em #000; } } @@ -118,6 +119,7 @@ color: @mt-base-color !important; } .item-info { + background-color: #333; background-color: rgba(0, 0, 0, 0.3); color: #fff; } diff --git a/modules/collections/client/views/collections.client.view.html b/modules/collections/client/views/collections.client.view.html index 33e1b17e..f651491d 100644 --- a/modules/collections/client/views/collections.client.view.html +++ b/modules/collections/client/views/collections.client.view.html @@ -40,7 +40,7 @@ {{'COLLECTIONS.FILES_NUMBERS' | translate}}: {{m.torrents.length}} -
+
{{'COLLECTIONS.VOTE_AVERAGE' | translate}}: {{vm.getVoteAverage(m);}}