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

@@ -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 "darkgray") }}">
<span class="indicator small {{ doc.indicator_color or ("blue" if doc.docstatus==1 else "gray") }}">
{{ doc.name }}</span>
<div class="small text-muted transaction-time"
title="{{ frappe.utils.format_datetime(doc.modified, "medium") }}">