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
/home/sportsfe.../httpdocs/wp-conte.../plugins/custom-t.../admin/builder/assets/css
File: tooltipster.css
/* This is the core CSS of Tooltipster */
[0] Fix | Delete
[1] Fix | Delete
/* GENERAL STRUCTURE RULES (do not edit this section) */
[2] Fix | Delete
[3] Fix | Delete
.tooltipster-base {
[4] Fix | Delete
/* this ensures that a constrained height set by functionPosition,
[5] Fix | Delete
if greater that the natural height of the tooltip, will be enforced
[6] Fix | Delete
in browsers that support display:flex */
[7] Fix | Delete
display: flex;
[8] Fix | Delete
pointer-events: none;
[9] Fix | Delete
/* this may be overriden in JS for fixed position origins */
[10] Fix | Delete
position: absolute;
[11] Fix | Delete
}
[12] Fix | Delete
[13] Fix | Delete
.tooltipster-box {
[14] Fix | Delete
/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
[15] Fix | Delete
and flex-basis auto for IE11- (at least) */
[16] Fix | Delete
flex: 1 1 auto;
[17] Fix | Delete
}
[18] Fix | Delete
[19] Fix | Delete
.tooltipster-content {
[20] Fix | Delete
/* prevents an overflow if the user adds padding to the div */
[21] Fix | Delete
box-sizing: border-box;
[22] Fix | Delete
/* these make sure we'll be able to detect any overflow */
[23] Fix | Delete
max-height: 100%;
[24] Fix | Delete
max-width: 100%;
[25] Fix | Delete
overflow: auto;
[26] Fix | Delete
}
[27] Fix | Delete
[28] Fix | Delete
.tooltipster-ruler {
[29] Fix | Delete
/* these let us test the size of the tooltip without overflowing the window */
[30] Fix | Delete
bottom: 0;
[31] Fix | Delete
left: 0;
[32] Fix | Delete
overflow: hidden;
[33] Fix | Delete
position: fixed;
[34] Fix | Delete
right: 0;
[35] Fix | Delete
top: 0;
[36] Fix | Delete
visibility: hidden;
[37] Fix | Delete
}
[38] Fix | Delete
[39] Fix | Delete
/* ANIMATIONS */
[40] Fix | Delete
[41] Fix | Delete
/* Open/close animations */
[42] Fix | Delete
[43] Fix | Delete
/* fade */
[44] Fix | Delete
[45] Fix | Delete
.tooltipster-fade {
[46] Fix | Delete
opacity: 0;
[47] Fix | Delete
-webkit-transition-property: opacity;
[48] Fix | Delete
-moz-transition-property: opacity;
[49] Fix | Delete
-o-transition-property: opacity;
[50] Fix | Delete
-ms-transition-property: opacity;
[51] Fix | Delete
transition-property: opacity;
[52] Fix | Delete
}
[53] Fix | Delete
.tooltipster-fade.tooltipster-show {
[54] Fix | Delete
opacity: 1;
[55] Fix | Delete
}
[56] Fix | Delete
[57] Fix | Delete
/* grow */
[58] Fix | Delete
[59] Fix | Delete
.tooltipster-grow {
[60] Fix | Delete
-webkit-transform: scale(0,0);
[61] Fix | Delete
-moz-transform: scale(0,0);
[62] Fix | Delete
-o-transform: scale(0,0);
[63] Fix | Delete
-ms-transform: scale(0,0);
[64] Fix | Delete
transform: scale(0,0);
[65] Fix | Delete
-webkit-transition-property: -webkit-transform;
[66] Fix | Delete
-moz-transition-property: -moz-transform;
[67] Fix | Delete
-o-transition-property: -o-transform;
[68] Fix | Delete
-ms-transition-property: -ms-transform;
[69] Fix | Delete
transition-property: transform;
[70] Fix | Delete
-webkit-backface-visibility: hidden;
[71] Fix | Delete
}
[72] Fix | Delete
.tooltipster-grow.tooltipster-show {
[73] Fix | Delete
-webkit-transform: scale(1,1);
[74] Fix | Delete
-moz-transform: scale(1,1);
[75] Fix | Delete
-o-transform: scale(1,1);
[76] Fix | Delete
-ms-transform: scale(1,1);
[77] Fix | Delete
transform: scale(1,1);
[78] Fix | Delete
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
[79] Fix | Delete
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
[80] Fix | Delete
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
[81] Fix | Delete
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
[82] Fix | Delete
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
[83] Fix | Delete
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
[84] Fix | Delete
}
[85] Fix | Delete
[86] Fix | Delete
/* swing */
[87] Fix | Delete
[88] Fix | Delete
.tooltipster-swing {
[89] Fix | Delete
opacity: 0;
[90] Fix | Delete
-webkit-transform: rotateZ(4deg);
[91] Fix | Delete
-moz-transform: rotateZ(4deg);
[92] Fix | Delete
-o-transform: rotateZ(4deg);
[93] Fix | Delete
-ms-transform: rotateZ(4deg);
[94] Fix | Delete
transform: rotateZ(4deg);
[95] Fix | Delete
-webkit-transition-property: -webkit-transform, opacity;
[96] Fix | Delete
-moz-transition-property: -moz-transform;
[97] Fix | Delete
-o-transition-property: -o-transform;
[98] Fix | Delete
-ms-transition-property: -ms-transform;
[99] Fix | Delete
transition-property: transform;
[100] Fix | Delete
}
[101] Fix | Delete
.tooltipster-swing.tooltipster-show {
[102] Fix | Delete
opacity: 1;
[103] Fix | Delete
-webkit-transform: rotateZ(0deg);
[104] Fix | Delete
-moz-transform: rotateZ(0deg);
[105] Fix | Delete
-o-transform: rotateZ(0deg);
[106] Fix | Delete
-ms-transform: rotateZ(0deg);
[107] Fix | Delete
transform: rotateZ(0deg);
[108] Fix | Delete
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
[109] Fix | Delete
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
[110] Fix | Delete
-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
[111] Fix | Delete
-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
[112] Fix | Delete
-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
[113] Fix | Delete
transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
[114] Fix | Delete
}
[115] Fix | Delete
[116] Fix | Delete
/* fall */
[117] Fix | Delete
[118] Fix | Delete
.tooltipster-fall {
[119] Fix | Delete
-webkit-transition-property: top;
[120] Fix | Delete
-moz-transition-property: top;
[121] Fix | Delete
-o-transition-property: top;
[122] Fix | Delete
-ms-transition-property: top;
[123] Fix | Delete
transition-property: top;
[124] Fix | Delete
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
[125] Fix | Delete
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
[126] Fix | Delete
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
[127] Fix | Delete
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
[128] Fix | Delete
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
[129] Fix | Delete
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
[130] Fix | Delete
}
[131] Fix | Delete
.tooltipster-fall.tooltipster-initial {
[132] Fix | Delete
top: 0 !important;
[133] Fix | Delete
}
[134] Fix | Delete
.tooltipster-fall.tooltipster-show {
[135] Fix | Delete
}
[136] Fix | Delete
.tooltipster-fall.tooltipster-dying {
[137] Fix | Delete
-webkit-transition-property: all;
[138] Fix | Delete
-moz-transition-property: all;
[139] Fix | Delete
-o-transition-property: all;
[140] Fix | Delete
-ms-transition-property: all;
[141] Fix | Delete
transition-property: all;
[142] Fix | Delete
top: 0 !important;
[143] Fix | Delete
opacity: 0;
[144] Fix | Delete
}
[145] Fix | Delete
[146] Fix | Delete
/* slide */
[147] Fix | Delete
[148] Fix | Delete
.tooltipster-slide {
[149] Fix | Delete
-webkit-transition-property: left;
[150] Fix | Delete
-moz-transition-property: left;
[151] Fix | Delete
-o-transition-property: left;
[152] Fix | Delete
-ms-transition-property: left;
[153] Fix | Delete
transition-property: left;
[154] Fix | Delete
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
[155] Fix | Delete
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
[156] Fix | Delete
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
[157] Fix | Delete
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
[158] Fix | Delete
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
[159] Fix | Delete
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
[160] Fix | Delete
}
[161] Fix | Delete
.tooltipster-slide.tooltipster-initial {
[162] Fix | Delete
left: -40px !important;
[163] Fix | Delete
}
[164] Fix | Delete
.tooltipster-slide.tooltipster-show {
[165] Fix | Delete
}
[166] Fix | Delete
.tooltipster-slide.tooltipster-dying {
[167] Fix | Delete
-webkit-transition-property: all;
[168] Fix | Delete
-moz-transition-property: all;
[169] Fix | Delete
-o-transition-property: all;
[170] Fix | Delete
-ms-transition-property: all;
[171] Fix | Delete
transition-property: all;
[172] Fix | Delete
left: 0 !important;
[173] Fix | Delete
opacity: 0;
[174] Fix | Delete
}
[175] Fix | Delete
[176] Fix | Delete
/* Update animations */
[177] Fix | Delete
[178] Fix | Delete
/* We use animations rather than transitions here because
[179] Fix | Delete
transition durations may be specified in the style tag due to
[180] Fix | Delete
animationDuration, and we try to avoid collisions and the use
[181] Fix | Delete
of !important */
[182] Fix | Delete
[183] Fix | Delete
/* fade */
[184] Fix | Delete
[185] Fix | Delete
@keyframes tooltipster-fading {
[186] Fix | Delete
0% {
[187] Fix | Delete
opacity: 0;
[188] Fix | Delete
}
[189] Fix | Delete
100% {
[190] Fix | Delete
opacity: 1;
[191] Fix | Delete
}
[192] Fix | Delete
}
[193] Fix | Delete
[194] Fix | Delete
.tooltipster-update-fade {
[195] Fix | Delete
animation: tooltipster-fading 400ms;
[196] Fix | Delete
}
[197] Fix | Delete
[198] Fix | Delete
/* rotate */
[199] Fix | Delete
[200] Fix | Delete
@keyframes tooltipster-rotating {
[201] Fix | Delete
25% {
[202] Fix | Delete
transform: rotate(-2deg);
[203] Fix | Delete
}
[204] Fix | Delete
75% {
[205] Fix | Delete
transform: rotate(2deg);
[206] Fix | Delete
}
[207] Fix | Delete
100% {
[208] Fix | Delete
transform: rotate(0);
[209] Fix | Delete
}
[210] Fix | Delete
}
[211] Fix | Delete
[212] Fix | Delete
.tooltipster-update-rotate {
[213] Fix | Delete
animation: tooltipster-rotating 600ms;
[214] Fix | Delete
}
[215] Fix | Delete
[216] Fix | Delete
/* scale */
[217] Fix | Delete
[218] Fix | Delete
@keyframes tooltipster-scaling {
[219] Fix | Delete
50% {
[220] Fix | Delete
transform: scale(1.1);
[221] Fix | Delete
}
[222] Fix | Delete
100% {
[223] Fix | Delete
transform: scale(1);
[224] Fix | Delete
}
[225] Fix | Delete
}
[226] Fix | Delete
[227] Fix | Delete
.tooltipster-update-scale {
[228] Fix | Delete
animation: tooltipster-scaling 600ms;
[229] Fix | Delete
}
[230] Fix | Delete
[231] Fix | Delete
/**
[232] Fix | Delete
* DEFAULT STYLE OF THE SIDETIP PLUGIN
[233] Fix | Delete
*
[234] Fix | Delete
* All styles are "namespaced" with .tooltipster-sidetip to prevent
[235] Fix | Delete
* conflicts between plugins.
[236] Fix | Delete
*/
[237] Fix | Delete
[238] Fix | Delete
/* .tooltipster-box */
[239] Fix | Delete
[240] Fix | Delete
.tooltipster-sidetip .tooltipster-box {
[241] Fix | Delete
background: #565656;
[242] Fix | Delete
border: 2px solid black;
[243] Fix | Delete
border-radius: 4px;
[244] Fix | Delete
}
[245] Fix | Delete
[246] Fix | Delete
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
[247] Fix | Delete
margin-right: 8px;
[248] Fix | Delete
}
[249] Fix | Delete
[250] Fix | Delete
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
[251] Fix | Delete
margin-left: 8px;
[252] Fix | Delete
}
[253] Fix | Delete
[254] Fix | Delete
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
[255] Fix | Delete
margin-bottom: 8px;
[256] Fix | Delete
}
[257] Fix | Delete
[258] Fix | Delete
/* .tooltipster-content */
[259] Fix | Delete
[260] Fix | Delete
.tooltipster-sidetip .tooltipster-content {
[261] Fix | Delete
color: white;
[262] Fix | Delete
line-height: 18px;
[263] Fix | Delete
padding: 6px 14px;
[264] Fix | Delete
}
[265] Fix | Delete
[266] Fix | Delete
/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
[267] Fix | Delete
corresponds to the arrow we want to display */
[268] Fix | Delete
[269] Fix | Delete
.tooltipster-sidetip .tooltipster-arrow {
[270] Fix | Delete
overflow: hidden;
[271] Fix | Delete
position: absolute;
[272] Fix | Delete
}
[273] Fix | Delete
[274] Fix | Delete
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
[275] Fix | Delete
height: 10px;
[276] Fix | Delete
/* half the width, for centering */
[277] Fix | Delete
margin-left: -10px;
[278] Fix | Delete
top: 0;
[279] Fix | Delete
width: 20px;
[280] Fix | Delete
}
[281] Fix | Delete
[282] Fix | Delete
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
[283] Fix | Delete
height: 20px;
[284] Fix | Delete
margin-top: -10px;
[285] Fix | Delete
right: 0;
[286] Fix | Delete
/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
[287] Fix | Delete
been positioned yet */
[288] Fix | Delete
top: 0;
[289] Fix | Delete
width: 10px;
[290] Fix | Delete
}
[291] Fix | Delete
[292] Fix | Delete
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
[293] Fix | Delete
height: 20px;
[294] Fix | Delete
margin-top: -10px;
[295] Fix | Delete
left: 0;
[296] Fix | Delete
/* same as .tooltipster-left .tooltipster-arrow */
[297] Fix | Delete
top: 0;
[298] Fix | Delete
width: 10px;
[299] Fix | Delete
}
[300] Fix | Delete
[301] Fix | Delete
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
[302] Fix | Delete
bottom: 0;
[303] Fix | Delete
height: 10px;
[304] Fix | Delete
margin-left: -10px;
[305] Fix | Delete
width: 20px;
[306] Fix | Delete
}
[307] Fix | Delete
[308] Fix | Delete
/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
[309] Fix | Delete
[310] Fix | Delete
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
[311] Fix | Delete
height: 0;
[312] Fix | Delete
position: absolute;
[313] Fix | Delete
width: 0;
[314] Fix | Delete
}
[315] Fix | Delete
[316] Fix | Delete
/* .tooltipster-arrow-background */
[317] Fix | Delete
[318] Fix | Delete
.tooltipster-sidetip .tooltipster-arrow-background {
[319] Fix | Delete
border: 10px solid transparent;
[320] Fix | Delete
}
[321] Fix | Delete
[322] Fix | Delete
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
[323] Fix | Delete
border-bottom-color: #565656;
[324] Fix | Delete
left: 0;
[325] Fix | Delete
top: 3px;
[326] Fix | Delete
}
[327] Fix | Delete
[328] Fix | Delete
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
[329] Fix | Delete
border-left-color: #565656;
[330] Fix | Delete
left: -3px;
[331] Fix | Delete
top: 0;
[332] Fix | Delete
}
[333] Fix | Delete
[334] Fix | Delete
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
[335] Fix | Delete
border-right-color: #565656;
[336] Fix | Delete
left: 3px;
[337] Fix | Delete
top: 0;
[338] Fix | Delete
}
[339] Fix | Delete
[340] Fix | Delete
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
[341] Fix | Delete
border-top-color: #565656;
[342] Fix | Delete
left: 0;
[343] Fix | Delete
top: -3px;
[344] Fix | Delete
}
[345] Fix | Delete
[346] Fix | Delete
/* .tooltipster-arrow-border */
[347] Fix | Delete
[348] Fix | Delete
.tooltipster-sidetip .tooltipster-arrow-border {
[349] Fix | Delete
border: 10px solid transparent;
[350] Fix | Delete
left: 0;
[351] Fix | Delete
top: 0;
[352] Fix | Delete
}
[353] Fix | Delete
[354] Fix | Delete
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
[355] Fix | Delete
border-bottom-color: black;
[356] Fix | Delete
}
[357] Fix | Delete
[358] Fix | Delete
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
[359] Fix | Delete
border-left-color: black;
[360] Fix | Delete
}
[361] Fix | Delete
[362] Fix | Delete
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
[363] Fix | Delete
border-right-color: black;
[364] Fix | Delete
}
[365] Fix | Delete
[366] Fix | Delete
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
[367] Fix | Delete
border-top-color: black;
[368] Fix | Delete
}
[369] Fix | Delete
[370] Fix | Delete
/* tooltipster-arrow-uncropped */
[371] Fix | Delete
[372] Fix | Delete
.tooltipster-sidetip .tooltipster-arrow-uncropped {
[373] Fix | Delete
position: relative;
[374] Fix | Delete
}
[375] Fix | Delete
[376] Fix | Delete
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
[377] Fix | Delete
top: -10px;
[378] Fix | Delete
}
[379] Fix | Delete
[380] Fix | Delete
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
[381] Fix | Delete
left: -10px;
[382] Fix | Delete
}
[383] Fix | Delete
@media (min-width: 960px) {
[384] Fix | Delete
body .ctf-tooltip-wizard.tooltipster-sidetip {
[385] Fix | Delete
left: 50px !important;
[386] Fix | Delete
top: 74px !important;
[387] Fix | Delete
}
[388] Fix | Delete
}
[389] Fix | Delete
.wp-editor .ctf-tooltip-wizard{
[390] Fix | Delete
-webkit-transform: translateY(63px) translateX(17px);
[391] Fix | Delete
transform: translateY(63px) translateX(17px);
[392] Fix | Delete
}
[393] Fix | Delete
.ctf-tooltip-wizard.tooltipster-sidetip .tooltipster-box{
[394] Fix | Delete
background: #fff!important;
[395] Fix | Delete
border: 1px solid #eee!important;
[396] Fix | Delete
border-radius: 2px!important;
[397] Fix | Delete
box-shadow: 0px 1px 18px rgba(0,0,0,0.2)!important;
[398] Fix | Delete
}
[399] Fix | Delete
.ctf-tooltip-wizard.tooltipster-sidetip .tooltipster-content{
[400] Fix | Delete
color: #434960!important;
[401] Fix | Delete
line-height: 18px;
[402] Fix | Delete
padding: 6px 20px!important;
[403] Fix | Delete
position: relative;
[404] Fix | Delete
}
[405] Fix | Delete
.ctf-tooltip-wizard .ctf-tooltip-wizard-head {
[406] Fix | Delete
color: #141B38;
[407] Fix | Delete
font-size: 15px;
[408] Fix | Delete
margin-bottom: 8px;
[409] Fix | Delete
width: 100%;
[410] Fix | Delete
float: left;
[411] Fix | Delete
display: block
[412] Fix | Delete
}
[413] Fix | Delete
.ctf-tooltip-wizard .ctf-tooltip-wizard-txt{
[414] Fix | Delete
margin-bottom: 15px;
[415] Fix | Delete
}
[416] Fix | Delete
[417] Fix | Delete
.ctf-tooltip-wizard .ctf-tooltip-wizard-actions button{
[418] Fix | Delete
background: #F3F4F5!important;
[419] Fix | Delete
cursor: pointer!important;
[420] Fix | Delete
border: 1px solid #DCDDE1!important;
[421] Fix | Delete
padding: 5px 20px!important;
[422] Fix | Delete
}
[423] Fix | Delete
.ctf-tooltip-wizard .ctf-tooltip-wizard-actions{
[424] Fix | Delete
margin-bottom: 10px;
[425] Fix | Delete
}
[426] Fix | Delete
[427] Fix | Delete
.ctf-tooltip-wizard.tooltipster-sidetip .tooltipster-box:before, .ctf-tooltip-wizard.tooltipster-sidetip .tooltipster-box:after {
[428] Fix | Delete
content: '';
[429] Fix | Delete
position: absolute;
[430] Fix | Delete
width: 20px;
[431] Fix | Delete
height: 20px;
[432] Fix | Delete
left: 20%;
[433] Fix | Delete
top: -8px;
[434] Fix | Delete
background: #fff;
[435] Fix | Delete
box-shadow: 0px 1px 18px rgba(0,0,0,0.2);
[436] Fix | Delete
z-index: 3;
[437] Fix | Delete
-webkit-transform: rotate(45deg);
[438] Fix | Delete
transform: rotate(45deg);
[439] Fix | Delete
}
[440] Fix | Delete
[441] Fix | Delete
.ctf-tooltip-wizard.tooltipster-sidetip .tooltipster-box:after {
[442] Fix | Delete
background: #fff;
[443] Fix | Delete
z-index: 999;
[444] Fix | Delete
top: 2px;
[445] Fix | Delete
margin-left: -10px;
[446] Fix | Delete
width: 40px;
[447] Fix | Delete
box-shadow: unset;
[448] Fix | Delete
-webkit-transform: rotate(0deg);
[449] Fix | Delete
transform: rotate(0deg);
[450] Fix | Delete
}
[451] Fix | Delete
.ctf-tooltip-wizard.tooltipster-sidetip .tooltipster-arrow{
[452] Fix | Delete
display: none;
[453] Fix | Delete
}
[454] Fix | Delete
#ctf-gutenberg-tooltip-content{
[455] Fix | Delete
display: none;
[456] Fix | Delete
}
[457] Fix | Delete
.ctf-tlp-wizard-cls{
[458] Fix | Delete
position: absolute;
[459] Fix | Delete
width: 20px;
[460] Fix | Delete
height: 20px;
[461] Fix | Delete
right: 14px;
[462] Fix | Delete
top: 14px;
[463] Fix | Delete
cursor: pointer;
[464] Fix | Delete
}
[465] Fix | Delete
.ctf-tlp-wizard-cls:before, .ctf-tlp-wizard-cls:after{
[466] Fix | Delete
content: '';
[467] Fix | Delete
position: absolute;
[468] Fix | Delete
width: 16px;
[469] Fix | Delete
height: 2px;
[470] Fix | Delete
background: #141B38;
[471] Fix | Delete
left: 3px;
[472] Fix | Delete
top: 7px;
[473] Fix | Delete
-webkit-transform: rotate(45deg);
[474] Fix | Delete
transform: rotate(45deg);
[475] Fix | Delete
}
[476] Fix | Delete
.ctf-tlp-wizard-cls:after{
[477] Fix | Delete
-webkit-transform: rotate(-45deg);
[478] Fix | Delete
transform: rotate(-45deg);
[479] Fix | Delete
}
[480] Fix | Delete
.ctf-tooltip-wizard.tooltipster-sidetip #ctf-gutenberg-tooltip-content{
[481] Fix | Delete
display: block;
[482] Fix | Delete
}
[483] Fix | Delete
[484] Fix | Delete
.ctf-tooltip-wizard.tooltipster-sidetip {
[485] Fix | Delete
margin-top: 40px;
[486] Fix | Delete
margin-left: 74px;
[487] Fix | Delete
}
[488] Fix | Delete
[489] Fix | Delete
.is-fullscreen-mode .ctf-tooltip-wizard.tooltipster-sidetip {
[490] Fix | Delete
margin-top: 10px;
[491] Fix | Delete
margin-left: -28px;
[492] Fix | Delete
}
[493] Fix | Delete
@media (max-width: 960px) {
[494] Fix | Delete
.ctf-tooltip-wizard.tooltipster-sidetip {
[495] Fix | Delete
margin-left: 0;
[496] Fix | Delete
}
[497] Fix | Delete
}
[498] Fix | Delete
[499] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function