commit | 7e8113c7e8b77f62d9af334abe3a2a8c683dbe59 | [log] [tgz] |
---|---|---|
author | prssanna <prssud@gmail.com> | Tue Feb 16 11:59:12 2021 +0530 |
committer | prssanna <prssud@gmail.com> | Tue Feb 16 12:00:35 2021 +0530 |
tree | 38fc426c86751bc8b4df37b27adb11d26ce4d0f9 | |
parent | 29878e5c3be4d5d2502fd29ac511ba1f7c9d0ef0 [diff] |
fix: broken image style
diff --git a/erpnext/public/less/hub.less b/erpnext/public/less/hub.less index 8cb7a9c..c08121f 100644 --- a/erpnext/public/less/hub.less +++ b/erpnext/public/less/hub.less
@@ -32,7 +32,13 @@ } .hub-image-loading, .hub-image-broken { - .img-background(); + content: " "; + display: block; + position: absolute; + left: 0; + height: 100%; + width: 100%; + background-color: var(--bg-light-gray); display: flex; align-items: center; justify-content: center;