diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php
index d6f8641b2f..485425ec62 100644
--- a/pandora_console/general/header.php
+++ b/pandora_console/general/header.php
@@ -454,7 +454,7 @@ echo sprintf('
diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css
index c8d4441465..725a1c67d0 100644
--- a/pandora_console/include/styles/pandora_black.css
+++ b/pandora_console/include/styles/pandora_black.css
@@ -1851,3 +1851,10 @@ a.pandora_pagination,
color: #fff !important;
background-color: #333 !important;
}
+
+#modal_help {
+ background: #222222;
+}
+#modal_help::before {
+ border-bottom: 8px solid #222222;
+}