diff --git a/themes/default/css.php b/themes/default/css.php index 3bfb359e3e..19874d9aa3 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -779,7 +779,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; border: 1px solid #a4aebf; } - div.domains_list_item, div.domains_list_item_active { + div.domains_list_item, div.domains_list_item_active, div.domains_list_item_inactive { text-align: left; border-bottom: 1px solid #c5d1e5; padding: 5px 8px 8px 8px; @@ -788,7 +788,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; cursor: pointer; } - div.domains_list_item span.domain_list_item_description, div.domains_list_item_active span.domain_list_item_description { + div.domains_list_item span.domain_list_item_description, div.domains_list_item_active span.domain_list_item_description, div.domains_list_item_inactive span.domain_list_item_description { color: #999; font-size: 11px; } @@ -802,6 +802,11 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; div.domains_list_item_active:hover span { color: ; } + + div.domains_list_item_inactive:hover a, + div.domains_list_item_inactive:hover span { + color: ; + } /* DOMAIN SELECTOR: END ********************************************************/