fix: added phone field in webform
This commit is contained in:
parent
c56c71b1e0
commit
cf4d55855d
2 changed files with 20 additions and 8 deletions
|
|
@ -109,15 +109,27 @@
|
|||
.form-column {
|
||||
padding: 0 var(--padding-sm);
|
||||
|
||||
.frappe-control[data-fieldtype="Rating"] {
|
||||
.like-disabled-input {
|
||||
background-color: unset;
|
||||
padding-left: 0px;
|
||||
.frappe-control {
|
||||
position: relative;
|
||||
|
||||
.rating {
|
||||
cursor: default;
|
||||
&[data-fieldtype="Rating"] {
|
||||
.like-disabled-input {
|
||||
background-color: unset;
|
||||
padding-left: 0px;
|
||||
|
||||
.rating {
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.selected-phone {
|
||||
top: calc(50% + 4px);
|
||||
}
|
||||
|
||||
.selected-color {
|
||||
top: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
"fieldtype": "Select",
|
||||
"in_list_view": 1,
|
||||
"label": "Fieldtype",
|
||||
"options": "Attach\nAttach Image\nCheck\nCurrency\nColor\nData\nDate\nDatetime\nDuration\nFloat\nHTML\nInt\nLink\nPassword\nRating\nSelect\nSignature\nSmall Text\nText\nText Editor\nTable\nTime\nSection Break\nColumn Break\nPage Break"
|
||||
"options": "Attach\nAttach Image\nCheck\nCurrency\nColor\nData\nDate\nDatetime\nDuration\nFloat\nHTML\nInt\nLink\nPassword\nPhone\nRating\nSelect\nSignature\nSmall Text\nText\nText Editor\nTable\nTime\nSection Break\nColumn Break\nPage Break"
|
||||
},
|
||||
{
|
||||
"fieldname": "label",
|
||||
|
|
@ -147,7 +147,7 @@
|
|||
],
|
||||
"istable": 1,
|
||||
"links": [],
|
||||
"modified": "2022-08-22 17:22:39.026893",
|
||||
"modified": "2022-11-21 17:41:52.139191",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Website",
|
||||
"name": "Web Form Field",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue