Merge branch '1061-Letras-blancas-en-fondo-blanco-con-Black-theme-Pandorin-v6-open' into 'pandora_6.0'

Change pandorin dialog font color with black theme / 6 - #1061

See merge request artica/pandorafms!636
This commit is contained in:
vgilc 2018-02-23 10:25:15 +01:00
commit 0e87ef80a0
2 changed files with 6 additions and 2 deletions

View File

@ -55,12 +55,12 @@ function clippy_start_page_homepage() {
$return_tours['tours']['homepage']['steps'][] = array(
'element'=> '#clippy',
'intro' =>
'<div style="text-align: left; padding-left: 20px; padding-right: 20px;">'.
'<div class="clippy_body" style="text-align: left; padding-left: 20px; padding-right: 20px;">'.
__('Hi, can I help you?') . '<br/><br/>' .
__('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.') .
'<br /> ' .
'<br /> ' .
'<div style="font-size: 7pt;">' .
'<div class="clippy_body" style="font-size: 7pt;">' .
html_print_checkbox_extended
('clippy_is_annoying', 1, $clippy_is_annoying, false,
'set_clippy_annoying()', '', true) .

View File

@ -2892,6 +2892,10 @@ table#policy_modules td * {
border-top-right-radius: 2px;
}
.clippy_body {
color: black;
}
#dialog-double_auth-container {
width: 100%;
text-align: center;