Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/wpforms-.../assets/css/builder
File: builder-basic.css
animation: wpforms-spinner-rotation 0.8s linear infinite;
[500] Fix | Delete
}
[501] Fix | Delete
[502] Fix | Delete
.wpforms-loading-spinner.wpforms-loading-white {
[503] Fix | Delete
background-image: url("../../images/spinner-white.svg");
[504] Fix | Delete
}
[505] Fix | Delete
[506] Fix | Delete
.wpforms-loading-spinner.wpforms-loading-blue {
[507] Fix | Delete
background-image: url("../../images/spinner-blue.svg");
[508] Fix | Delete
background-size: 14px 15px;
[509] Fix | Delete
}
[510] Fix | Delete
[511] Fix | Delete
.wpforms-loading-spinner.wpforms-loading-md {
[512] Fix | Delete
background-size: 24px 24px;
[513] Fix | Delete
height: 24px;
[514] Fix | Delete
width: 24px;
[515] Fix | Delete
}
[516] Fix | Delete
[517] Fix | Delete
.wpforms-loading-spinner.wpforms-loading-inline {
[518] Fix | Delete
display: inline-block;
[519] Fix | Delete
margin: auto;
[520] Fix | Delete
}
[521] Fix | Delete
[522] Fix | Delete
@keyframes wpforms-spinner-rotation {
[523] Fix | Delete
from {
[524] Fix | Delete
transform: rotate(0deg);
[525] Fix | Delete
}
[526] Fix | Delete
to {
[527] Fix | Delete
transform: rotate(360deg);
[528] Fix | Delete
}
[529] Fix | Delete
}
[530] Fix | Delete
[531] Fix | Delete
.rtl #wpforms-builder .wpforms-help-tooltip {
[532] Fix | Delete
margin: 0 10px 0 0;
[533] Fix | Delete
}
[534] Fix | Delete
[535] Fix | Delete
input[type=text],
[536] Fix | Delete
input[type=number],
[537] Fix | Delete
input[type=email],
[538] Fix | Delete
input[type=url],
[539] Fix | Delete
input[type=password],
[540] Fix | Delete
input[type=search],
[541] Fix | Delete
input[type=tel],
[542] Fix | Delete
textarea,
[543] Fix | Delete
select {
[544] Fix | Delete
border: 1px solid #cccccc;
[545] Fix | Delete
border-radius: 4px;
[546] Fix | Delete
box-shadow: none;
[547] Fix | Delete
color: #444444;
[548] Fix | Delete
font-size: 14px;
[549] Fix | Delete
height: 32px;
[550] Fix | Delete
line-height: 18px;
[551] Fix | Delete
margin: 0;
[552] Fix | Delete
padding: 6px 10px;
[553] Fix | Delete
}
[554] Fix | Delete
[555] Fix | Delete
input[type=text].readonly, input[type=text][readonly], input[type=text].disabled, input[type=text]:disabled,
[556] Fix | Delete
input[type=number].readonly,
[557] Fix | Delete
input[type=number][readonly],
[558] Fix | Delete
input[type=number].disabled,
[559] Fix | Delete
input[type=number]:disabled,
[560] Fix | Delete
input[type=email].readonly,
[561] Fix | Delete
input[type=email][readonly],
[562] Fix | Delete
input[type=email].disabled,
[563] Fix | Delete
input[type=email]:disabled,
[564] Fix | Delete
input[type=url].readonly,
[565] Fix | Delete
input[type=url][readonly],
[566] Fix | Delete
input[type=url].disabled,
[567] Fix | Delete
input[type=url]:disabled,
[568] Fix | Delete
input[type=password].readonly,
[569] Fix | Delete
input[type=password][readonly],
[570] Fix | Delete
input[type=password].disabled,
[571] Fix | Delete
input[type=password]:disabled,
[572] Fix | Delete
input[type=search].readonly,
[573] Fix | Delete
input[type=search][readonly],
[574] Fix | Delete
input[type=search].disabled,
[575] Fix | Delete
input[type=search]:disabled,
[576] Fix | Delete
input[type=tel].readonly,
[577] Fix | Delete
input[type=tel][readonly],
[578] Fix | Delete
input[type=tel].disabled,
[579] Fix | Delete
input[type=tel]:disabled,
[580] Fix | Delete
textarea.readonly,
[581] Fix | Delete
textarea[readonly],
[582] Fix | Delete
textarea.disabled,
[583] Fix | Delete
textarea:disabled,
[584] Fix | Delete
select.readonly,
[585] Fix | Delete
select[readonly],
[586] Fix | Delete
select.disabled,
[587] Fix | Delete
select:disabled {
[588] Fix | Delete
opacity: .5;
[589] Fix | Delete
cursor: default;
[590] Fix | Delete
}
[591] Fix | Delete
[592] Fix | Delete
input[type=text].readonly:focus, input[type=text][readonly]:focus, input[type=text].disabled:focus, input[type=text]:disabled:focus,
[593] Fix | Delete
input[type=number].readonly:focus,
[594] Fix | Delete
input[type=number][readonly]:focus,
[595] Fix | Delete
input[type=number].disabled:focus,
[596] Fix | Delete
input[type=number]:disabled:focus,
[597] Fix | Delete
input[type=email].readonly:focus,
[598] Fix | Delete
input[type=email][readonly]:focus,
[599] Fix | Delete
input[type=email].disabled:focus,
[600] Fix | Delete
input[type=email]:disabled:focus,
[601] Fix | Delete
input[type=url].readonly:focus,
[602] Fix | Delete
input[type=url][readonly]:focus,
[603] Fix | Delete
input[type=url].disabled:focus,
[604] Fix | Delete
input[type=url]:disabled:focus,
[605] Fix | Delete
input[type=password].readonly:focus,
[606] Fix | Delete
input[type=password][readonly]:focus,
[607] Fix | Delete
input[type=password].disabled:focus,
[608] Fix | Delete
input[type=password]:disabled:focus,
[609] Fix | Delete
input[type=search].readonly:focus,
[610] Fix | Delete
input[type=search][readonly]:focus,
[611] Fix | Delete
input[type=search].disabled:focus,
[612] Fix | Delete
input[type=search]:disabled:focus,
[613] Fix | Delete
input[type=tel].readonly:focus,
[614] Fix | Delete
input[type=tel][readonly]:focus,
[615] Fix | Delete
input[type=tel].disabled:focus,
[616] Fix | Delete
input[type=tel]:disabled:focus,
[617] Fix | Delete
textarea.readonly:focus,
[618] Fix | Delete
textarea[readonly]:focus,
[619] Fix | Delete
textarea.disabled:focus,
[620] Fix | Delete
textarea:disabled:focus,
[621] Fix | Delete
select.readonly:focus,
[622] Fix | Delete
select[readonly]:focus,
[623] Fix | Delete
select.disabled:focus,
[624] Fix | Delete
select:disabled:focus {
[625] Fix | Delete
box-shadow: none;
[626] Fix | Delete
outline: none;
[627] Fix | Delete
border: 1px solid #cccccc;
[628] Fix | Delete
}
[629] Fix | Delete
[630] Fix | Delete
textarea {
[631] Fix | Delete
height: 120px;
[632] Fix | Delete
resize: vertical;
[633] Fix | Delete
}
[634] Fix | Delete
[635] Fix | Delete
select {
[636] Fix | Delete
background: #ffffff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23777%22%2F%3E%3C%2Fsvg%3E") no-repeat right 5px top 55%;
[637] Fix | Delete
background-size: 16px 16px;
[638] Fix | Delete
cursor: pointer;
[639] Fix | Delete
min-height: 32px;
[640] Fix | Delete
padding-inline-end: 24px;
[641] Fix | Delete
vertical-align: middle;
[642] Fix | Delete
appearance: none;
[643] Fix | Delete
-webkit-appearance: none;
[644] Fix | Delete
}
[645] Fix | Delete
[646] Fix | Delete
select:hover {
[647] Fix | Delete
color: #444444;
[648] Fix | Delete
}
[649] Fix | Delete
[650] Fix | Delete
select:-moz-focusring {
[651] Fix | Delete
color: transparent;
[652] Fix | Delete
text-shadow: 0 0 0 #036aab;
[653] Fix | Delete
}
[654] Fix | Delete
[655] Fix | Delete
select::-ms-value {
[656] Fix | Delete
background: 0 0;
[657] Fix | Delete
color: #444444;
[658] Fix | Delete
}
[659] Fix | Delete
[660] Fix | Delete
select:hover::-ms-value {
[661] Fix | Delete
color: #444444;
[662] Fix | Delete
}
[663] Fix | Delete
[664] Fix | Delete
select:focus::-ms-value {
[665] Fix | Delete
color: #444444;
[666] Fix | Delete
}
[667] Fix | Delete
[668] Fix | Delete
select::-ms-expand {
[669] Fix | Delete
display: none;
[670] Fix | Delete
}
[671] Fix | Delete
[672] Fix | Delete
.rtl select {
[673] Fix | Delete
background-position: left 5px top 55%;
[674] Fix | Delete
}
[675] Fix | Delete
[676] Fix | Delete
select[multiple] {
[677] Fix | Delete
background-image: none;
[678] Fix | Delete
}
[679] Fix | Delete
[680] Fix | Delete
select[multiple] option {
[681] Fix | Delete
padding: 2px 0;
[682] Fix | Delete
}
[683] Fix | Delete
[684] Fix | Delete
input[type=checkbox],
[685] Fix | Delete
input[type=radio] {
[686] Fix | Delete
background: linear-gradient(180deg, #e8e8e8 0%, #ffffff 68.23%);
[687] Fix | Delete
border: 1px solid #7e8993;
[688] Fix | Delete
border-radius: 4px;
[689] Fix | Delete
clear: none;
[690] Fix | Delete
color: #444444;
[691] Fix | Delete
cursor: pointer;
[692] Fix | Delete
display: inline-block;
[693] Fix | Delete
height: 16px;
[694] Fix | Delete
line-height: 0;
[695] Fix | Delete
margin-bottom: 1px;
[696] Fix | Delete
margin-inline-end: 4px;
[697] Fix | Delete
margin-inline-start: 1px;
[698] Fix | Delete
margin-top: -4px;
[699] Fix | Delete
min-width: 16px;
[700] Fix | Delete
outline: 0;
[701] Fix | Delete
padding: 0 !important;
[702] Fix | Delete
text-align: center;
[703] Fix | Delete
vertical-align: middle;
[704] Fix | Delete
width: 16px;
[705] Fix | Delete
appearance: none;
[706] Fix | Delete
-webkit-appearance: none;
[707] Fix | Delete
transition-property: border-color;
[708] Fix | Delete
transition-duration: 0.05s;
[709] Fix | Delete
transition-timing-function: ease-out;
[710] Fix | Delete
}
[711] Fix | Delete
[712] Fix | Delete
input[type=checkbox]:checked::before,
[713] Fix | Delete
input[type=radio]:checked::before {
[714] Fix | Delete
display: inline-block;
[715] Fix | Delete
float: left;
[716] Fix | Delete
speak: never;
[717] Fix | Delete
vertical-align: middle;
[718] Fix | Delete
width: 1rem;
[719] Fix | Delete
-webkit-font-smoothing: antialiased;
[720] Fix | Delete
-moz-osx-font-smoothing: grayscale;
[721] Fix | Delete
}
[722] Fix | Delete
[723] Fix | Delete
input[type=checkbox]:checked::before {
[724] Fix | Delete
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23215D8F%27%2F%3E%3C%2Fsvg%3E");
[725] Fix | Delete
height: 21px;
[726] Fix | Delete
margin-top: -3px;
[727] Fix | Delete
margin-inline-start: -4px;
[728] Fix | Delete
width: 21px;
[729] Fix | Delete
}
[730] Fix | Delete
[731] Fix | Delete
input[type=checkbox]:checked::before svg path {
[732] Fix | Delete
fill: #215d8f;
[733] Fix | Delete
}
[734] Fix | Delete
[735] Fix | Delete
input[type=radio] {
[736] Fix | Delete
border-radius: 50%;
[737] Fix | Delete
line-height: .7;
[738] Fix | Delete
margin-inline-end: 4px;
[739] Fix | Delete
}
[740] Fix | Delete
[741] Fix | Delete
input[type=radio]:checked::before {
[742] Fix | Delete
background-color: #036aab;
[743] Fix | Delete
border-radius: 50%;
[744] Fix | Delete
content: "";
[745] Fix | Delete
height: 8px;
[746] Fix | Delete
line-height: 1.1;
[747] Fix | Delete
margin: 3px;
[748] Fix | Delete
width: 8px;
[749] Fix | Delete
}
[750] Fix | Delete
[751] Fix | Delete
input[type=number] {
[752] Fix | Delete
width: 100px;
[753] Fix | Delete
}
[754] Fix | Delete
[755] Fix | Delete
input.wpforms-error,
[756] Fix | Delete
textarea.wpforms-error,
[757] Fix | Delete
select.wpforms-error {
[758] Fix | Delete
border: 1px solid #d63638 !important;
[759] Fix | Delete
}
[760] Fix | Delete
[761] Fix | Delete
input.wpforms-error:focus,
[762] Fix | Delete
textarea.wpforms-error:focus,
[763] Fix | Delete
select.wpforms-error:focus {
[764] Fix | Delete
box-shadow: 0 0 0 1px #d63638;
[765] Fix | Delete
outline: none;
[766] Fix | Delete
}
[767] Fix | Delete
[768] Fix | Delete
input:focus,
[769] Fix | Delete
textarea:focus,
[770] Fix | Delete
select:focus {
[771] Fix | Delete
border: 1px solid #036aab;
[772] Fix | Delete
box-shadow: 0 0 0 1px #036aab;
[773] Fix | Delete
outline: none;
[774] Fix | Delete
}
[775] Fix | Delete
[776] Fix | Delete
::-webkit-input-placeholder,
[777] Fix | Delete
::-moz-placeholder,
[778] Fix | Delete
:-ms-input-placeholder {
[779] Fix | Delete
color: #bbbbbb;
[780] Fix | Delete
}
[781] Fix | Delete
[782] Fix | Delete
.wpforms_page_wpforms-builder .choices {
[783] Fix | Delete
margin-bottom: 0;
[784] Fix | Delete
}
[785] Fix | Delete
[786] Fix | Delete
.wpforms_page_wpforms-builder .choices .choices__inner {
[787] Fix | Delete
border: 1px solid #cccccc;
[788] Fix | Delete
border-radius: 4px;
[789] Fix | Delete
min-height: 32px;
[790] Fix | Delete
padding-left: 5px;
[791] Fix | Delete
padding-top: 4px;
[792] Fix | Delete
}
[793] Fix | Delete
[794] Fix | Delete
.wpforms_page_wpforms-builder .choices .choices__item.choices__placeholder {
[795] Fix | Delete
color: #999999;
[796] Fix | Delete
opacity: 1;
[797] Fix | Delete
}
[798] Fix | Delete
[799] Fix | Delete
.wpforms-panel-field-colorpicker .minicolors .minicolors-input {
[800] Fix | Delete
height: 32px;
[801] Fix | Delete
width: 210px;
[802] Fix | Delete
border-radius: 4px;
[803] Fix | Delete
font-style: normal;
[804] Fix | Delete
font-weight: 400;
[805] Fix | Delete
font-size: 14px;
[806] Fix | Delete
line-height: 17px;
[807] Fix | Delete
text-transform: lowercase;
[808] Fix | Delete
padding-left: 35px;
[809] Fix | Delete
}
[810] Fix | Delete
[811] Fix | Delete
[dir="rtl"] .wpforms-panel-field-colorpicker .minicolors .minicolors-input {
[812] Fix | Delete
padding-right: 35px;
[813] Fix | Delete
}
[814] Fix | Delete
[815] Fix | Delete
.wpforms-panel-field-colorpicker .minicolors .minicolors-swatch {
[816] Fix | Delete
height: 22px;
[817] Fix | Delete
width: 22px;
[818] Fix | Delete
border-radius: 2px;
[819] Fix | Delete
border: none;
[820] Fix | Delete
overflow: hidden;
[821] Fix | Delete
box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
[822] Fix | Delete
}
[823] Fix | Delete
[824] Fix | Delete
.wpforms-panel-field-colorpicker .minicolors .minicolors-swatch .minicolors-swatch-color {
[825] Fix | Delete
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
[826] Fix | Delete
}
[827] Fix | Delete
[828] Fix | Delete
.wpforms-admin-page .wpforms-btn {
[829] Fix | Delete
border-width: 1px;
[830] Fix | Delete
border-style: solid;
[831] Fix | Delete
border-radius: 4px;
[832] Fix | Delete
cursor: pointer;
[833] Fix | Delete
display: inline-block;
[834] Fix | Delete
margin: 0;
[835] Fix | Delete
text-decoration: none;
[836] Fix | Delete
text-align: center;
[837] Fix | Delete
vertical-align: middle;
[838] Fix | Delete
white-space: nowrap;
[839] Fix | Delete
box-shadow: none;
[840] Fix | Delete
transition-property: all;
[841] Fix | Delete
transition-duration: 0.05s;
[842] Fix | Delete
transition-timing-function: ease-in;
[843] Fix | Delete
}
[844] Fix | Delete
[845] Fix | Delete
.wpforms-admin-page .wpforms-btn.inactive {
[846] Fix | Delete
background-color: #d7d7d7;
[847] Fix | Delete
border-color: #cccccc;
[848] Fix | Delete
color: #444444;
[849] Fix | Delete
cursor: no-drop;
[850] Fix | Delete
}
[851] Fix | Delete
[852] Fix | Delete
.wpforms-admin-page .wpforms-btn .wpforms-button-icon,
[853] Fix | Delete
.wpforms-admin-page .wpforms-btn i {
[854] Fix | Delete
margin-inline-end: 10px !important;
[855] Fix | Delete
}
[856] Fix | Delete
[857] Fix | Delete
.wpforms-admin-page .wpforms-btn-block {
[858] Fix | Delete
display: block;
[859] Fix | Delete
width: 100%;
[860] Fix | Delete
}
[861] Fix | Delete
[862] Fix | Delete
.wpforms-admin-page .wpforms-btn-sm {
[863] Fix | Delete
font-size: 14px;
[864] Fix | Delete
font-weight: 500;
[865] Fix | Delete
padding: 0 10px;
[866] Fix | Delete
height: 32px;
[867] Fix | Delete
line-height: 30px;
[868] Fix | Delete
}
[869] Fix | Delete
[870] Fix | Delete
.wpforms-admin-page .wpforms-btn-md {
[871] Fix | Delete
font-size: 14px;
[872] Fix | Delete
font-weight: 600;
[873] Fix | Delete
line-height: 17px;
[874] Fix | Delete
padding: 10px 15px;
[875] Fix | Delete
}
[876] Fix | Delete
[877] Fix | Delete
.wpforms-admin-page .wpforms-btn-lg {
[878] Fix | Delete
font-size: 16px;
[879] Fix | Delete
font-weight: 600;
[880] Fix | Delete
padding: 16px 28px;
[881] Fix | Delete
}
[882] Fix | Delete
[883] Fix | Delete
.wpforms-admin-page .wpforms-btn-orange {
[884] Fix | Delete
background-color: #e27730;
[885] Fix | Delete
border-color: #e27730;
[886] Fix | Delete
color: #ffffff;
[887] Fix | Delete
}
[888] Fix | Delete
[889] Fix | Delete
.wpforms-admin-page .wpforms-btn-orange:hover {
[890] Fix | Delete
background-color: #cd6622;
[891] Fix | Delete
border-color: #cd6622;
[892] Fix | Delete
color: #ffffff;
[893] Fix | Delete
}
[894] Fix | Delete
[895] Fix | Delete
.wpforms-admin-page .wpforms-btn-blue {
[896] Fix | Delete
background-color: #036aab;
[897] Fix | Delete
border-color: #036aab;
[898] Fix | Delete
color: #ffffff;
[899] Fix | Delete
}
[900] Fix | Delete
[901] Fix | Delete
.wpforms-admin-page .wpforms-btn-blue:hover {
[902] Fix | Delete
background-color: #215d8f;
[903] Fix | Delete
border-color: #215d8f;
[904] Fix | Delete
color: #ffffff;
[905] Fix | Delete
}
[906] Fix | Delete
[907] Fix | Delete
.wpforms-admin-page .wpforms-btn-blue.wpforms-settings-keyword-filter-save-changes {
[908] Fix | Delete
font-weight: 400;
[909] Fix | Delete
margin-right: 8px;
[910] Fix | Delete
}
[911] Fix | Delete
[912] Fix | Delete
.wpforms-admin-page .wpforms-btn-blue.wpforms-settings-keyword-filter-save-changes .wpforms-loading-spinner {
[913] Fix | Delete
margin-left: 0;
[914] Fix | Delete
margin-right: 5px;
[915] Fix | Delete
}
[916] Fix | Delete
[917] Fix | Delete
.wpforms-admin-page .wpforms-btn-grey {
[918] Fix | Delete
background-color: #eeeeee;
[919] Fix | Delete
border-color: #cccccc;
[920] Fix | Delete
color: #777777;
[921] Fix | Delete
}
[922] Fix | Delete
[923] Fix | Delete
.wpforms-admin-page .wpforms-btn-grey:hover {
[924] Fix | Delete
background-color: #d7d7d7;
[925] Fix | Delete
border-color: #cccccc;
[926] Fix | Delete
color: #444444;
[927] Fix | Delete
}
[928] Fix | Delete
[929] Fix | Delete
.wpforms-admin-page .wpforms-btn-light-grey {
[930] Fix | Delete
background-color: #f8f8f8;
[931] Fix | Delete
border-color: #cccccc;
[932] Fix | Delete
color: #777777;
[933] Fix | Delete
}
[934] Fix | Delete
[935] Fix | Delete
.wpforms-admin-page .wpforms-btn-light-grey:hover {
[936] Fix | Delete
background-color: #eeeeee;
[937] Fix | Delete
border-color: #cccccc;
[938] Fix | Delete
color: #444444;
[939] Fix | Delete
}
[940] Fix | Delete
[941] Fix | Delete
.wpforms-admin-page .wpforms-btn-light-grey-blue-borders {
[942] Fix | Delete
background-color: #f8f8f8;
[943] Fix | Delete
border-color: currentColor;
[944] Fix | Delete
color: #036aab;
[945] Fix | Delete
font-weight: 400;
[946] Fix | Delete
}
[947] Fix | Delete
[948] Fix | Delete
.wpforms-admin-page .wpforms-btn-light-grey-blue-borders:hover {
[949] Fix | Delete
background-color: #eeeeee;
[950] Fix | Delete
color: #215d8f;
[951] Fix | Delete
}
[952] Fix | Delete
[953] Fix | Delete
.wpforms-admin-page .wpforms-dismiss-button {
[954] Fix | Delete
background: none;
[955] Fix | Delete
border: none;
[956] Fix | Delete
color: #bbbbbb;
[957] Fix | Delete
cursor: pointer;
[958] Fix | Delete
padding: 3px;
[959] Fix | Delete
}
[960] Fix | Delete
[961] Fix | Delete
.wpforms-admin-page .wpforms-dismiss-button:hover {
[962] Fix | Delete
color: #777777;
[963] Fix | Delete
}
[964] Fix | Delete
[965] Fix | Delete
.wpforms-admin-page .wpforms-dismiss-button:before {
[966] Fix | Delete
background: 0 0;
[967] Fix | Delete
content: "\f153";
[968] Fix | Delete
display: block;
[969] Fix | Delete
font: normal 16px/16px dashicons, sans-serif;
[970] Fix | Delete
height: 16px;
[971] Fix | Delete
speak: none;
[972] Fix | Delete
text-align: center;
[973] Fix | Delete
width: 16px;
[974] Fix | Delete
-webkit-font-smoothing: antialiased;
[975] Fix | Delete
-moz-osx-font-smoothing: grayscale;
[976] Fix | Delete
}
[977] Fix | Delete
[978] Fix | Delete
.wpforms-admin-page .wpforms-disabled {
[979] Fix | Delete
cursor: default;
[980] Fix | Delete
opacity: .5;
[981] Fix | Delete
pointer-events: none;
[982] Fix | Delete
}
[983] Fix | Delete
[984] Fix | Delete
.wpforms-context-menu {
[985] Fix | Delete
position: absolute;
[986] Fix | Delete
z-index: 100000000;
[987] Fix | Delete
display: none;
[988] Fix | Delete
}
[989] Fix | Delete
[990] Fix | Delete
.wpforms-context-menu-selective-left .wpforms-context-menu-list-item-has-child .wpforms-context-menu-list {
[991] Fix | Delete
left: -195px;
[992] Fix | Delete
}
[993] Fix | Delete
[994] Fix | Delete
.wpforms-context-menu-list {
[995] Fix | Delete
padding: 8px 0;
[996] Fix | Delete
border-radius: 6px;
[997] Fix | Delete
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
[998] Fix | Delete
background-color: #2d2d2d;
[999] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function