mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 21:49:18 +00:00
added 'fixed' property to background so that it does not scroll
This commit is contained in:
@@ -143,7 +143,8 @@ erpnext.startup.set_periodic_updates = function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
erpnext.set_user_background = function(src) {
|
erpnext.set_user_background = function(src) {
|
||||||
set_style(repl('#body_div { background: url("files/%(src)s") repeat;}', {src:src}))
|
set_style(repl('#body_div { background: url("files/%(src)s") repeat fixed;}',
|
||||||
|
{src:src}))
|
||||||
}
|
}
|
||||||
|
|
||||||
// subject, sender, description
|
// subject, sender, description
|
||||||
|
|||||||
Reference in New Issue
Block a user