浏览代码

Update css.php (#4394)

chansizzle 6 年之前
父节点
当前提交
37f5759c03
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 a,
 	div.domains_list_item_active:hover span {
 	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 ********************************************************/
 /* DOMAIN SELECTOR: END ********************************************************/