Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
anoopmb
/
frappe
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Merge pull request
#928
from pdvyas/fix-css-url
Fix background url in custom style fix frappe/erpnext# 2434
version-14
Rushabh Mehta
10 anos atrás
pai
c35a01b31c
649b878572
commit
7540443cad
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
frappe/templates/pages/style_settings.css
+ 1
- 1
frappe/templates/pages/style_settings.css
Ver arquivo
@@ -5,7 +5,7 @@
body {
{% if doc.background_image %}
background: url("
../
{{ doc.background_image }}") repeat;
background: url("{{ doc.background_image }}") repeat;
{% elif doc.background_color %}
background-color: #{{ doc.background_color }};
background-image: none;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar