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