diff --git a/themes/default/css.php b/themes/default/css.php index 067eb964e1..47e78d3f45 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -855,6 +855,13 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; color: #999; } + div.domains_list_item_active a { + color: ; + } + div.domains_list_item_inactive a { + color: ; + } + div.domains_list_item_active span.domain_active_list_item_description { color: ; } @@ -867,7 +874,7 @@ $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: ; @@ -2304,4 +2311,4 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; .list-header > .no-wrap, .list-row > .no-wrap { white-space: nowrap; - } \ No newline at end of file + }