From 773c37d1e77f341a11de9cd1bb10d41d8ce98adb Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Sat, 27 Jul 2019 11:45:06 -0600 Subject: [PATCH] Update css.php (#4392) --- themes/default/css.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 ********************************************************/