diff --git a/pages/customprompts/mzta-custom-prompts.css b/pages/customprompts/mzta-custom-prompts.css
index 3f53a65c..888459df 100644
--- a/pages/customprompts/mzta-custom-prompts.css
+++ b/pages/customprompts/mzta-custom-prompts.css
@@ -233,11 +233,24 @@ label, .id_show, .text_show, .name_show, .type_show, .action_show{
font-style: italic;
}
-#chatgpt_web_additional_info, #chatgpt_web_additional_info_toggle, .chatgpt_web_additional_info, .chatgpt_web_additional_info_toggle, .chatgpt_web_additional_info_show, .chatgpt_web_models_list_table{
+#chatgpt_web_additional_info, #chatgpt_web_additional_info_toggle, .chatgpt_web_additional_info, .chatgpt_web_additional_info_toggle, .chatgpt_web_additional_info_show{
background-color: rgb(255, 209, 183);
display:none;
}
+.chatgpt_web_models_list_table{
+ background-color: rgb(255, 209, 183);
+ border:0;
+}
+
+.chatgpt_web_models_list_table *{
+ border:0;
+}
+
+.chatgpt_web_models_list_table td{
+ padding:2px;
+}
+
#chatgpt_web_additional_info_toggle, .chatgpt_web_additional_info_toggle{
cursor: pointer;
}
diff --git a/pages/customprompts/mzta-custom-prompts.js b/pages/customprompts/mzta-custom-prompts.js
index 5812b4b2..0ee9160e 100644
--- a/pages/customprompts/mzta-custom-prompts.js
+++ b/pages/customprompts/mzta-custom-prompts.js
@@ -637,7 +637,7 @@ function loadPromptsList(values){
__MSG_prefs_OptionText_chatgpt_web_model__:
-