Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/wpforms-.../assets/css
File: admin.css
@charset "UTF-8";
[0] Fix | Delete
.tooltipster-base.tooltipster-sidetip .tooltipster-content {
[1] Fix | Delete
font-size: 14px;
[2] Fix | Delete
padding: 8px 16px;
[3] Fix | Delete
}
[4] Fix | Delete
[5] Fix | Delete
.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
[6] Fix | Delete
display: none;
[7] Fix | Delete
}
[8] Fix | Delete
[9] Fix | Delete
.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
[10] Fix | Delete
border-width: 6px;
[11] Fix | Delete
border-color: transparent;
[12] Fix | Delete
}
[13] Fix | Delete
[14] Fix | Delete
.tooltipster-base.tooltipster-sidetip .tooltipster-box {
[15] Fix | Delete
background: rgba(34, 34, 34, 0.95);
[16] Fix | Delete
border: none;
[17] Fix | Delete
}
[18] Fix | Delete
[19] Fix | Delete
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background, .tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
[20] Fix | Delete
top: 0;
[21] Fix | Delete
}
[22] Fix | Delete
[23] Fix | Delete
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-content, .tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-content {
[24] Fix | Delete
text-align: center;
[25] Fix | Delete
}
[26] Fix | Delete
[27] Fix | Delete
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow, .tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
[28] Fix | Delete
height: 6px;
[29] Fix | Delete
margin-left: -6px;
[30] Fix | Delete
width: 12px;
[31] Fix | Delete
}
[32] Fix | Delete
[33] Fix | Delete
.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background, .tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
[34] Fix | Delete
left: 0;
[35] Fix | Delete
}
[36] Fix | Delete
[37] Fix | Delete
.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow, .tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
[38] Fix | Delete
height: 12px;
[39] Fix | Delete
margin-top: -6px;
[40] Fix | Delete
width: 6px;
[41] Fix | Delete
}
[42] Fix | Delete
[43] Fix | Delete
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-box {
[44] Fix | Delete
margin-bottom: 6px;
[45] Fix | Delete
}
[46] Fix | Delete
[47] Fix | Delete
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
[48] Fix | Delete
border-top-color: rgba(34, 34, 34, 0.95);
[49] Fix | Delete
}
[50] Fix | Delete
[51] Fix | Delete
.tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
[52] Fix | Delete
margin-top: 6px;
[53] Fix | Delete
}
[54] Fix | Delete
[55] Fix | Delete
.tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
[56] Fix | Delete
border-bottom-color: rgba(34, 34, 34, 0.95);
[57] Fix | Delete
}
[58] Fix | Delete
[59] Fix | Delete
.tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
[60] Fix | Delete
top: -6px;
[61] Fix | Delete
}
[62] Fix | Delete
[63] Fix | Delete
.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-box {
[64] Fix | Delete
margin-left: 6px;
[65] Fix | Delete
}
[66] Fix | Delete
[67] Fix | Delete
.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
[68] Fix | Delete
border-right-color: rgba(34, 34, 34, 0.95);
[69] Fix | Delete
}
[70] Fix | Delete
[71] Fix | Delete
.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
[72] Fix | Delete
left: -6px;
[73] Fix | Delete
}
[74] Fix | Delete
[75] Fix | Delete
.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-box {
[76] Fix | Delete
margin-right: 6px;
[77] Fix | Delete
}
[78] Fix | Delete
[79] Fix | Delete
.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
[80] Fix | Delete
border-left-color: rgba(34, 34, 34, 0.95);
[81] Fix | Delete
}
[82] Fix | Delete
[83] Fix | Delete
.choices {
[84] Fix | Delete
position: relative;
[85] Fix | Delete
margin-bottom: 24px;
[86] Fix | Delete
}
[87] Fix | Delete
[88] Fix | Delete
.choices ::-webkit-input-placeholder {
[89] Fix | Delete
color: #999999;
[90] Fix | Delete
}
[91] Fix | Delete
[92] Fix | Delete
.choices ::-moz-placeholder {
[93] Fix | Delete
color: #999999;
[94] Fix | Delete
opacity: 1;
[95] Fix | Delete
}
[96] Fix | Delete
[97] Fix | Delete
.choices ::placeholder {
[98] Fix | Delete
color: #999999;
[99] Fix | Delete
}
[100] Fix | Delete
[101] Fix | Delete
.choices:focus {
[102] Fix | Delete
outline: none;
[103] Fix | Delete
}
[104] Fix | Delete
[105] Fix | Delete
.choices:last-child {
[106] Fix | Delete
margin-bottom: 0;
[107] Fix | Delete
}
[108] Fix | Delete
[109] Fix | Delete
.choices.is-disabled .choices__inner,
[110] Fix | Delete
.choices.is-disabled .choices__input {
[111] Fix | Delete
background-color: #bbbbbb;
[112] Fix | Delete
cursor: not-allowed;
[113] Fix | Delete
user-select: none;
[114] Fix | Delete
}
[115] Fix | Delete
[116] Fix | Delete
.choices [hidden] {
[117] Fix | Delete
display: none !important;
[118] Fix | Delete
}
[119] Fix | Delete
[120] Fix | Delete
.choices * {
[121] Fix | Delete
box-sizing: border-box;
[122] Fix | Delete
}
[123] Fix | Delete
[124] Fix | Delete
.choices.is-open .choices__inner {
[125] Fix | Delete
border-radius: 4px 4px 0 0;
[126] Fix | Delete
}
[127] Fix | Delete
[128] Fix | Delete
.choices.is-open.is-flipped .choices__inner {
[129] Fix | Delete
border-radius: 0 0 4px 4px;
[130] Fix | Delete
}
[131] Fix | Delete
[132] Fix | Delete
.choices[data-type*="select-one"] {
[133] Fix | Delete
cursor: pointer;
[134] Fix | Delete
}
[135] Fix | Delete
[136] Fix | Delete
.choices[data-type*="select-one"] .choices__inner {
[137] Fix | Delete
display: flex;
[138] Fix | Delete
flex-wrap: wrap;
[139] Fix | Delete
align-items: center;
[140] Fix | Delete
padding-top: 0 !important;
[141] Fix | Delete
}
[142] Fix | Delete
[143] Fix | Delete
.choices[data-type*="select-one"] input.choices__input {
[144] Fix | Delete
display: block;
[145] Fix | Delete
width: calc(100% - 20px) !important;
[146] Fix | Delete
margin: 10px !important;
[147] Fix | Delete
padding: 7px 12px !important;
[148] Fix | Delete
box-sizing: border-box !important;
[149] Fix | Delete
border: 1px solid #8c8f94 !important;
[150] Fix | Delete
border-radius: 4px !important;
[151] Fix | Delete
background-color: #fff;
[152] Fix | Delete
}
[153] Fix | Delete
[154] Fix | Delete
.choices[data-type*="select-one"] input.choices__input:focus {
[155] Fix | Delete
border: 1px solid #056aab !important;
[156] Fix | Delete
box-shadow: 0 0 0 1px #056aab !important;
[157] Fix | Delete
outline: none !important;
[158] Fix | Delete
}
[159] Fix | Delete
[160] Fix | Delete
.choices[data-type*="select-one"] .choices__button {
[161] Fix | Delete
background-image: url("../images/cross-inverse.svg");
[162] Fix | Delete
padding: 0;
[163] Fix | Delete
background-size: 8px;
[164] Fix | Delete
position: absolute;
[165] Fix | Delete
top: 50%;
[166] Fix | Delete
inset-inline-end: 0;
[167] Fix | Delete
margin-top: -10px;
[168] Fix | Delete
margin-inline-end: 25px;
[169] Fix | Delete
height: 20px;
[170] Fix | Delete
width: 20px;
[171] Fix | Delete
border-radius: 10em;
[172] Fix | Delete
opacity: .5;
[173] Fix | Delete
}
[174] Fix | Delete
[175] Fix | Delete
.choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
[176] Fix | Delete
opacity: 1;
[177] Fix | Delete
}
[178] Fix | Delete
[179] Fix | Delete
.choices[data-type*="select-one"] .choices__button:focus {
[180] Fix | Delete
box-shadow: 0 0 0 2px #036aab;
[181] Fix | Delete
}
[182] Fix | Delete
[183] Fix | Delete
.choices[data-type*="select-one"] .choices__item[data-value=''] .choices__button {
[184] Fix | Delete
display: none;
[185] Fix | Delete
}
[186] Fix | Delete
[187] Fix | Delete
.choices[data-type*="select-one"]:after {
[188] Fix | Delete
content: "";
[189] Fix | Delete
height: 0;
[190] Fix | Delete
width: 0;
[191] Fix | Delete
border-style: solid;
[192] Fix | Delete
border-color: currentColor transparent transparent transparent;
[193] Fix | Delete
border-width: 5px;
[194] Fix | Delete
position: absolute;
[195] Fix | Delete
inset-inline-end: 11.5px;
[196] Fix | Delete
top: 50%;
[197] Fix | Delete
margin-top: -2.5px;
[198] Fix | Delete
pointer-events: none;
[199] Fix | Delete
}
[200] Fix | Delete
[201] Fix | Delete
.choices[data-type*="select-one"].is-open:after {
[202] Fix | Delete
border-color: transparent transparent currentColor transparent;
[203] Fix | Delete
margin-top: -7.5px;
[204] Fix | Delete
}
[205] Fix | Delete
[206] Fix | Delete
.choices[data-type*="select-one"][dir="rtl"]:after {
[207] Fix | Delete
left: 11.5px;
[208] Fix | Delete
right: auto;
[209] Fix | Delete
}
[210] Fix | Delete
[211] Fix | Delete
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
[212] Fix | Delete
right: auto;
[213] Fix | Delete
left: 0;
[214] Fix | Delete
margin-left: 25px;
[215] Fix | Delete
margin-right: 0;
[216] Fix | Delete
}
[217] Fix | Delete
[218] Fix | Delete
.choices[data-type*="select-multiple"] .choices__inner {
[219] Fix | Delete
padding-right: 24px;
[220] Fix | Delete
}
[221] Fix | Delete
[222] Fix | Delete
.choices[data-type*="select-multiple"] .choices__inner .choices__input {
[223] Fix | Delete
padding: 0 4px !important;
[224] Fix | Delete
max-width: 100%;
[225] Fix | Delete
background-color: transparent;
[226] Fix | Delete
line-height: 22px;
[227] Fix | Delete
}
[228] Fix | Delete
[229] Fix | Delete
.choices[data-type*="select-multiple"]:after {
[230] Fix | Delete
content: "";
[231] Fix | Delete
height: 0;
[232] Fix | Delete
width: 0;
[233] Fix | Delete
border-style: solid;
[234] Fix | Delete
border-color: currentColor transparent transparent transparent;
[235] Fix | Delete
border-width: 5px;
[236] Fix | Delete
position: absolute;
[237] Fix | Delete
inset-inline-end: 11.5px;
[238] Fix | Delete
top: 50%;
[239] Fix | Delete
margin-top: -1.5px;
[240] Fix | Delete
pointer-events: none;
[241] Fix | Delete
}
[242] Fix | Delete
[243] Fix | Delete
.choices[data-type*="select-multiple"].is-open:after {
[244] Fix | Delete
border-color: transparent transparent currentColor transparent;
[245] Fix | Delete
margin-top: -7.5px;
[246] Fix | Delete
}
[247] Fix | Delete
[248] Fix | Delete
.choices[data-type*="select-multiple"] .choices__inner,
[249] Fix | Delete
.choices[data-type*="text"] .choices__inner {
[250] Fix | Delete
cursor: text;
[251] Fix | Delete
}
[252] Fix | Delete
[253] Fix | Delete
.choices[data-type*="select-multiple"] .choices__button,
[254] Fix | Delete
.choices[data-type*="text"] .choices__button {
[255] Fix | Delete
position: absolute;
[256] Fix | Delete
display: inline-block;
[257] Fix | Delete
vertical-align: baseline;
[258] Fix | Delete
margin-top: 0;
[259] Fix | Delete
margin-bottom: 0;
[260] Fix | Delete
margin-inline-start: 5px;
[261] Fix | Delete
padding: 0;
[262] Fix | Delete
background-color: transparent;
[263] Fix | Delete
background-image: url("../images/cross.svg");
[264] Fix | Delete
background-size: 12px;
[265] Fix | Delete
background-position: center center;
[266] Fix | Delete
background-repeat: no-repeat;
[267] Fix | Delete
width: 12px;
[268] Fix | Delete
height: 12px;
[269] Fix | Delete
line-height: 1;
[270] Fix | Delete
opacity: .75;
[271] Fix | Delete
border-radius: 0;
[272] Fix | Delete
inset-inline-end: 4px;
[273] Fix | Delete
}
[274] Fix | Delete
[275] Fix | Delete
.choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus,
[276] Fix | Delete
.choices[data-type*="text"] .choices__button:hover,
[277] Fix | Delete
.choices[data-type*="text"] .choices__button:focus {
[278] Fix | Delete
opacity: 1;
[279] Fix | Delete
}
[280] Fix | Delete
[281] Fix | Delete
.choices__inner {
[282] Fix | Delete
width: 100%;
[283] Fix | Delete
background-color: #ffffff;
[284] Fix | Delete
padding: 4px 6px 0;
[285] Fix | Delete
border: 1px solid #8c8f94;
[286] Fix | Delete
overflow: hidden;
[287] Fix | Delete
border-radius: 4px;
[288] Fix | Delete
}
[289] Fix | Delete
[290] Fix | Delete
.choices__list {
[291] Fix | Delete
margin: 0;
[292] Fix | Delete
padding-left: 0;
[293] Fix | Delete
list-style: none;
[294] Fix | Delete
}
[295] Fix | Delete
[296] Fix | Delete
.choices__list--single {
[297] Fix | Delete
display: inline-block;
[298] Fix | Delete
vertical-align: baseline;
[299] Fix | Delete
width: 100%;
[300] Fix | Delete
padding: 0 16px 0 4px;
[301] Fix | Delete
font-size: 0.875em;
[302] Fix | Delete
}
[303] Fix | Delete
[304] Fix | Delete
.choices__list--single .choices__item {
[305] Fix | Delete
width: 100%;
[306] Fix | Delete
overflow: hidden;
[307] Fix | Delete
text-overflow: ellipsis;
[308] Fix | Delete
padding-inline-end: 20px;
[309] Fix | Delete
white-space: nowrap;
[310] Fix | Delete
color: #2c3338;
[311] Fix | Delete
}
[312] Fix | Delete
[313] Fix | Delete
.choices__list--single .choices__item[data-value=''] {
[314] Fix | Delete
padding-inline-end: 0;
[315] Fix | Delete
}
[316] Fix | Delete
[317] Fix | Delete
.choices__list--multiple {
[318] Fix | Delete
display: inline;
[319] Fix | Delete
height: auto;
[320] Fix | Delete
overflow: auto;
[321] Fix | Delete
}
[322] Fix | Delete
[323] Fix | Delete
.choices__list--multiple .choices__item {
[324] Fix | Delete
display: inline-block;
[325] Fix | Delete
vertical-align: middle;
[326] Fix | Delete
position: relative;
[327] Fix | Delete
align-items: center;
[328] Fix | Delete
border-radius: 2px;
[329] Fix | Delete
padding-block: 4px;
[330] Fix | Delete
padding-inline: 7px 20px;
[331] Fix | Delete
font-size: .75em;
[332] Fix | Delete
line-height: 1;
[333] Fix | Delete
font-weight: 400;
[334] Fix | Delete
margin: 0 6px 4px 0;
[335] Fix | Delete
background-color: #036aab;
[336] Fix | Delete
border: 1px solid #036aab;
[337] Fix | Delete
color: #ffffff;
[338] Fix | Delete
white-space: nowrap;
[339] Fix | Delete
overflow: hidden;
[340] Fix | Delete
text-overflow: ellipsis;
[341] Fix | Delete
max-width: calc(100% - 10px);
[342] Fix | Delete
}
[343] Fix | Delete
[344] Fix | Delete
.choices__list--multiple .choices__item.is-highlighted {
[345] Fix | Delete
background-color: #036aab;
[346] Fix | Delete
}
[347] Fix | Delete
[348] Fix | Delete
.is-disabled .choices__list--multiple .choices__item {
[349] Fix | Delete
background-color: #bbbbbb;
[350] Fix | Delete
border: 1px solid #bbbbbb;
[351] Fix | Delete
}
[352] Fix | Delete
[353] Fix | Delete
.choices__list--dropdown {
[354] Fix | Delete
display: none;
[355] Fix | Delete
z-index: 101;
[356] Fix | Delete
position: absolute;
[357] Fix | Delete
width: 100%;
[358] Fix | Delete
background-color: #ffffff;
[359] Fix | Delete
border: 1px solid #8c8f94;
[360] Fix | Delete
top: 100%;
[361] Fix | Delete
margin-top: -1px;
[362] Fix | Delete
border-bottom-left-radius: 4px;
[363] Fix | Delete
border-bottom-right-radius: 4px;
[364] Fix | Delete
overflow: hidden;
[365] Fix | Delete
overflow-wrap: break-word;
[366] Fix | Delete
}
[367] Fix | Delete
[368] Fix | Delete
.choices__list--dropdown.is-active {
[369] Fix | Delete
display: block;
[370] Fix | Delete
}
[371] Fix | Delete
[372] Fix | Delete
.choices__list--dropdown .choices__list {
[373] Fix | Delete
position: relative;
[374] Fix | Delete
max-height: 300px;
[375] Fix | Delete
overflow: auto;
[376] Fix | Delete
-webkit-overflow-scrolling: touch;
[377] Fix | Delete
will-change: scroll-position;
[378] Fix | Delete
}
[379] Fix | Delete
[380] Fix | Delete
.choices__list--dropdown .choices__item {
[381] Fix | Delete
position: relative;
[382] Fix | Delete
vertical-align: top;
[383] Fix | Delete
padding: 10px;
[384] Fix | Delete
font-size: .875em;
[385] Fix | Delete
}
[386] Fix | Delete
[387] Fix | Delete
.choices__list--dropdown .choices__item--selectable.is-highlighted {
[388] Fix | Delete
background-color: #f6f6f6;
[389] Fix | Delete
}
[390] Fix | Delete
[391] Fix | Delete
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
[392] Fix | Delete
opacity: .5;
[393] Fix | Delete
}
[394] Fix | Delete
[395] Fix | Delete
.choices__list--dropdown .choices__placeholder {
[396] Fix | Delete
display: none;
[397] Fix | Delete
}
[398] Fix | Delete
[399] Fix | Delete
.is-flipped .choices__list--dropdown {
[400] Fix | Delete
top: auto;
[401] Fix | Delete
bottom: 100%;
[402] Fix | Delete
margin-top: 0;
[403] Fix | Delete
margin-bottom: -1px;
[404] Fix | Delete
border-radius: 4px 4px 0 0;
[405] Fix | Delete
}
[406] Fix | Delete
[407] Fix | Delete
.choices__item {
[408] Fix | Delete
cursor: default;
[409] Fix | Delete
}
[410] Fix | Delete
[411] Fix | Delete
.choices__item--selectable {
[412] Fix | Delete
cursor: pointer;
[413] Fix | Delete
}
[414] Fix | Delete
[415] Fix | Delete
.choices__item--disabled {
[416] Fix | Delete
cursor: not-allowed;
[417] Fix | Delete
user-select: none;
[418] Fix | Delete
opacity: .5;
[419] Fix | Delete
}
[420] Fix | Delete
[421] Fix | Delete
.choices__heading {
[422] Fix | Delete
font-weight: 600;
[423] Fix | Delete
font-size: .75em;
[424] Fix | Delete
text-transform: uppercase;
[425] Fix | Delete
padding: 10px;
[426] Fix | Delete
border-top: 1px solid #b4b6b9;
[427] Fix | Delete
border-bottom: 1px solid #b4b6b9;
[428] Fix | Delete
color: #a6a6a6;
[429] Fix | Delete
}
[430] Fix | Delete
[431] Fix | Delete
.choices__group[data-value="hidden"] > .choices__heading {
[432] Fix | Delete
display: none;
[433] Fix | Delete
}
[434] Fix | Delete
[435] Fix | Delete
.choices__button {
[436] Fix | Delete
text-indent: -9999px;
[437] Fix | Delete
-webkit-appearance: none;
[438] Fix | Delete
appearance: none;
[439] Fix | Delete
border: 0;
[440] Fix | Delete
background-color: transparent;
[441] Fix | Delete
background-repeat: no-repeat;
[442] Fix | Delete
background-position: center;
[443] Fix | Delete
cursor: pointer;
[444] Fix | Delete
}
[445] Fix | Delete
[446] Fix | Delete
.choices__button:focus {
[447] Fix | Delete
outline: none;
[448] Fix | Delete
}
[449] Fix | Delete
[450] Fix | Delete
.choices__input {
[451] Fix | Delete
display: inline-block;
[452] Fix | Delete
background-color: transparent;
[453] Fix | Delete
margin: 0 0 2px 0 !important;
[454] Fix | Delete
border: 0 !important;
[455] Fix | Delete
border-radius: 0 !important;
[456] Fix | Delete
min-height: 20px !important;
[457] Fix | Delete
padding: 2px 4px !important;
[458] Fix | Delete
height: auto !important;
[459] Fix | Delete
min-width: 1ch;
[460] Fix | Delete
width: 1ch;
[461] Fix | Delete
vertical-align: middle;
[462] Fix | Delete
}
[463] Fix | Delete
[464] Fix | Delete
.choices__input::-webkit-search-cancel-button {
[465] Fix | Delete
display: none;
[466] Fix | Delete
}
[467] Fix | Delete
[468] Fix | Delete
.choices__input--hidden {
[469] Fix | Delete
clip: rect(1px, 1px, 1px, 1px) !important;
[470] Fix | Delete
clip-path: inset(50%) !important;
[471] Fix | Delete
height: 1px !important;
[472] Fix | Delete
margin: -1px !important;
[473] Fix | Delete
overflow: hidden !important;
[474] Fix | Delete
padding: 0 !important;
[475] Fix | Delete
position: absolute !important;
[476] Fix | Delete
width: 1px !important;
[477] Fix | Delete
min-width: auto !important;
[478] Fix | Delete
word-wrap: normal !important;
[479] Fix | Delete
}
[480] Fix | Delete
[481] Fix | Delete
.choices .choices__inner input.choices__input:focus {
[482] Fix | Delete
outline: none !important;
[483] Fix | Delete
box-shadow: none !important;
[484] Fix | Delete
border: none !important;
[485] Fix | Delete
}
[486] Fix | Delete
[487] Fix | Delete
.choices__placeholder {
[488] Fix | Delete
opacity: .5;
[489] Fix | Delete
}
[490] Fix | Delete
[491] Fix | Delete
#wpforms-admin-form-embed-wizard .choices.is-open.is-flipped .choices__inner {
[492] Fix | Delete
border-radius: 4px 4px 0 0;
[493] Fix | Delete
}
[494] Fix | Delete
[495] Fix | Delete
#wpforms-admin-form-embed-wizard .is-flipped .choices__list--dropdown {
[496] Fix | Delete
border-radius: inherit;
[497] Fix | Delete
}
[498] Fix | Delete
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function