From 335471e7616a23ef31b0410575088b3092e8a04e Mon Sep 17 00:00:00 2001 From: Rose <4759227+RoseTheFlower@users.noreply.github.com> Date: Tue, 16 Jan 2024 23:11:14 +0500 Subject: [PATCH] Chat selection cursor, friends window hotfixes after Valve update --- friends.custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/friends.custom.css b/friends.custom.css index 5345138..4d1ce0c 100644 --- a/friends.custom.css +++ b/friends.custom.css @@ -3420,3 +3420,12 @@ but at least it doesn't break pointer events */ .ChatRoomSpeaker .speaker { margin-top: 0; } +.speakerHoverArea, .speakerTimeStamp { + cursor: text; +} +.addFriendButton .SVGIcon_AddFriend .friendHead, .addFriendButton .SVGIcon_AddFriend .friendBody { + color: rgb(var(--white)); +} +.addFriendButton:hover .SVGIcon_AddFriend .friendHead, .addFriendButton:hover .SVGIcon_AddFriend .friendBody { + color: rgb(var(--white)); +}