mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-14 17:33:09 +00:00
refactor: Replace darkgray indicator with gray indicator
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
{% elif frappe.utils.getdate(doc.admission_start_date) > today %}
|
||||
blue"> Application will open
|
||||
{% else %}
|
||||
darkgray
|
||||
gray
|
||||
{% endif %}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
{% elif frappe.utils.getdate(doc.admission_start_date) > today %}
|
||||
blue
|
||||
{% else %}
|
||||
darkgray
|
||||
gray
|
||||
{% endif %}
|
||||
">{{ doc.title }}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user