Change pandorin dialog font color with black theme - #1060

This commit is contained in:
enriquecd 2017-06-29 18:19:58 +02:00
parent 51412c8752
commit 95184cab21
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

@ -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;