From 0b85ed75bf2802ac4f0bdd1e27a995c772f7b6c0 Mon Sep 17 00:00:00 2001 From: Paolo Bernewitz Date: Thu, 25 Jan 2024 00:48:39 +0100 Subject: [PATCH] Update color scheme and hide inactive room call buttons --- res/css/superhero/custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/res/css/superhero/custom.css b/res/css/superhero/custom.css index f38e449669..299acdf087 100644 --- a/res/css/superhero/custom.css +++ b/res/css/superhero/custom.css @@ -103,6 +103,10 @@ h2 .sh_VerifiedIcon { background-color: rgb(36, 36, 36) !important; } +.mx_AccessibleButton.mx_LegacyRoomHeader_button.mx_AccessibleButton_disabled { + display: none; + } + .cpd-theme-dark .mx_SpacePanel .mx_AccessibleButton.mx_SpacePanel_toggleCollapse { background-color: white !important; } @@ -678,7 +682,7 @@ h2 .sh_VerifiedIcon { --cpd-color-pink-100: #37000f; --cpd-color-fuchsia-1400: #f8e9f9; --cpd-color-fuchsia-1300: #f1d4f3; */ - --cpd-color-fuchsia-1200: #b11c91 !important; + --cpd-color-fuchsia-1200: #D538EE !important; /* --cpd-color-fuchsia-1100: #d991de; --cpd-color-fuchsia-1000: #cf78d7; --cpd-color-fuchsia-900: #c560cf;