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 {