From 291ffcf2fd556151cb5f02058ef2425846d983ab Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Thu, 12 Sep 2019 17:02:05 -0600 Subject: [PATCH] Update css.php (#4569) --- themes/default/css.php | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/themes/default/css.php b/themes/default/css.php index 06d638b8ef..57751129c9 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -788,11 +788,24 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; 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_inactive span.domain_list_item_description { - color: #999; + 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 { font-size: 11px; } + div.domains_list_item span.domain_list_item_description { + color: #999; + } + + div.domains_list_item_active span.domain_list_item_description { + color: ; + } + + div.domains_list_item_inactive span.domain_list_item_description { + color: ; + } + div.domains_list_item:hover a, div.domains_list_item:hover span { color: #5082ca;