From 5510861c6363683380eb004b1ca9ead622e9767e Mon Sep 17 00:00:00 2001 From: lenovo Date: Mon, 5 Dec 2022 22:05:33 +0100 Subject: [PATCH] small improvment in css --- tests_hugo/chat_node/chat_client/chat.html | 31 +++++++++---------- .../chat_client/style/drop_down_menu.css | 8 +++++ 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/tests_hugo/chat_node/chat_client/chat.html b/tests_hugo/chat_node/chat_client/chat.html index 752c652f..736cd552 100644 --- a/tests_hugo/chat_node/chat_client/chat.html +++ b/tests_hugo/chat_node/chat_client/chat.html @@ -19,21 +19,12 @@

list

- - - +

directs chats

+ + +

rooms

+ +
@@ -42,7 +33,15 @@

create

- + + +
diff --git a/tests_hugo/chat_node/chat_client/style/drop_down_menu.css b/tests_hugo/chat_node/chat_client/style/drop_down_menu.css index 9b6be922..b09ed8a9 100644 --- a/tests_hugo/chat_node/chat_client/style/drop_down_menu.css +++ b/tests_hugo/chat_node/chat_client/style/drop_down_menu.css @@ -44,6 +44,14 @@ margin-left: 0px; cursor: pointer; } +.drop_down p._section:hover, +.drop_down p._section:active { + background-color: transparent !important; + cursor: default !important; +} +.drop_down p._subsection { + padding-left: 20px; +} /* * * * * * * * * * * * * * * * * * * *