diff --git a/languages/zh.css b/languages/zh.css
index 82d3a751..f8c4380b 100644
--- a/languages/zh.css
+++ b/languages/zh.css
@@ -161,11 +161,16 @@
.team-info .tIf-total-rcv::before{
content: "总回复(队伍觉醒和徽章):";
}
-/*
+
.search-box .open-search::before{
content: "搜索怪物";
}
-*/
+.attrs .attr-all::before{
+ content: "不限";
+}
+.attrs .attr-none::before{
+ content: "无";
+}
/*Some icons, style different from the Japanese version*/
.awoken-46,
diff --git a/solo.html b/solo.html
index 2f801510..c81020db 100644
--- a/solo.html
+++ b/solo.html
@@ -359,7 +359,7 @@ var formation = new Formation(1,6);
-
+
@@ -378,14 +378,47 @@ var formation = new Formation(1,6);
-
+
diff --git a/style.css b/style.css
index 862f6d1c..a7c37eef 100644
--- a/style.css
+++ b/style.css
@@ -462,6 +462,36 @@ ul{
bottom: 5px;
font-size: 20px;
}
+/*
+.attr-radio{
+ display: none;
+}
+.attrs .attr-list li{
+ display: inline-block;
+}*/
+/*.attrs .attr-all::after{
+ content: "不限";
+}
+.attrs .attr-none::after{
+ content: "无";
+}*/
+.attrs .attr-t0::before{
+ content: url(images/orb-small-fire.png);
+}
+.attrs .attr-t1::before{
+ content: url(images/orb-small-water.png);
+}
+.attrs .attr-t2::before{
+ content: url(images/orb-small-wood.png);
+}
+.attrs .attr-t3::before{
+ content: url(images/orb-small-light.png);
+}
+.attrs .attr-t4::before{
+ content: url(images/orb-small-dark.png);
+}
+
+
.edit-box .setting-row{
width: 100%;
}