fix: replace indicator color darkgrey with darkgray

This commit is contained in:
prssanna
2020-08-27 17:06:10 +05:30
parent 99dfb9556d
commit 744169833c
32 changed files with 49 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
<div class="web-list-item transaction-list-item">
<div class="row">
<div class="col-sm-4">
<span class="indicator small {{ doc.indicator_color or ("blue" if doc.docstatus==1 else "darkgrey") }}">
<span class="indicator small {{ doc.indicator_color or ("blue" if doc.docstatus==1 else "darkgray") }}">
{{ doc.name }}</span>
<div class="small text-muted transaction-time"
title="{{ frappe.utils.format_datetime(doc.modified, "medium") }}">