diff --git a/themes/default/css.php b/themes/default/css.php index 898ecbb3f8..67027660f8 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -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: ; + } /* DOMAIN SELECTOR: END ********************************************************/