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;
+}
/* * * * * * * * * * * * * * * * * * * *