CSS style update
This commit is contained in:
24
plugins/message_highlight/config.inc.php
Normal file
24
plugins/message_highlight/config.inc.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$rcmail_config['message_highlight_default'] = array(
|
||||
array(
|
||||
'header' => 'subject',
|
||||
'input' => 'My Subject',
|
||||
'color' => '#ff0000'
|
||||
),
|
||||
array(
|
||||
'header' => 'from',
|
||||
'input' => 'nobody@example.com',
|
||||
'color' => '#00ff00'
|
||||
),
|
||||
array(
|
||||
'header' => 'to',
|
||||
'input' => 'nobody@example.com',
|
||||
'color' => '#0000ff'
|
||||
),
|
||||
array(
|
||||
'header' => 'cc',
|
||||
'input' => 'nobody@example.com',
|
||||
'color' => '#0000ff'
|
||||
),
|
||||
);
|
Reference in New Issue
Block a user