refactor: Replace darkgray indicator with gray indicator

This commit is contained in:
Suraj Shetty
2020-08-27 18:57:18 +05:30
parent 744169833c
commit b6ebcd7559
32 changed files with 44 additions and 44 deletions

View File

@@ -21,7 +21,7 @@
{% elif frappe.utils.getdate(doc.admission_start_date) > today %}
blue"> Application will open
{% else %}
darkgray
gray
{% endif %}
</span>
</div>

View File

@@ -11,7 +11,7 @@
{% elif frappe.utils.getdate(doc.admission_start_date) > today %}
blue
{% else %}
darkgray
gray
{% endif %}
">{{ doc.title }}</span>
</div>