From 95184cab2124d77b0b55c70f8f3dc5f84db224e2 Mon Sep 17 00:00:00 2001 From: enriquecd Date: Thu, 29 Jun 2017 18:19:58 +0200 Subject: [PATCH] Change pandorin dialog font color with black theme - #1060 --- pandora_console/include/help/clippy/homepage.php | 4 ++-- pandora_console/include/styles/pandora_black.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/help/clippy/homepage.php b/pandora_console/include/help/clippy/homepage.php index 8ba7ac2f57..be52096875 100644 --- a/pandora_console/include/help/clippy/homepage.php +++ b/pandora_console/include/help/clippy/homepage.php @@ -55,12 +55,12 @@ function clippy_start_page_homepage() { $return_tours['tours']['homepage']['steps'][] = array( 'element'=> '#clippy', 'intro' => - '
'. + '
'. __('Hi, can I help you?') . '

' . __('Let me introduce my self: I am Pandorin, the annoying assistant of Pandora FMS. You can follow my steps to do basic tasks in Pandora FMS or you can close me and never see me again.') . '
' . '
' . - '
' . + '
' . html_print_checkbox_extended ('clippy_is_annoying', 1, $clippy_is_annoying, false, 'set_clippy_annoying()', '', true) . diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 981b6223fa..3dca8bdbf9 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -2951,6 +2951,10 @@ table#policy_modules td * { border-top-right-radius: 2px; } +.clippy_body { + color: black; +} + #dialog-double_auth-container { width: 100%; text-align: center;