From f0c1565b6d31b3387658b96d9ecd0522446be78c Mon Sep 17 00:00:00 2001 From: Foldex Date: Tue, 18 Oct 2022 20:38:44 -0400 Subject: [PATCH] Web Full: Game Details DLC (Fixes #55) --- web_themes/full/5_game_details.css | 32 +++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/web_themes/full/5_game_details.css b/web_themes/full/5_game_details.css index d0baa0bf..de31745d 100644 --- a/web_themes/full/5_game_details.css +++ b/web_themes/full/5_game_details.css @@ -19,7 +19,8 @@ [class*="spotlight_MajorEventContainer_"], [class*="spotlight_MajorEventBackground_"], [class*="writereview_RightContainer_"] button, -[class*="appdetailsgameinfopanel_Description_"] +[class*="appdetailsgameinfopanel_Description_"], +[class*="appactivitydlc_Contents_"] { border-radius: var(--card_radius) !important; background: var(--card_bg) !important; @@ -209,6 +210,35 @@ background: var(--bg) !important; } +/* Available DLC */ +[class*="appactivitydlc_Contents_"], +[class*="appactivitydlc_CarouselItem_"] [class*="appactivitydlc_CarouselImage_"] +{ + box-shadow: none !important; +} + +[class*="appactivitydlc_ViewAll_"] +{ + border-radius: var(--button_radius) !important; +} + +[class*="appactivitydlc_ViewAll_"]:hover +{ + background: var(--button_hover_bg) !important; + border-radius: var(--button_radius) !important; +} + +[class*="appdetailsdlcsection_StoreHover_"] +{ + border-radius: var(--card_radius) !important; +} + +[class*="tooltip_ToolTipCustom_"] +{ + background: var(--popover_bg) !important; + border-radius: var(--popover_radius) !important; +} + /* Activity Post */ [class*="posttextentry_PostTextEntryArea_"], [class*="posttextentry_PostTextEntryArea_"]:focus,