From 8965dbcda82692977378db3f4a0bfdd4da6f29d8 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Sat, 12 Jul 2014 08:30:16 +0000 Subject: [PATCH] Enhanced Theme: Tweaked domain hover in Domain Selector --- themes/enhanced/template.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/enhanced/template.php b/themes/enhanced/template.php index c0d541b217..44d132cf34 100644 --- a/themes/enhanced/template.php +++ b/themes/enhanced/template.php @@ -770,6 +770,10 @@ legend { font-size: 11px; } + DIV.domains_list_item:hover A, + DIV.domains_list_item:hover SPAN { + color: #5082ca; + } DIV.login_message { border: 1px solid #bae0ba; @@ -853,6 +857,7 @@ legend { }); }); } +