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