Browse Source

Update css.php (#4394)

chansizzle 6 years ago
parent
commit
37f5759c03
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/default/css.php

+ 1 - 1
themes/default/css.php

@@ -803,7 +803,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
 	
 	div.domains_list_item_active:hover a,
 	div.domains_list_item_active:hover span {
-	color: <?php echo ($_SESSION['theme']['domain_active_text_color_hover']['text']); ?>;
+		color: <?php echo ($_SESSION['theme']['domain_active_text_color_hover']['text']); ?>;
 	}
 
 /* DOMAIN SELECTOR: END ********************************************************/