From 2944a44f82ebc94f5e368690d2ec04ae4cb4c4cd Mon Sep 17 00:00:00 2001 From: OldHawk Date: Thu, 6 Apr 2017 18:01:12 +0800 Subject: [PATCH] add new class when tag is used in current searchTags --- modules/core/client/less/mt.less | 3 +++ modules/torrents/client/views/movie-list.client.view.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/core/client/less/mt.less b/modules/core/client/less/mt.less index 92ca5b1b..80553154 100644 --- a/modules/core/client/less/mt.less +++ b/modules/core/client/less/mt.less @@ -241,4 +241,7 @@ &:active { color: #0366d6; } + &.used { + background-color: #abd5ff !important; + } } diff --git a/modules/torrents/client/views/movie-list.client.view.html b/modules/torrents/client/views/movie-list.client.view.html index 159ddc83..f115d039 100644 --- a/modules/torrents/client/views/movie-list.client.view.html +++ b/modules/torrents/client/views/movie-list.client.view.html @@ -120,7 +120,7 @@ {{ item.torrent_release}} - + {{ 'RESOURCESTAGS.' + vm.getTagTitle(t) + '.' + t | translate}}