From 468abb272a5a097607932a1f93f1a28e0b8d556e Mon Sep 17 00:00:00 2001 From: Nirajan <65585311+Nirajan1-droid@users.noreply.github.com> Date: Fri, 19 Jul 2024 23:48:18 +0545 Subject: [PATCH] little color change in dropdown (#3828) * little color change in dropdown * small-lint-fix * lint fix * it should fix --- web/public/styles/admin/chat.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/web/public/styles/admin/chat.css b/web/public/styles/admin/chat.css index c73c68bf3..dab7a8759 100644 --- a/web/public/styles/admin/chat.css +++ b/web/public/styles/admin/chat.css @@ -1,9 +1,9 @@ -.chat-messages .ant-table-cell.name-col { +.chat-messages .ant-table-cell .name-col { text-overflow: ellipsis; overflow: hidden; } -.chat-messages .ant-table-cell.toggle-col label { +.chat-messages .ant-table-cell .toggle-col label { font-size: 0.7rem; } @@ -139,3 +139,8 @@ .block-user-button { text-transform: capitalize; } + +.ant-dropdown-menu-item-selected, +.ant-dropdown-menu-submenu-title-selected { + background-color: #f5f0ff; +}