mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Enhance-Multiple messages display (#2702)
Store messages by mood so they can be grouped up change default mood to positive and add a default colour to catch messages with a wrong mood migrate settings so upgrading vs new is consistent
This commit is contained in:
@@ -1412,14 +1412,17 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
|
||||
font-size: 10pt;
|
||||
display: block;
|
||||
border-bottom: solid 1px;
|
||||
}
|
||||
|
||||
.message_mood_default {
|
||||
color: <?php echo $_SESSION['theme']['message_default_color']['text']; ?>;
|
||||
background: <?php echo $_SESSION['theme']['message_default_background_color']['text']; ?>;
|
||||
border-bottom-color: <?php echo $_SESSION['theme']['message_default_color']['text']; ?>;
|
||||
}
|
||||
|
||||
.message_mood_positive {
|
||||
color: <?php echo $_SESSION['theme']['message_positive_color']['text']; ?>;
|
||||
background: <?php echo $_SESSION['theme']['message_positive_background_color']['text']; ?>;
|
||||
border-bottom-color: <?php echo $_SESSION['theme']['message_positive_color']['text']; ?>;
|
||||
}
|
||||
|
||||
.message_mood_negative {
|
||||
color: <?php echo $_SESSION['theme']['message_negative_color']['text']; ?>;
|
||||
background: <?php echo $_SESSION['theme']['message_negative_background_color']['text']; ?>;
|
||||
|
||||
Reference in New Issue
Block a user