[minor] darker app icon color & fix in delete doc

This commit is contained in:
Anand Doshi 2015-01-08 14:27:28 +05:30
parent ac8f58ab7e
commit 99aabba7be
2 changed files with 3 additions and 3 deletions

View file

@ -166,7 +166,7 @@ def delete_linked_todos(doc):
def insert_feed(doc):
from frappe.utils import get_fullname
if frappe.flags.in_install_app or frappe.flags.in_import or doc.ignore_feed:
if frappe.flags.in_install_app or frappe.flags.in_import or doc.get("ignore_feed"):
return
frappe.get_doc({

View file

@ -18,7 +18,7 @@
.app-icon i {
font-size: 40px;
min-width: 40px;
color: #8D99A6;
color: #36414C;
display: inline-block;
}
@ -33,7 +33,7 @@
}
.app-icon path {
fill: #8D99A6;
fill: #36414C;
}
.app-icon:hover path {