Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/wpforms-.../assets/css/builder
File: builder-fields.css
.wpforms-panel-fields {
[0] Fix | Delete
width: 100vw;
[1] Fix | Delete
height: 100vh;
[2] Fix | Delete
}
[3] Fix | Delete
[4] Fix | Delete
.wpforms-panel-fields .wpforms-field-row:before {
[5] Fix | Delete
content: "";
[6] Fix | Delete
display: table;
[7] Fix | Delete
}
[8] Fix | Delete
[9] Fix | Delete
.wpforms-panel-fields .wpforms-field-row:after {
[10] Fix | Delete
clear: both;
[11] Fix | Delete
content: "";
[12] Fix | Delete
display: table;
[13] Fix | Delete
}
[14] Fix | Delete
[15] Fix | Delete
.wpforms-panel-fields #wpforms-hidden {
[16] Fix | Delete
display: none;
[17] Fix | Delete
}
[18] Fix | Delete
[19] Fix | Delete
.wpforms-panel-fields .wpforms-field-dragging {
[20] Fix | Delete
background-color: #f1f1f1;
[21] Fix | Delete
}
[22] Fix | Delete
[23] Fix | Delete
.wpforms-panel-fields .wpforms-field-drag-out, .wpforms-panel-fields .wpforms-field-drag-over {
[24] Fix | Delete
background: #036aab;
[25] Fix | Delete
border: none;
[26] Fix | Delete
border-radius: 4px;
[27] Fix | Delete
color: #ffffff;
[28] Fix | Delete
display: block;
[29] Fix | Delete
overflow: hidden;
[30] Fix | Delete
padding: 12px 14px;
[31] Fix | Delete
text-align: left;
[32] Fix | Delete
text-overflow: ellipsis;
[33] Fix | Delete
white-space: nowrap;
[34] Fix | Delete
width: 172px;
[35] Fix | Delete
max-width: 172px;
[36] Fix | Delete
z-index: 10000;
[37] Fix | Delete
box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.25);
[38] Fix | Delete
}
[39] Fix | Delete
[40] Fix | Delete
.wpforms-panel-fields .wpforms-field-drag-out i, .wpforms-panel-fields .wpforms-field-drag-over i {
[41] Fix | Delete
color: rgba(255, 255, 255, 0.65);
[42] Fix | Delete
margin: 0 5px 0 0;
[43] Fix | Delete
}
[44] Fix | Delete
[45] Fix | Delete
.wpforms-panel-fields .wpforms-field-drag-placeholder {
[46] Fix | Delete
border: 1px dashed #036aab;
[47] Fix | Delete
background-color: #EBF3FC80;
[48] Fix | Delete
border-radius: 6px;
[49] Fix | Delete
margin: 0 0 5px 0;
[50] Fix | Delete
width: 100%;
[51] Fix | Delete
height: 60px;
[52] Fix | Delete
}
[53] Fix | Delete
[54] Fix | Delete
.wpforms-panel-fields .wpforms-field-drag-placeholder.wpforms-field-drag-not-allowed {
[55] Fix | Delete
border-color: #b32d2e;
[56] Fix | Delete
background-color: #fcf0f1;
[57] Fix | Delete
}
[58] Fix | Delete
[59] Fix | Delete
.wpforms-panel-fields .wpforms-field-drag-not-allowed {
[60] Fix | Delete
cursor: not-allowed !important;
[61] Fix | Delete
}
[62] Fix | Delete
[63] Fix | Delete
.wpforms-panel-fields .wpforms-field-drag-pending {
[64] Fix | Delete
border: 1px dashed #036aab;
[65] Fix | Delete
background-color: #EBF3FC80;
[66] Fix | Delete
border-radius: 6px;
[67] Fix | Delete
margin: 0 0 5px 0;
[68] Fix | Delete
text-align: center;
[69] Fix | Delete
width: 100%;
[70] Fix | Delete
max-width: 100%;
[71] Fix | Delete
color: rgba(0, 0, 0, 0.7);
[72] Fix | Delete
box-shadow: none;
[73] Fix | Delete
}
[74] Fix | Delete
[75] Fix | Delete
.wpforms-panel-fields .wpforms-field-drag-pending i {
[76] Fix | Delete
font-size: 18px;
[77] Fix | Delete
line-height: 24px;
[78] Fix | Delete
color: rgba(0, 0, 0, 0.7);
[79] Fix | Delete
}
[80] Fix | Delete
[81] Fix | Delete
.wpforms-panel-fields .wpforms-field-drag-pending .wpforms-loading-spinner {
[82] Fix | Delete
margin-left: 15px;
[83] Fix | Delete
width: 18px;
[84] Fix | Delete
height: 18px;
[85] Fix | Delete
vertical-align: -3px;
[86] Fix | Delete
background-size: 18px 18px;
[87] Fix | Delete
}
[88] Fix | Delete
[89] Fix | Delete
#wpforms-panel-fields .wpforms-panel-sidebar {
[90] Fix | Delete
position: absolute;
[91] Fix | Delete
top: calc( 124px + var( --wpforms-admin-bar-height ));
[92] Fix | Delete
bottom: 0;
[93] Fix | Delete
inset-inline-start: 95px;
[94] Fix | Delete
overflow: hidden;
[95] Fix | Delete
transition-property: top, width, inset-inline-start;
[96] Fix | Delete
transition-duration: 0.25s, 0.15s, 0.15s;
[97] Fix | Delete
transition-timing-function: ease-out, ease-out, ease-in-out;
[98] Fix | Delete
}
[99] Fix | Delete
[100] Fix | Delete
#wpforms-panel-fields .wpforms-panel-sidebar .no-gap {
[101] Fix | Delete
margin-bottom: 0;
[102] Fix | Delete
}
[103] Fix | Delete
[104] Fix | Delete
#wpforms-panel-fields .wpforms-panel-sidebar .sub-label {
[105] Fix | Delete
display: block;
[106] Fix | Delete
color: #86919e;
[107] Fix | Delete
font-size: 12px;
[108] Fix | Delete
line-height: 14px;
[109] Fix | Delete
margin: 8px 0 0 1px;
[110] Fix | Delete
}
[111] Fix | Delete
[112] Fix | Delete
#wpforms-panel-fields .wpforms-panel-sidebar .wpforms-field-options-columns {
[113] Fix | Delete
display: flex;
[114] Fix | Delete
flex-direction: row;
[115] Fix | Delete
flex-wrap: nowrap;
[116] Fix | Delete
justify-content: space-between;
[117] Fix | Delete
margin-bottom: 20px;
[118] Fix | Delete
}
[119] Fix | Delete
[120] Fix | Delete
#wpforms-panel-fields .wpforms-panel-sidebar .wpforms-field-options-columns + .wpforms-field-options-columns {
[121] Fix | Delete
margin-top: -10px;
[122] Fix | Delete
}
[123] Fix | Delete
[124] Fix | Delete
#wpforms-panel-fields .wpforms-panel-sidebar .wpforms-field-options-columns:last-child {
[125] Fix | Delete
margin-bottom: 0;
[126] Fix | Delete
}
[127] Fix | Delete
[128] Fix | Delete
#wpforms-panel-fields .wpforms-panel-sidebar .wpforms-field-options-columns > .wpforms-field-options-column:first-child {
[129] Fix | Delete
margin-left: 1px;
[130] Fix | Delete
}
[131] Fix | Delete
[132] Fix | Delete
#wpforms-panel-fields .wpforms-panel-sidebar .wpforms-field-options-columns > .wpforms-field-options-column {
[133] Fix | Delete
flex-grow: 1;
[134] Fix | Delete
}
[135] Fix | Delete
[136] Fix | Delete
#wpforms-panel-fields .wpforms-panel-sidebar .wpforms-field-options-columns.wpforms-field-options-columns-2 > .wpforms-field-options-column {
[137] Fix | Delete
max-width: calc( 100%/2 - 6px);
[138] Fix | Delete
}
[139] Fix | Delete
[140] Fix | Delete
#wpforms-panel-fields .wpforms-panel-sidebar .wpforms-field-options-columns.wpforms-field-options-columns-3 > .wpforms-field-options-column {
[141] Fix | Delete
max-width: calc( 100%/3 - 9px);
[142] Fix | Delete
}
[143] Fix | Delete
[144] Fix | Delete
#wpforms-panel-fields .wpforms-panel-sidebar .wpforms-field-options-columns.wpforms-field-options-columns-4 > .wpforms-field-options-column {
[145] Fix | Delete
max-width: calc( 100%/4 - 10px);
[146] Fix | Delete
}
[147] Fix | Delete
[148] Fix | Delete
#wpforms-panel-fields .wpforms-panel-sidebar .wpforms-field-options-columns.wpforms-field-options-columns-5 > .wpforms-field-options-column {
[149] Fix | Delete
max-width: calc( 100%/5 - 10px);
[150] Fix | Delete
}
[151] Fix | Delete
[152] Fix | Delete
#wpforms-panel-fields .wpforms-panel-sidebar .wpforms-field-options-columns.wpforms-field-options-columns-6 > .wpforms-field-options-column {
[153] Fix | Delete
max-width: calc( 100%/6 - 10px);
[154] Fix | Delete
}
[155] Fix | Delete
[156] Fix | Delete
#wpforms-panel-fields .wpforms-panel-sidebar .wpforms-field-options-columns.wpforms-field-options-columns-7 > .wpforms-field-options-column {
[157] Fix | Delete
max-width: calc( 100%/7 - 11px);
[158] Fix | Delete
text-align: center;
[159] Fix | Delete
}
[160] Fix | Delete
[161] Fix | Delete
#wpforms-panel-fields .wpforms-panel-sidebar .wpforms-field-options-columns.checkboxes-row > label {
[162] Fix | Delete
margin-top: 0;
[163] Fix | Delete
max-width: 24px;
[164] Fix | Delete
}
[165] Fix | Delete
[166] Fix | Delete
#wpforms-panel-fields .wpforms-panel-sidebar .wpforms-field-options-columns.checkboxes-row > label input {
[167] Fix | Delete
margin: 1px 0 5px 0;
[168] Fix | Delete
}
[169] Fix | Delete
[170] Fix | Delete
#wpforms-panel-fields .wpforms-panel-sidebar .wpforms-field-options-columns select {
[171] Fix | Delete
display: block;
[172] Fix | Delete
}
[173] Fix | Delete
[174] Fix | Delete
#wpforms-field-options:before {
[175] Fix | Delete
background-color: #ebf3fc;
[176] Fix | Delete
border-bottom: 1px solid #ced7e0;
[177] Fix | Delete
content: '';
[178] Fix | Delete
display: block;
[179] Fix | Delete
height: 40px;
[180] Fix | Delete
inset-inline-start: 115px;
[181] Fix | Delete
position: fixed;
[182] Fix | Delete
top: calc( 125px + var( --wpforms-admin-bar-height ));
[183] Fix | Delete
width: 360px;
[184] Fix | Delete
z-index: 10;
[185] Fix | Delete
transition-property: top, width, inset-inline-start;
[186] Fix | Delete
transition-duration: 0.25s, 0.15s, 0.15s;
[187] Fix | Delete
transition-timing-function: ease-out, ease-out, ease-in-out;
[188] Fix | Delete
}
[189] Fix | Delete
[190] Fix | Delete
.wpforms-panel-sidebar-closed #wpforms-field-options:before {
[191] Fix | Delete
inset-inline-start: calc( 115px - 400px);
[192] Fix | Delete
}
[193] Fix | Delete
[194] Fix | Delete
.wpforms-panel-fields .no-fields-preview {
[195] Fix | Delete
align-content: center;
[196] Fix | Delete
min-height: calc( 100vh - 260px - var( --wpforms-admin-bar-height ));
[197] Fix | Delete
padding-bottom: 40px;
[198] Fix | Delete
padding-top: 40px;
[199] Fix | Delete
position: relative;
[200] Fix | Delete
text-align: center;
[201] Fix | Delete
display: flex;
[202] Fix | Delete
flex-direction: column;
[203] Fix | Delete
justify-content: center;
[204] Fix | Delete
align-items: center;
[205] Fix | Delete
}
[206] Fix | Delete
[207] Fix | Delete
.wpforms-panel-fields .no-fields-preview::before {
[208] Fix | Delete
background-image: url("../../images/empty-states/no-fields.svg");
[209] Fix | Delete
background-position: center center;
[210] Fix | Delete
background-repeat: no-repeat;
[211] Fix | Delete
background-size: 371px 260px;
[212] Fix | Delete
content: "";
[213] Fix | Delete
display: block;
[214] Fix | Delete
height: 260px;
[215] Fix | Delete
width: 100%;
[216] Fix | Delete
}
[217] Fix | Delete
[218] Fix | Delete
.wpforms-panel-fields .no-fields-preview::after {
[219] Fix | Delete
background-image: url("../../images/builder/default-arrow.svg");
[220] Fix | Delete
background-repeat: no-repeat;
[221] Fix | Delete
background-size: 97px 83px;
[222] Fix | Delete
content: "";
[223] Fix | Delete
height: 83px;
[224] Fix | Delete
inset-inline-start: 15px;
[225] Fix | Delete
position: absolute;
[226] Fix | Delete
top: 10px;
[227] Fix | Delete
width: 97px;
[228] Fix | Delete
}
[229] Fix | Delete
[230] Fix | Delete
.rtl .wpforms-panel-fields .no-fields-preview::after {
[231] Fix | Delete
transform: scale(-1, 1);
[232] Fix | Delete
}
[233] Fix | Delete
[234] Fix | Delete
.wpforms-panel-fields .no-fields-preview h4 {
[235] Fix | Delete
color: #444444;
[236] Fix | Delete
font-size: 24px;
[237] Fix | Delete
font-weight: 600;
[238] Fix | Delete
line-height: 29px;
[239] Fix | Delete
margin: 30px 0 10px;
[240] Fix | Delete
}
[241] Fix | Delete
[242] Fix | Delete
.wpforms-panel-fields .no-fields-preview p {
[243] Fix | Delete
color: #777777;
[244] Fix | Delete
font-size: 16px;
[245] Fix | Delete
font-weight: 400;
[246] Fix | Delete
line-height: 19px;
[247] Fix | Delete
margin: 0;
[248] Fix | Delete
}
[249] Fix | Delete
[250] Fix | Delete
.wpforms-panel-fields .wpforms-title-desc {
[251] Fix | Delete
border-bottom: 1px solid #dddddd;
[252] Fix | Delete
margin: 0 0 15px 0;
[253] Fix | Delete
}
[254] Fix | Delete
[255] Fix | Delete
.wpforms-panel-fields .wpforms-title-desc:hover {
[256] Fix | Delete
cursor: pointer;
[257] Fix | Delete
}
[258] Fix | Delete
[259] Fix | Delete
.wpforms-panel-fields .wpforms-title-desc .wpforms-form-name {
[260] Fix | Delete
font-size: 28px;
[261] Fix | Delete
font-weight: 600;
[262] Fix | Delete
line-height: 28px;
[263] Fix | Delete
margin: 0;
[264] Fix | Delete
padding: 0;
[265] Fix | Delete
}
[266] Fix | Delete
[267] Fix | Delete
.wpforms-panel-fields .wpforms-title-desc .wpforms-form-desc {
[268] Fix | Delete
color: #777777;
[269] Fix | Delete
display: block;
[270] Fix | Delete
font-size: 14px;
[271] Fix | Delete
line-height: 18px;
[272] Fix | Delete
margin: 15px 0 15px 0;
[273] Fix | Delete
}
[274] Fix | Delete
[275] Fix | Delete
.wpforms-panel-fields .wpforms-title-desc .wpforms-title-desc-inner {
[276] Fix | Delete
padding-bottom: 15px;
[277] Fix | Delete
padding-inline-end: 200px;
[278] Fix | Delete
}
[279] Fix | Delete
[280] Fix | Delete
.wpforms-panel-fields .wpforms-field-wrap {
[281] Fix | Delete
margin: 0px -15px;
[282] Fix | Delete
padding-top: 5px;
[283] Fix | Delete
padding-bottom: 19px;
[284] Fix | Delete
}
[285] Fix | Delete
[286] Fix | Delete
.wpforms-panel-fields .wpforms-field {
[287] Fix | Delete
border: 1px dashed transparent;
[288] Fix | Delete
border-radius: 6px;
[289] Fix | Delete
font-size: 14px;
[290] Fix | Delete
margin: 0 0 5px 0;
[291] Fix | Delete
padding: 15px;
[292] Fix | Delete
position: relative;
[293] Fix | Delete
transition-property: border-color;
[294] Fix | Delete
transition-duration: 0.25s;
[295] Fix | Delete
transition-timing-function: ease-in;
[296] Fix | Delete
}
[297] Fix | Delete
[298] Fix | Delete
.wpforms-panel-fields .wpforms-field:not(.wpforms-field-child-hovered):hover {
[299] Fix | Delete
border: 1px dashed #cccccc;
[300] Fix | Delete
cursor: pointer;
[301] Fix | Delete
}
[302] Fix | Delete
[303] Fix | Delete
.wpforms-panel-fields .wpforms-field.active {
[304] Fix | Delete
background-color: #f8f8f8;
[305] Fix | Delete
border: 1px dashed #cccccc;
[306] Fix | Delete
}
[307] Fix | Delete
[308] Fix | Delete
.wpforms-panel-fields .wpforms-field .label-title {
[309] Fix | Delete
cursor: pointer;
[310] Fix | Delete
display: block;
[311] Fix | Delete
font-size: 16px;
[312] Fix | Delete
font-weight: 600;
[313] Fix | Delete
line-height: 20px;
[314] Fix | Delete
margin: 0 0 15px 0;
[315] Fix | Delete
padding-inline-end: 60px;
[316] Fix | Delete
text-align: start;
[317] Fix | Delete
word-break: break-word;
[318] Fix | Delete
}
[319] Fix | Delete
[320] Fix | Delete
.wpforms-panel-fields .wpforms-field .label-title .required {
[321] Fix | Delete
color: #d63638;
[322] Fix | Delete
display: none;
[323] Fix | Delete
}
[324] Fix | Delete
[325] Fix | Delete
.wpforms-panel-fields .wpforms-field .label-title .hidden_text,
[326] Fix | Delete
.wpforms-panel-fields .wpforms-field .label-title .empty_text {
[327] Fix | Delete
display: none;
[328] Fix | Delete
}
[329] Fix | Delete
[330] Fix | Delete
.wpforms-panel-fields .wpforms-field .label-title .text {
[331] Fix | Delete
display: inline-block;
[332] Fix | Delete
margin-inline-end: 15px;
[333] Fix | Delete
white-space: nowrap;
[334] Fix | Delete
overflow: hidden;
[335] Fix | Delete
text-overflow: ellipsis;
[336] Fix | Delete
max-width: 100%;
[337] Fix | Delete
}
[338] Fix | Delete
[339] Fix | Delete
.wpforms-panel-fields .wpforms-field .label-title .text:has(~ .required ~ .wpforms-badge) {
[340] Fix | Delete
max-width: calc( 100% - 75px);
[341] Fix | Delete
}
[342] Fix | Delete
[343] Fix | Delete
.wpforms-panel-fields .wpforms-field .label-title .grey .wpforms-badge {
[344] Fix | Delete
margin-inline-start: 15px;
[345] Fix | Delete
}
[346] Fix | Delete
[347] Fix | Delete
.wpforms-panel-fields .wpforms-field .label-title .wpforms-badge {
[348] Fix | Delete
vertical-align: top;
[349] Fix | Delete
margin-top: -1px;
[350] Fix | Delete
}
[351] Fix | Delete
[352] Fix | Delete
.wpforms-panel-fields .wpforms-field.label_empty > .label-title {
[353] Fix | Delete
color: #444444;
[354] Fix | Delete
}
[355] Fix | Delete
[356] Fix | Delete
.wpforms-panel-fields .wpforms-field.label_empty > .label-title .empty_text {
[357] Fix | Delete
display: inline;
[358] Fix | Delete
color: #ffb900;
[359] Fix | Delete
line-height: 1;
[360] Fix | Delete
padding-right: 5px;
[361] Fix | Delete
}
[362] Fix | Delete
[363] Fix | Delete
.wpforms-panel-fields .wpforms-field.label_empty > .label-title .hidden_text {
[364] Fix | Delete
display: none !important;
[365] Fix | Delete
}
[366] Fix | Delete
[367] Fix | Delete
.wpforms-panel-fields .wpforms-field.label_hide.label_empty > .label-title .text {
[368] Fix | Delete
color: #444444;
[369] Fix | Delete
}
[370] Fix | Delete
[371] Fix | Delete
.wpforms-panel-fields .wpforms-field.label_hide > .label-title {
[372] Fix | Delete
color: #777777;
[373] Fix | Delete
}
[374] Fix | Delete
[375] Fix | Delete
.wpforms-panel-fields .wpforms-field.label_hide > .label-title .hidden_text {
[376] Fix | Delete
display: inline;
[377] Fix | Delete
color: #777777;
[378] Fix | Delete
padding-inline-end: 5px;
[379] Fix | Delete
vertical-align: top;
[380] Fix | Delete
}
[381] Fix | Delete
[382] Fix | Delete
.wpforms-panel-fields .wpforms-field.sublabel_hide .wpforms-sub-label {
[383] Fix | Delete
display: none;
[384] Fix | Delete
}
[385] Fix | Delete
[386] Fix | Delete
.wpforms-panel-fields .wpforms-field.required .label-title .required {
[387] Fix | Delete
display: inline-block;
[388] Fix | Delete
font-weight: 300;
[389] Fix | Delete
margin-inline-start: 5px;
[390] Fix | Delete
margin-inline-end: 15px;
[391] Fix | Delete
vertical-align: top;
[392] Fix | Delete
}
[393] Fix | Delete
[394] Fix | Delete
.wpforms-panel-fields .wpforms-field.required .label-title .text {
[395] Fix | Delete
margin-inline-end: 0;
[396] Fix | Delete
}
[397] Fix | Delete
[398] Fix | Delete
.wpforms-panel-fields .wpforms-field.required .label-title .text:has(~ .required ~ .wpforms-badge) {
[399] Fix | Delete
max-width: calc( 100% - 90px);
[400] Fix | Delete
}
[401] Fix | Delete
[402] Fix | Delete
.wpforms-panel-fields .wpforms-field .wpforms-sub-label {
[403] Fix | Delete
color: #999999;
[404] Fix | Delete
display: block;
[405] Fix | Delete
font-size: 14px;
[406] Fix | Delete
line-height: 17px;
[407] Fix | Delete
margin-top: 5px;
[408] Fix | Delete
margin-inline-start: 1px;
[409] Fix | Delete
word-break: break-word;
[410] Fix | Delete
}
[411] Fix | Delete
[412] Fix | Delete
.wpforms-panel-fields .wpforms-field input[readonly], .wpforms-panel-fields .wpforms-field input[disabled],
[413] Fix | Delete
.wpforms-panel-fields .wpforms-field textarea[readonly],
[414] Fix | Delete
.wpforms-panel-fields .wpforms-field textarea[disabled],
[415] Fix | Delete
.wpforms-panel-fields .wpforms-field select[readonly],
[416] Fix | Delete
.wpforms-panel-fields .wpforms-field select[disabled] {
[417] Fix | Delete
background-color: #ffffff;
[418] Fix | Delete
border: 1px solid #cccccc;
[419] Fix | Delete
box-shadow: none;
[420] Fix | Delete
color: #999999;
[421] Fix | Delete
cursor: pointer;
[422] Fix | Delete
opacity: 1;
[423] Fix | Delete
}
[424] Fix | Delete
[425] Fix | Delete
.wpforms-panel-fields .wpforms-field input[type=text],
[426] Fix | Delete
.wpforms-panel-fields .wpforms-field input[type=range],
[427] Fix | Delete
.wpforms-panel-fields .wpforms-field input[type=email],
[428] Fix | Delete
.wpforms-panel-fields .wpforms-field input[type=url],
[429] Fix | Delete
.wpforms-panel-fields .wpforms-field input[type=password],
[430] Fix | Delete
.wpforms-panel-fields .wpforms-field input[type=file],
[431] Fix | Delete
.wpforms-panel-fields .wpforms-field select,
[432] Fix | Delete
.wpforms-panel-fields .wpforms-field textarea {
[433] Fix | Delete
background-color: #ffffff;
[434] Fix | Delete
border: 1px solid #cccccc;
[435] Fix | Delete
border-radius: 4px;
[436] Fix | Delete
box-shadow: none;
[437] Fix | Delete
display: block;
[438] Fix | Delete
font-size: 16px;
[439] Fix | Delete
height: 40px;
[440] Fix | Delete
max-width: none;
[441] Fix | Delete
padding: 6px 10px;
[442] Fix | Delete
width: 60%;
[443] Fix | Delete
min-width: 250px;
[444] Fix | Delete
}
[445] Fix | Delete
[446] Fix | Delete
.wpforms-panel-fields .wpforms-field textarea {
[447] Fix | Delete
height: 110px;
[448] Fix | Delete
width: 100%;
[449] Fix | Delete
min-width: 100%;
[450] Fix | Delete
}
[451] Fix | Delete
[452] Fix | Delete
.wpforms-panel-fields .wpforms-field textarea[readonly], .wpforms-panel-fields .wpforms-field textarea[disabled] {
[453] Fix | Delete
resize: none;
[454] Fix | Delete
}
[455] Fix | Delete
[456] Fix | Delete
.wpforms-panel-fields .wpforms-field input[type=checkbox],
[457] Fix | Delete
.wpforms-panel-fields .wpforms-field input[type=radio] {
[458] Fix | Delete
margin-right: 10px;
[459] Fix | Delete
}
[460] Fix | Delete
[461] Fix | Delete
.wpforms-panel-fields .wpforms-field select[multiple] {
[462] Fix | Delete
height: auto;
[463] Fix | Delete
}
[464] Fix | Delete
[465] Fix | Delete
.wpforms-panel-fields .wpforms-field select {
[466] Fix | Delete
padding-inline-end: 24px;
[467] Fix | Delete
overflow: hidden !important;
[468] Fix | Delete
text-overflow: ellipsis;
[469] Fix | Delete
}
[470] Fix | Delete
[471] Fix | Delete
.wpforms-panel-fields .wpforms-field select > option {
[472] Fix | Delete
color: inherit;
[473] Fix | Delete
opacity: 1;
[474] Fix | Delete
}
[475] Fix | Delete
[476] Fix | Delete
.wpforms-panel-fields .wpforms-field.size-small input[type=text],
[477] Fix | Delete
.wpforms-panel-fields .wpforms-field.size-small input[type=range],
[478] Fix | Delete
.wpforms-panel-fields .wpforms-field.size-small input[type=email],
[479] Fix | Delete
.wpforms-panel-fields .wpforms-field.size-small input[type=url],
[480] Fix | Delete
.wpforms-panel-fields .wpforms-field.size-small input[type=password],
[481] Fix | Delete
.wpforms-panel-fields .wpforms-field.size-small select {
[482] Fix | Delete
width: 25%;
[483] Fix | Delete
}
[484] Fix | Delete
[485] Fix | Delete
.wpforms-panel-fields .wpforms-field.size-small textarea {
[486] Fix | Delete
height: 60px;
[487] Fix | Delete
}
[488] Fix | Delete
[489] Fix | Delete
.wpforms-panel-fields .wpforms-field.size-large input[type=text],
[490] Fix | Delete
.wpforms-panel-fields .wpforms-field.size-large input[type=range],
[491] Fix | Delete
.wpforms-panel-fields .wpforms-field.size-large input[type=email],
[492] Fix | Delete
.wpforms-panel-fields .wpforms-field.size-large input[type=url],
[493] Fix | Delete
.wpforms-panel-fields .wpforms-field.size-large input[type=password],
[494] Fix | Delete
.wpforms-panel-fields .wpforms-field.size-large select {
[495] Fix | Delete
width: 100%;
[496] Fix | Delete
}
[497] Fix | Delete
[498] Fix | Delete
.wpforms-panel-fields .wpforms-field.size-large textarea {
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function