Update css.php (#4394)

This commit is contained in:
chansizzle
2019-07-27 19:04:13 -06:00
committed by FusionPBX
parent 25a4220c4f
commit a7b1af68ea

View File

@@ -803,7 +803,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
div.domains_list_item_active:hover a,
div.domains_list_item_active:hover span {
color: <?php echo ($_SESSION['theme']['domain_active_text_color_hover']['text']); ?>;
color: <?php echo ($_SESSION['theme']['domain_active_text_color_hover']['text']); ?>;
}
/* DOMAIN SELECTOR: END ********************************************************/