对比赛题目列表里状态图标的样式的小修改
This commit is contained in:
@@ -74,7 +74,7 @@ li.list-group-item {
|
||||
}
|
||||
|
||||
.dealing-flag {
|
||||
color: yellow;
|
||||
color: #FF9933;
|
||||
}
|
||||
|
||||
.CodeMirror{
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
{% ifequal item.state 1%}
|
||||
glyphicon-ok ac-flag
|
||||
{% else %}
|
||||
glyphicon-arrow-right dealing-flag
|
||||
glyphicon-minus dealing-flag
|
||||
{% endifequal %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user