Browse Source

Update css.php (#4394)

chansizzle 6 năm trước cách đây
mục cha
commit
37f5759c03
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 ********************************************************/