diff --git a/app/music_on_hold/music_on_hold.php b/app/music_on_hold/music_on_hold.php index f442e8bfe8..41c26faa82 100644 --- a/app/music_on_hold/music_on_hold.php +++ b/app/music_on_hold/music_on_hold.php @@ -467,7 +467,7 @@ //set the rate label $stream_rate = $auto_rate ? $text['option-default'] : ($music_on_hold_rate/1000).' kHz'; if (permission_exists('music_on_hold_edit')) { - $stream_details = "".$stream_rate.' '.$icons; + $stream_details = "".$stream_rate.' '.$icons; } else { $stream_details = $stream_rate.' '.$icons; diff --git a/themes/default/css.php b/themes/default/css.php index bc18b741d5..3876296de9 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -2406,6 +2406,14 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; width: 1%; } + .list-header > th > a.default-color { + color: ; + } + + .list-header > th > a.default-color:hover { + color: ; + } + .list-row:nth-child(odd) > :not(.action-button) { background: ; }