Fixing CSS more.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-08-28 12:47:50 -04:00
parent bf869c69cc
commit f964ef8e83
2 changed files with 9 additions and 1 deletions

View File

@@ -124,7 +124,7 @@ const RoomList: FC<RoomListProps> = ({
sx={
room.id === selectedRoomId
? {
backgroundColor: "#eaf3fb !important",
backgroundColor: "#ececec !important",
fontWeight: 700,
color: "#23272f",
border: "1px solid #23272f",

View File

@@ -1,3 +1,11 @@
/* Force selected available room to have a visible background */
.MuiButtonBase-root.MuiListItemButton-root.Mui-selected {
background-color: #afafaf !important;
/*font-weight: 900 !important;*/
/*color: #23272f;*/
border: 1px solid #23272f;
border-radius: 4px;
}
/*
* Landing Page Styles
*/