Change pandorin dialog font color with black theme - #1060
This commit is contained in:
parent
51412c8752
commit
95184cab21
|
@ -55,12 +55,12 @@ function clippy_start_page_homepage() {
|
||||||
$return_tours['tours']['homepage']['steps'][] = array(
|
$return_tours['tours']['homepage']['steps'][] = array(
|
||||||
'element'=> '#clippy',
|
'element'=> '#clippy',
|
||||||
'intro' =>
|
'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/>' .
|
__('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.') .
|
__('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 /> ' .
|
||||||
'<br /> ' .
|
'<br /> ' .
|
||||||
'<div style="font-size: 7pt;">' .
|
'<div class="clippy_body" style="font-size: 7pt;">' .
|
||||||
html_print_checkbox_extended
|
html_print_checkbox_extended
|
||||||
('clippy_is_annoying', 1, $clippy_is_annoying, false,
|
('clippy_is_annoying', 1, $clippy_is_annoying, false,
|
||||||
'set_clippy_annoying()', '', true) .
|
'set_clippy_annoying()', '', true) .
|
||||||
|
|
|
@ -2951,6 +2951,10 @@ table#policy_modules td * {
|
||||||
border-top-right-radius: 2px;
|
border-top-right-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.clippy_body {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
#dialog-double_auth-container {
|
#dialog-double_auth-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue