From d8f8c63ea3bcc751e7c143bb480850544ed5586c Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Mon, 28 Oct 2019 14:40:27 -0600 Subject: [PATCH] Update css.php (#4803) --- themes/default/css.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 + }