From bfd7b5c9a09e6ffad2e35f2db5b3f8a4c0f968f4 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Tue, 8 Oct 2019 15:47:50 -0600 Subject: [PATCH] Update css.php (#4760) --- themes/default/css.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/themes/default/css.php b/themes/default/css.php index eafdb903eb..42b10f565f 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -767,19 +767,24 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; 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_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 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; } - div.domains_list_item_active span.domain_list_item_description { + div.domains_list_item_active span.domain_active_list_item_description { color: ; } - div.domains_list_item_inactive span.domain_list_item_description { + div.domains_list_item_inactive span.domain_inactive_list_item_description { color: ; }