对比赛题目列表里状态图标的样式的小修改

This commit is contained in:
sxw@401
2015-09-05 20:24:11 +08:00
parent 1f50cd0751
commit 31e6378eef
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ li.list-group-item {
} }
.dealing-flag { .dealing-flag {
color: yellow; color: #FF9933;
} }
.CodeMirror{ .CodeMirror{

View File

@@ -47,7 +47,7 @@
{% ifequal item.state 1%} {% ifequal item.state 1%}
glyphicon-ok ac-flag glyphicon-ok ac-flag
{% else %} {% else %}
glyphicon-arrow-right dealing-flag glyphicon-minus dealing-flag
{% endifequal %} {% endifequal %}
{% endif %} {% endif %}