mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
user background
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
body {
|
||||
{% if doc.background_image %}
|
||||
background: url("files/{{ doc.background_image }}") repeat !important;
|
||||
background: url("files/{{ doc.background_image }}") repeat;
|
||||
{% elif doc.background_color %}
|
||||
background-color: #{{ doc.background_color }};
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user