diff --git a/themes/default/css.php b/themes/default/css.php index d08c7bf19d..28f0ed433c 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -984,17 +984,17 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT'); 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, - + div.domains_list_item_active span.domain_active_list_item_description, div.domains_list_item_inactive span.domain_inactive_list_item_description { font-size: 11px; } - 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; } @@ -1023,7 +1023,7 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT'); div.domains_list_item_active:hover span { color: ; } - + div.domains_list_item_inactive:hover a, div.domains_list_item_inactive:hover span { color: ; @@ -2718,4 +2718,4 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT'); echo $_SESSION['theme']['custom_css_code']['text']; } -?> \ No newline at end of file +?>