Skip to content

Commit 2e460e9

Browse files
Create FormBackground.xml
Add any image as form background
1 parent 55ee779 commit 2e460e9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<j:jelly trim="false"
3+
xmlns:j="jelly:core"
4+
xmlns:g="glide"
5+
xmlns:j2="null"
6+
xmlns:g2="null">
7+
<style>
8+
.touch_scroll{
9+
background:url("/formbg.png");
10+
background-size:cover;
11+
background-position:center;
12+
}
13+
label{
14+
font-weight:600;
15+
font-size:16px;
16+
17+
}
18+
.btn-default{
19+
background:#fff;
20+
}
21+
table,form,.section,.tabs2_section {
22+
background:transparent !important;
23+
}
24+
</style>
25+
</j:jelly>

0 commit comments

Comments
 (0)