From c046bc1e9d21792cec5c93a1c3145bafa35c030c Mon Sep 17 00:00:00 2001 From: OldHawk Date: Fri, 1 Jun 2018 01:44:16 +0800 Subject: [PATCH] fix(torrents): fixed backdrop picture css --- modules/torrents/client/less/torrents.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/torrents/client/less/torrents.less b/modules/torrents/client/less/torrents.less index ac3d8f64..c3f4ec7f 100644 --- a/modules/torrents/client/less/torrents.less +++ b/modules/torrents/client/less/torrents.less @@ -99,8 +99,9 @@ max-height: 160px; min-height: 160px; cursor: pointer; - opacity: 0.6; + opacity: 0.8; width: auto !important; + transition: opacity 0.2s ease; &:hover { opacity: 1; } @@ -226,7 +227,7 @@ padding: 1px 0; &:hover { &::-webkit-scrollbar-thumb { - background-color: #aaa; + background-color: @brand-primary; } } &::-webkit-scrollbar {