Update css.php (#4392)

This commit is contained in:
chansizzle 2019-07-27 11:45:06 -06:00 committed by FusionPBX
parent 39b02e0b51
commit e4fbef6b3e
1 changed files with 7 additions and 2 deletions

View File

@ -782,7 +782,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
border: 1px solid #a4aebf;
}
div.domains_list_item {
div.domains_list_item, div.domains_list_item_active {
text-align: left;
border-bottom: 1px solid #c5d1e5;
padding: 5px 8px 8px 8px;
@ -791,7 +791,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
cursor: pointer;
}
div.domains_list_item span.domain_list_item_description {
div.domains_list_item span.domain_list_item_description, div.domains_list_item_active span.domain_list_item_description {
color: #999;
font-size: 11px;
}
@ -800,6 +800,11 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
div.domains_list_item:hover span {
color: #5082ca;
}
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']); ?>;
}
/* DOMAIN SELECTOR: END ********************************************************/