diff --git a/src/components/themes/appletv/theme.css b/src/components/themes/appletv/theme.css index ff34435b78..95e1927676 100644 --- a/src/components/themes/appletv/theme.css +++ b/src/components/themes/appletv/theme.css @@ -456,7 +456,3 @@ html { .metadataSidebarIcon { color: #00a4dc } - -.detailPagePrimaryContainer { - background-color: rgba(255, 255, 255, 0.4) -} diff --git a/src/components/themes/blueradiance/theme.css b/src/components/themes/blueradiance/theme.css index e0b5c01f00..b01190d80c 100644 --- a/src/components/themes/blueradiance/theme.css +++ b/src/components/themes/blueradiance/theme.css @@ -464,7 +464,3 @@ html { .metadataSidebarIcon { color: #00a4dc } - -.detailPagePrimaryContainer { - background-color: rgba(0, 0, 0, 0.4) -} diff --git a/src/components/themes/dark/theme.css b/src/components/themes/dark/theme.css index 4694771a54..6d7fcd0c29 100644 --- a/src/components/themes/dark/theme.css +++ b/src/components/themes/dark/theme.css @@ -441,7 +441,3 @@ html { .metadataSidebarIcon { color: #00a4dc } - -.detailPagePrimaryContainer { - background-color: rgba(0, 0, 0, 0.4) -} diff --git a/src/components/themes/emby/theme.css b/src/components/themes/emby/theme.css index fa17998479..5668ee5295 100644 --- a/src/components/themes/emby/theme.css +++ b/src/components/themes/emby/theme.css @@ -441,7 +441,3 @@ html { .metadataSidebarIcon { color: #00a4dc } - -.detailPagePrimaryContainer { - background-color: rgba(0, 0, 0, 0.4) -} diff --git a/src/components/themes/light/theme.css b/src/components/themes/light/theme.css index 8db245894c..53a8b79064 100644 --- a/src/components/themes/light/theme.css +++ b/src/components/themes/light/theme.css @@ -437,7 +437,3 @@ html { .metadataSidebarIcon { color: #00a4dc } - -.detailPagePrimaryContainer { - background-color: rgba(255, 255, 255, 0.4) -} diff --git a/src/components/themes/purple-haze/theme.css b/src/components/themes/purple-haze/theme.css index 11cb044211..f6d59341b9 100644 --- a/src/components/themes/purple-haze/theme.css +++ b/src/components/themes/purple-haze/theme.css @@ -570,10 +570,6 @@ a[data-role=button] { color: #dbe6ff } -.detailPagePrimaryContainer { - background-color: rgba(0, 0, 0, 0.4) -} - .personCard .overflowPortraitCard { width: 40vw; } diff --git a/src/itemdetails.html b/src/itemdetails.html index d92b8688ef..c7c890283c 100644 --- a/src/itemdetails.html +++ b/src/itemdetails.html @@ -8,7 +8,7 @@