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

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/clone/wp-conte.../plugins/redux-fr.../redux-co.../inc/fields/spinner
File: redux-spinner.scss
.redux-container-spinner {
[0] Fix | Delete
.spinner-wrpr {
[1] Fix | Delete
position: relative;
[2] Fix | Delete
display: block;
[3] Fix | Delete
height: 30px;
[4] Fix | Delete
overflow: hidden;
[5] Fix | Delete
[6] Fix | Delete
.spinner-input {
[7] Fix | Delete
position: relative !important;
[8] Fix | Delete
z-index: 1;
[9] Fix | Delete
width: 75px !important;
[10] Fix | Delete
height: 30px !important;
[11] Fix | Delete
background: #eee !important;
[12] Fix | Delete
border: 1px solid #bfbfbf !important;
[13] Fix | Delete
border-right: 0 !important;
[14] Fix | Delete
border-left: 0 !important;
[15] Fix | Delete
-webkit-border-radius: 0 !important;
[16] Fix | Delete
-moz-border-radius: 0 !important;
[17] Fix | Delete
border-radius: 0 !important;
[18] Fix | Delete
}
[19] Fix | Delete
}
[20] Fix | Delete
[21] Fix | Delete
.ui-spinner {
[22] Fix | Delete
position: static;
[23] Fix | Delete
display: inline;
[24] Fix | Delete
}
[25] Fix | Delete
[26] Fix | Delete
[27] Fix | Delete
.ui-spinner-buttons {
[28] Fix | Delete
position: absolute;
[29] Fix | Delete
padding: 0;
[30] Fix | Delete
}
[31] Fix | Delete
[32] Fix | Delete
.ui-widget .ui-spinner-button {
[33] Fix | Delete
color: #fff;
[34] Fix | Delete
position: absolute;
[35] Fix | Delete
top: 0;
[36] Fix | Delete
padding: 0 0 30px;
[37] Fix | Delete
overflow: hidden;
[38] Fix | Delete
cursor: pointer;
[39] Fix | Delete
background: -moz-linear-gradient(#fff, #f3f3f3);
[40] Fix | Delete
background: -o-linear-gradient(#fff, #f3f3f3);
[41] Fix | Delete
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));
[42] Fix | Delete
background: linear-gradient(#fff, #f3f3f3);
[43] Fix | Delete
background-color: #fff;
[44] Fix | Delete
border: none;
[45] Fix | Delete
-webkit-box-shadow: none;
[46] Fix | Delete
-moz-box-shadow: none;
[47] Fix | Delete
box-shadow: none;
[48] Fix | Delete
}
[49] Fix | Delete
[50] Fix | Delete
.ui-spinner-button:hover,
[51] Fix | Delete
.ui-state-hover {
[52] Fix | Delete
background: -moz-linear-gradient(#f3f3f3, #fff);
[53] Fix | Delete
background: -o-linear-gradient(#f3f3f3, #fff);
[54] Fix | Delete
background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff));
[55] Fix | Delete
background: linear-gradient(#f3f3f3, #fff);
[56] Fix | Delete
background-color: #f3f3f3;
[57] Fix | Delete
}
[58] Fix | Delete
[59] Fix | Delete
.ui-corner-tr,
[60] Fix | Delete
.ui-spinner-button .ui-icon-triangle-1-n {
[61] Fix | Delete
-webkit-border-radius: 0 5px 5px 0;
[62] Fix | Delete
-moz-border-radius: 0 3px 3px 0;
[63] Fix | Delete
border-radius: 0 3px 3px 0;
[64] Fix | Delete
}
[65] Fix | Delete
[66] Fix | Delete
.ui-corner-br,
[67] Fix | Delete
.ui-spinner-button .ui-icon-triangle-1-s {
[68] Fix | Delete
-webkit-border-radius: 5px 0 0 5px;
[69] Fix | Delete
-moz-border-radius: 3px 0 0 3px;
[70] Fix | Delete
border-radius: 3px 0 0 3px;
[71] Fix | Delete
}
[72] Fix | Delete
[73] Fix | Delete
.ui-spinner-button {
[74] Fix | Delete
.ui-icon {
[75] Fix | Delete
top: 0;
[76] Fix | Delete
display: block;
[77] Fix | Delete
width: 28px;
[78] Fix | Delete
height: 28px;
[79] Fix | Delete
margin: 0;
[80] Fix | Delete
border: 1px solid #b7b7b7;
[81] Fix | Delete
background-image: initial;
[82] Fix | Delete
text-indent: 0;
[83] Fix | Delete
text-align: center;
[84] Fix | Delete
font-size: 18px;
[85] Fix | Delete
line-height: 26px;
[86] Fix | Delete
}
[87] Fix | Delete
}
[88] Fix | Delete
}
[89] Fix | Delete
[90] Fix | Delete
.dp-numberPicker,
[91] Fix | Delete
.dp-numberPicker-add,
[92] Fix | Delete
.dp-numberPicker-sub,
[93] Fix | Delete
.dp-numberPicker-input {
[94] Fix | Delete
display: inline-block;
[95] Fix | Delete
box-sizing: border-box;
[96] Fix | Delete
text-align: center;
[97] Fix | Delete
vertical-align: top;
[98] Fix | Delete
height: 30px;
[99] Fix | Delete
}
[100] Fix | Delete
[101] Fix | Delete
.dp-numberPicker {
[102] Fix | Delete
border-radius: 3px;
[103] Fix | Delete
}
[104] Fix | Delete
[105] Fix | Delete
.redux-container .redux-container-spinner .dp-numberPicker-add,
[106] Fix | Delete
.redux-container .redux-container-spinner .dp-numberPicker-sub {
[107] Fix | Delete
width: 30px;
[108] Fix | Delete
font-size: 21px;
[109] Fix | Delete
cursor: pointer;
[110] Fix | Delete
-moz-user-select: none;
[111] Fix | Delete
-webkit-user-select: none;
[112] Fix | Delete
background-color: #33b5e5;
[113] Fix | Delete
color: #fff;
[114] Fix | Delete
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
[115] Fix | Delete
height: 29px !important;
[116] Fix | Delete
[117] Fix | Delete
&.disabled {
[118] Fix | Delete
background-color: #2c6a81;
[119] Fix | Delete
}
[120] Fix | Delete
}
[121] Fix | Delete
[122] Fix | Delete
.dp-numberPicker-add {
[123] Fix | Delete
border-top-right-radius: 3px;
[124] Fix | Delete
border-bottom-right-radius: 3px;
[125] Fix | Delete
}
[126] Fix | Delete
[127] Fix | Delete
.dp-numberPicker-sub {
[128] Fix | Delete
border-top-left-radius: 3px;
[129] Fix | Delete
border-bottom-left-radius: 3px;
[130] Fix | Delete
}
[131] Fix | Delete
[132] Fix | Delete
.dp-numberPicker-input {
[133] Fix | Delete
width: 70px;
[134] Fix | Delete
background-color: #eee;
[135] Fix | Delete
border: 0;
[136] Fix | Delete
margin: 0 !important;
[137] Fix | Delete
box-shadow:
[138] Fix | Delete
inset 0 1px 1px rgba(255, 255, 255, 0.5),
[139] Fix | Delete
inset 0 -1px 1px rgba(0, 0, 0, 0.5);
[140] Fix | Delete
[141] Fix | Delete
&:disabled {
[142] Fix | Delete
background-color: #eee;
[143] Fix | Delete
}
[144] Fix | Delete
}
[145] Fix | Delete
[146] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function