diff --git a/res/themes/tchap-light/css/_tchap_custom.pcss b/res/themes/tchap-light/css/_tchap_custom.pcss index 1bea9e1f81..a047910618 100644 --- a/res/themes/tchap-light/css/_tchap_custom.pcss +++ b/res/themes/tchap-light/css/_tchap_custom.pcss @@ -11,6 +11,7 @@ $color_1: #2e2f32; $color_2: white; $color_3: #68707d; +$hover: #f4f6fa; $background-color_1: #000091; $background-color_2: transparent; $background-color_3: rgba(125, 125, 150, 0.65); @@ -120,5 +121,14 @@ $border-color_1: #7e7ec4; background: $color_2; } .mx_SpaceRoomView_landing .mx_SpaceHierarchy_list li.mx_SpaceHierarchy_roomTileWrapper .mx_SpaceHierarchy_roomTile:focus-within, .mx_SpaceRoomView_landing .mx_SpaceHierarchy_list li.mx_SpaceHierarchy_roomTileWrapper .mx_SpaceHierarchy_roomTile:hover { - background-color: #f4f6fa; + background-color: $hover; } +.mx_SpacePanel .mx_SpaceButton .mx_SpaceButton_name { + color: $color_2; +} +.mx_SpacePanel .mx_SpaceButton.mx_SpaceButton_active:not(.mx_SpaceButton_narrow) .mx_SpaceButton_selectionWrapper { + background-color: #7e7ec487; +} +.mx_ForwardDialog>.mx_ForwardList .mx_ForwardList_results .mx_ForwardList_entry:hover { + background-color: $hover; +} \ No newline at end of file