对比赛题目列表里状态图标的样式的小修改
This commit is contained in:
@@ -74,7 +74,7 @@ li.list-group-item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dealing-flag {
|
.dealing-flag {
|
||||||
color: yellow;
|
color: #FF9933;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror{
|
.CodeMirror{
|
||||||
|
|||||||
@@ -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 %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user