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/wp-admin/css
File: customize-controls-rtl.css
.loading .customize-themes-section .spinner {
[2000] Fix | Delete
display: block;
[2001] Fix | Delete
visibility: visible;
[2002] Fix | Delete
position: relative;
[2003] Fix | Delete
clear: both;
[2004] Fix | Delete
width: 20px;
[2005] Fix | Delete
height: 20px;
[2006] Fix | Delete
right: calc(50% - 10px);
[2007] Fix | Delete
float: none;
[2008] Fix | Delete
margin-top: 50px;
[2009] Fix | Delete
}
[2010] Fix | Delete
[2011] Fix | Delete
.customize-themes-section .no-themes,
[2012] Fix | Delete
.customize-themes-section .no-themes-local {
[2013] Fix | Delete
display: none;
[2014] Fix | Delete
}
[2015] Fix | Delete
[2016] Fix | Delete
.themes-section-installed_themes .theme .notice-success:not(.updated-message) {
[2017] Fix | Delete
display: none; /* Hide "installed" notice on installed themes tab. */
[2018] Fix | Delete
}
[2019] Fix | Delete
[2020] Fix | Delete
.customize-control-theme .theme {
[2021] Fix | Delete
width: 100%;
[2022] Fix | Delete
margin: 0;
[2023] Fix | Delete
border: 1px solid #dcdcde;
[2024] Fix | Delete
background: #fff;
[2025] Fix | Delete
}
[2026] Fix | Delete
[2027] Fix | Delete
.customize-control-theme .theme .theme-name, .customize-control-theme .theme .theme-actions {
[2028] Fix | Delete
background: #fff;
[2029] Fix | Delete
border: none;
[2030] Fix | Delete
}
[2031] Fix | Delete
[2032] Fix | Delete
.customize-control.customize-control-theme { /* override most properties on .customize-control */
[2033] Fix | Delete
box-sizing: border-box;
[2034] Fix | Delete
width: 25%;
[2035] Fix | Delete
max-width: 600px; /* Max. screenshot size / 2 */
[2036] Fix | Delete
margin: 0 0 25px 25px;
[2037] Fix | Delete
padding: 0;
[2038] Fix | Delete
clear: none;
[2039] Fix | Delete
}
[2040] Fix | Delete
[2041] Fix | Delete
/* 5 columns above 2100px */
[2042] Fix | Delete
@media screen and (min-width: 2101px) {
[2043] Fix | Delete
.customize-control.customize-control-theme {
[2044] Fix | Delete
width: calc( ( 100% - 125px ) / 5 - 1px ); /* 1px offset accounts for browser rounding, typical all grids */
[2045] Fix | Delete
}
[2046] Fix | Delete
}
[2047] Fix | Delete
[2048] Fix | Delete
/* 4 columns up to 2100px */
[2049] Fix | Delete
@media screen and (min-width: 1601px) and (max-width: 2100px) {
[2050] Fix | Delete
.customize-control.customize-control-theme {
[2051] Fix | Delete
width: calc( ( 100% - 100px ) / 4 - 1px );
[2052] Fix | Delete
}
[2053] Fix | Delete
}
[2054] Fix | Delete
[2055] Fix | Delete
/* 3 columns up to 1600px */
[2056] Fix | Delete
@media screen and (min-width: 1201px) and (max-width: 1600px) {
[2057] Fix | Delete
.customize-control.customize-control-theme {
[2058] Fix | Delete
width: calc( ( 100% - 75px ) / 3 - 1px );
[2059] Fix | Delete
}
[2060] Fix | Delete
}
[2061] Fix | Delete
[2062] Fix | Delete
/* 2 columns up to 1200px */
[2063] Fix | Delete
@media screen and (min-width: 851px) and (max-width: 1200px) {
[2064] Fix | Delete
.customize-control.customize-control-theme {
[2065] Fix | Delete
width: calc( ( 100% - 50px ) / 2 - 1px );
[2066] Fix | Delete
[2067] Fix | Delete
}
[2068] Fix | Delete
}
[2069] Fix | Delete
[2070] Fix | Delete
/* 1 column up to 850 px */
[2071] Fix | Delete
@media screen and (max-width: 850px) {
[2072] Fix | Delete
.customize-control.customize-control-theme {
[2073] Fix | Delete
width: 100%;
[2074] Fix | Delete
}
[2075] Fix | Delete
}
[2076] Fix | Delete
[2077] Fix | Delete
.wp-customizer .theme-browser .themes {
[2078] Fix | Delete
padding: 0 25px 25px 0;
[2079] Fix | Delete
transition: .18s margin-top linear;
[2080] Fix | Delete
}
[2081] Fix | Delete
[2082] Fix | Delete
.wp-customizer .theme-browser .theme .theme-actions {
[2083] Fix | Delete
opacity: 1;
[2084] Fix | Delete
}
[2085] Fix | Delete
[2086] Fix | Delete
#customize-controls h3.theme-name {
[2087] Fix | Delete
font-size: 15px;
[2088] Fix | Delete
}
[2089] Fix | Delete
[2090] Fix | Delete
#customize-controls .theme-overlay .theme-name {
[2091] Fix | Delete
font-size: 32px;
[2092] Fix | Delete
}
[2093] Fix | Delete
[2094] Fix | Delete
.customize-preview-header.themes-filter-bar {
[2095] Fix | Delete
position: fixed;
[2096] Fix | Delete
top: 0;
[2097] Fix | Delete
right: 300px;
[2098] Fix | Delete
width: calc(100% - 300px);
[2099] Fix | Delete
height: 46px;
[2100] Fix | Delete
background: #f0f0f1;
[2101] Fix | Delete
z-index: 10;
[2102] Fix | Delete
padding: 6px 25px;
[2103] Fix | Delete
box-sizing: border-box;
[2104] Fix | Delete
border-bottom: 1px solid #dcdcde;
[2105] Fix | Delete
}
[2106] Fix | Delete
.customize-preview-header.themes-filter-bar,
[2107] Fix | Delete
.customize-preview-header.themes-filter-bar .search-form {
[2108] Fix | Delete
display: flex;
[2109] Fix | Delete
align-items: center;
[2110] Fix | Delete
gap: 10px;
[2111] Fix | Delete
flex-wrap: wrap;
[2112] Fix | Delete
}
[2113] Fix | Delete
[2114] Fix | Delete
.customize-preview-header.themes-filter-bar .search-form-input {
[2115] Fix | Delete
position: relative;
[2116] Fix | Delete
}
[2117] Fix | Delete
[2118] Fix | Delete
.customize-preview-header .filter-themes-wrapper {
[2119] Fix | Delete
display: grid;
[2120] Fix | Delete
align-items: center;
[2121] Fix | Delete
gap: 10px;
[2122] Fix | Delete
grid-template-columns: auto 1fr;
[2123] Fix | Delete
}
[2124] Fix | Delete
[2125] Fix | Delete
.customize-preview-header .filter-themes-wrapper .filter-themes-count {
[2126] Fix | Delete
justify-self: end;
[2127] Fix | Delete
}
[2128] Fix | Delete
[2129] Fix | Delete
@media screen and (min-width: 1670px) {
[2130] Fix | Delete
.customize-preview-header.themes-filter-bar {
[2131] Fix | Delete
width: 82%;
[2132] Fix | Delete
left: 0;
[2133] Fix | Delete
right: initial;
[2134] Fix | Delete
}
[2135] Fix | Delete
}
[2136] Fix | Delete
[2137] Fix | Delete
.themes-filter-bar .themes-filter-container {
[2138] Fix | Delete
margin: 0;
[2139] Fix | Delete
padding: 0;
[2140] Fix | Delete
display: flex;
[2141] Fix | Delete
align-items: center;
[2142] Fix | Delete
gap: 10px;
[2143] Fix | Delete
}
[2144] Fix | Delete
[2145] Fix | Delete
.themes-filter-bar .wp-filter-search {
[2146] Fix | Delete
line-height: 1.8;
[2147] Fix | Delete
padding: 6px 30px 6px 10px;
[2148] Fix | Delete
max-width: 100%;
[2149] Fix | Delete
width: 40%;
[2150] Fix | Delete
min-width: 300px;
[2151] Fix | Delete
height: 32px;
[2152] Fix | Delete
margin: 1px 0;
[2153] Fix | Delete
top: 0;
[2154] Fix | Delete
right: 0;
[2155] Fix | Delete
}
[2156] Fix | Delete
[2157] Fix | Delete
/* Unstick the filter bar on short windows/screens. This breakpoint is based on the
[2158] Fix | Delete
current length of .org feature filters assuming translations do not wrap lines. */
[2159] Fix | Delete
@media screen and (max-height: 540px), screen and (max-width: 1018px) {
[2160] Fix | Delete
.customize-preview-header.themes-filter-bar {
[2161] Fix | Delete
position: relative;
[2162] Fix | Delete
right: 0;
[2163] Fix | Delete
width: 100%;
[2164] Fix | Delete
margin: 0 0 25px;
[2165] Fix | Delete
}
[2166] Fix | Delete
.filter-drawer {
[2167] Fix | Delete
top: 46px;
[2168] Fix | Delete
}
[2169] Fix | Delete
.wp-customizer .theme-browser .themes {
[2170] Fix | Delete
padding: 0 25px 25px 0;
[2171] Fix | Delete
overflow: hidden;
[2172] Fix | Delete
}
[2173] Fix | Delete
[2174] Fix | Delete
.control-panel-themes .customize-themes-full-container {
[2175] Fix | Delete
margin-top: 0;
[2176] Fix | Delete
padding: 0;
[2177] Fix | Delete
height: 100%;
[2178] Fix | Delete
width: calc(100% - 300px);
[2179] Fix | Delete
}
[2180] Fix | Delete
}
[2181] Fix | Delete
[2182] Fix | Delete
@media screen and (max-width: 1018px) {
[2183] Fix | Delete
.filter-drawer .filter-group {
[2184] Fix | Delete
width: calc( (100% - 50px) / 2);
[2185] Fix | Delete
}
[2186] Fix | Delete
}
[2187] Fix | Delete
[2188] Fix | Delete
@media screen and (max-width: 960px) {
[2189] Fix | Delete
.customize-preview-header.themes-filter-bar {
[2190] Fix | Delete
height: 96px;
[2191] Fix | Delete
}
[2192] Fix | Delete
}
[2193] Fix | Delete
[2194] Fix | Delete
@media screen and (max-width: 900px) {
[2195] Fix | Delete
.themes-filter-bar .wp-filter-search {
[2196] Fix | Delete
width: 100%;
[2197] Fix | Delete
margin: 0;
[2198] Fix | Delete
min-width: 200px;
[2199] Fix | Delete
}
[2200] Fix | Delete
[2201] Fix | Delete
.customize-preview-header.themes-filter-bar,
[2202] Fix | Delete
.customize-preview-header.themes-filter-bar .search-form
[2203] Fix | Delete
.themes-filter-bar .themes-filter-container {
[2204] Fix | Delete
display: grid;
[2205] Fix | Delete
gap: 4px;
[2206] Fix | Delete
}
[2207] Fix | Delete
[2208] Fix | Delete
.customize-preview-header.themes-filter-bar .search-form-input {
[2209] Fix | Delete
display: flex;
[2210] Fix | Delete
flex-grow: 1;
[2211] Fix | Delete
}
[2212] Fix | Delete
[2213] Fix | Delete
.filter-drawer {
[2214] Fix | Delete
top: 86px;
[2215] Fix | Delete
}
[2216] Fix | Delete
[2217] Fix | Delete
.control-panel-themes .filter-themes-count {
[2218] Fix | Delete
float: right;
[2219] Fix | Delete
}
[2220] Fix | Delete
}
[2221] Fix | Delete
[2222] Fix | Delete
@media screen and (max-width: 792px) {
[2223] Fix | Delete
.filter-drawer .filter-group {
[2224] Fix | Delete
width: calc( 100% - 25px);
[2225] Fix | Delete
}
[2226] Fix | Delete
}
[2227] Fix | Delete
[2228] Fix | Delete
.control-panel-themes .customize-themes-mobile-back {
[2229] Fix | Delete
display: none;
[2230] Fix | Delete
}
[2231] Fix | Delete
[2232] Fix | Delete
/* Mobile - toggle between themes and filters */
[2233] Fix | Delete
@media screen and (max-width: 600px) {
[2234] Fix | Delete
[2235] Fix | Delete
.filter-drawer {
[2236] Fix | Delete
top: 132px;
[2237] Fix | Delete
}
[2238] Fix | Delete
[2239] Fix | Delete
.wp-full-overlay.showing-themes .control-panel-themes .filter-themes-count .filter-themes {
[2240] Fix | Delete
display: block;
[2241] Fix | Delete
float: left;
[2242] Fix | Delete
}
[2243] Fix | Delete
[2244] Fix | Delete
.control-panel-themes .customize-themes-full-container {
[2245] Fix | Delete
width: 100%;
[2246] Fix | Delete
margin: 0;
[2247] Fix | Delete
padding-top: 46px;
[2248] Fix | Delete
height: calc(100% - 46px);
[2249] Fix | Delete
z-index: 1;
[2250] Fix | Delete
display: none;
[2251] Fix | Delete
}
[2252] Fix | Delete
[2253] Fix | Delete
.showing-themes .control-panel-themes .customize-themes-full-container {
[2254] Fix | Delete
display: block;
[2255] Fix | Delete
}
[2256] Fix | Delete
[2257] Fix | Delete
.wp-customizer .showing-themes .control-panel-themes .customize-themes-mobile-back {
[2258] Fix | Delete
display: block;
[2259] Fix | Delete
position: fixed;
[2260] Fix | Delete
top: 0;
[2261] Fix | Delete
right: 0;
[2262] Fix | Delete
background: #f0f0f1;
[2263] Fix | Delete
color: #3c434a;
[2264] Fix | Delete
border-radius: 0;
[2265] Fix | Delete
box-shadow: none;
[2266] Fix | Delete
border: none;
[2267] Fix | Delete
height: 46px;
[2268] Fix | Delete
width: 100%;
[2269] Fix | Delete
z-index: 10;
[2270] Fix | Delete
text-align: right;
[2271] Fix | Delete
text-shadow: none;
[2272] Fix | Delete
border-bottom: 1px solid #dcdcde;
[2273] Fix | Delete
border-right: 4px solid transparent;
[2274] Fix | Delete
margin: 0;
[2275] Fix | Delete
padding: 0;
[2276] Fix | Delete
font-size: 0;
[2277] Fix | Delete
overflow: hidden;
[2278] Fix | Delete
}
[2279] Fix | Delete
[2280] Fix | Delete
.wp-customizer .showing-themes .control-panel-themes .customize-themes-mobile-back:before {
[2281] Fix | Delete
right: 0;
[2282] Fix | Delete
top: 0;
[2283] Fix | Delete
height: 46px;
[2284] Fix | Delete
width: 26px;
[2285] Fix | Delete
display: block;
[2286] Fix | Delete
line-height: 2.3;
[2287] Fix | Delete
padding: 0 8px;
[2288] Fix | Delete
border-left: 1px solid #dcdcde;
[2289] Fix | Delete
}
[2290] Fix | Delete
[2291] Fix | Delete
.wp-customizer .showing-themes .control-panel-themes .customize-themes-mobile-back:hover,
[2292] Fix | Delete
.wp-customizer .showing-themes .control-panel-themes .customize-themes-mobile-back:focus {
[2293] Fix | Delete
color: #2271b1;
[2294] Fix | Delete
background: #f6f7f7;
[2295] Fix | Delete
border-right-color: #2271b1;
[2296] Fix | Delete
box-shadow: none;
[2297] Fix | Delete
/* Only visible in Windows High Contrast mode */
[2298] Fix | Delete
outline: 2px solid transparent;
[2299] Fix | Delete
outline-offset: -2px;
[2300] Fix | Delete
}
[2301] Fix | Delete
[2302] Fix | Delete
.showing-themes #customize-header-actions {
[2303] Fix | Delete
display: none;
[2304] Fix | Delete
}
[2305] Fix | Delete
[2306] Fix | Delete
#customize-controls {
[2307] Fix | Delete
width: 100%;
[2308] Fix | Delete
}
[2309] Fix | Delete
}
[2310] Fix | Delete
[2311] Fix | Delete
/* Details View */
[2312] Fix | Delete
.wp-customizer .theme-overlay {
[2313] Fix | Delete
display: none;
[2314] Fix | Delete
}
[2315] Fix | Delete
[2316] Fix | Delete
.wp-customizer.modal-open .theme-overlay {
[2317] Fix | Delete
position: fixed;
[2318] Fix | Delete
right: 0;
[2319] Fix | Delete
top: 0;
[2320] Fix | Delete
left: 0;
[2321] Fix | Delete
bottom: 0;
[2322] Fix | Delete
z-index: 109;
[2323] Fix | Delete
}
[2324] Fix | Delete
[2325] Fix | Delete
/* Avoid a z-index war by resetting elements that should be under the overlay.
[2326] Fix | Delete
This is likely required because of the way that sections and panels are positioned. */
[2327] Fix | Delete
.wp-customizer.modal-open #customize-header-actions,
[2328] Fix | Delete
.wp-customizer.modal-open .control-panel-themes .filter-themes-count,
[2329] Fix | Delete
.wp-customizer.modal-open .control-panel-themes .customize-themes-section-title.selected:after {
[2330] Fix | Delete
z-index: -1;
[2331] Fix | Delete
}
[2332] Fix | Delete
[2333] Fix | Delete
.wp-full-overlay.in-themes-panel.themes-panel-expanded #customize-controls .wp-full-overlay-sidebar-content {
[2334] Fix | Delete
overflow: visible;
[2335] Fix | Delete
}
[2336] Fix | Delete
[2337] Fix | Delete
.wp-customizer .theme-overlay .theme-backdrop {
[2338] Fix | Delete
background: rgba(240, 240, 241, 0.75);
[2339] Fix | Delete
position: fixed;
[2340] Fix | Delete
z-index: 110;
[2341] Fix | Delete
}
[2342] Fix | Delete
[2343] Fix | Delete
.wp-customizer .theme-overlay .star-rating {
[2344] Fix | Delete
float: right;
[2345] Fix | Delete
margin-left: 8px;
[2346] Fix | Delete
}
[2347] Fix | Delete
[2348] Fix | Delete
.wp-customizer .theme-rating .num-ratings {
[2349] Fix | Delete
line-height: 20px;
[2350] Fix | Delete
}
[2351] Fix | Delete
[2352] Fix | Delete
.wp-customizer .theme-overlay .theme-wrap {
[2353] Fix | Delete
right: 90px;
[2354] Fix | Delete
left: 90px;
[2355] Fix | Delete
top: 45px;
[2356] Fix | Delete
bottom: 45px;
[2357] Fix | Delete
z-index: 120;
[2358] Fix | Delete
}
[2359] Fix | Delete
[2360] Fix | Delete
.wp-customizer .theme-overlay .theme-actions {
[2361] Fix | Delete
text-align: left; /* Because there're only one or two actions, match the UI pattern of media modals and right-align the action. */
[2362] Fix | Delete
padding: 10px 25px 5px;
[2363] Fix | Delete
background: #f0f0f1;
[2364] Fix | Delete
border-top: 1px solid #dcdcde;
[2365] Fix | Delete
}
[2366] Fix | Delete
[2367] Fix | Delete
.wp-customizer .theme-overlay .theme-actions .theme-install.preview {
[2368] Fix | Delete
margin-right: 8px;
[2369] Fix | Delete
}
[2370] Fix | Delete
[2371] Fix | Delete
.modal-open .in-themes-panel #customize-controls .wp-full-overlay-sidebar-content {
[2372] Fix | Delete
overflow: visible; /* Prevent the top-level Customizer controls from becoming visible when elements on the right of the details modal are focused. */
[2373] Fix | Delete
}
[2374] Fix | Delete
[2375] Fix | Delete
.wp-customizer .theme-header {
[2376] Fix | Delete
background: #f0f0f1;
[2377] Fix | Delete
}
[2378] Fix | Delete
[2379] Fix | Delete
.wp-customizer .theme-overlay .theme-header button,
[2380] Fix | Delete
.wp-customizer .theme-overlay .theme-header .close:before {
[2381] Fix | Delete
color: #3c434a;
[2382] Fix | Delete
}
[2383] Fix | Delete
[2384] Fix | Delete
.wp-customizer .theme-overlay .theme-header .close:focus,
[2385] Fix | Delete
.wp-customizer .theme-overlay .theme-header .close:hover,
[2386] Fix | Delete
.wp-customizer .theme-overlay .theme-header .right:focus,
[2387] Fix | Delete
.wp-customizer .theme-overlay .theme-header .right:hover,
[2388] Fix | Delete
.wp-customizer .theme-overlay .theme-header .left:focus,
[2389] Fix | Delete
.wp-customizer .theme-overlay .theme-header .left:hover {
[2390] Fix | Delete
background: #fff;
[2391] Fix | Delete
border-bottom: 4px solid #2271b1;
[2392] Fix | Delete
color: #2271b1;
[2393] Fix | Delete
}
[2394] Fix | Delete
[2395] Fix | Delete
.wp-customizer .theme-overlay .theme-header .close:focus:before,
[2396] Fix | Delete
.wp-customizer .theme-overlay .theme-header .close:hover:before {
[2397] Fix | Delete
color: #2271b1;
[2398] Fix | Delete
}
[2399] Fix | Delete
[2400] Fix | Delete
.wp-customizer .theme-overlay .theme-header button.disabled,
[2401] Fix | Delete
.wp-customizer .theme-overlay .theme-header button.disabled:hover,
[2402] Fix | Delete
.wp-customizer .theme-overlay .theme-header button.disabled:focus {
[2403] Fix | Delete
border-bottom: none;
[2404] Fix | Delete
background: transparent;
[2405] Fix | Delete
color: #c3c4c7;
[2406] Fix | Delete
}
[2407] Fix | Delete
[2408] Fix | Delete
/* Small Screens */
[2409] Fix | Delete
@media (max-width: 850px), (max-height: 472px) {
[2410] Fix | Delete
.wp-customizer .theme-overlay .theme-wrap {
[2411] Fix | Delete
right: 0;
[2412] Fix | Delete
left: 0;
[2413] Fix | Delete
top: 0;
[2414] Fix | Delete
bottom: 0;
[2415] Fix | Delete
}
[2416] Fix | Delete
[2417] Fix | Delete
.wp-customizer .theme-browser .themes {
[2418] Fix | Delete
padding-left: 25px;
[2419] Fix | Delete
}
[2420] Fix | Delete
}
[2421] Fix | Delete
[2422] Fix | Delete
/* Handle cheaters. */
[2423] Fix | Delete
body.cheatin {
[2424] Fix | Delete
font-size: medium;
[2425] Fix | Delete
height: auto;
[2426] Fix | Delete
background: #fff;
[2427] Fix | Delete
border: 1px solid #c3c4c7;
[2428] Fix | Delete
margin: 50px auto 2em;
[2429] Fix | Delete
padding: 1em 2em;
[2430] Fix | Delete
max-width: 700px;
[2431] Fix | Delete
min-width: 0;
[2432] Fix | Delete
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
[2433] Fix | Delete
}
[2434] Fix | Delete
[2435] Fix | Delete
body.cheatin h1 {
[2436] Fix | Delete
border-bottom: 1px solid #dcdcde;
[2437] Fix | Delete
clear: both;
[2438] Fix | Delete
color: #50575e;
[2439] Fix | Delete
font-size: 24px;
[2440] Fix | Delete
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
[2441] Fix | Delete
margin: 30px 0 0;
[2442] Fix | Delete
padding: 0 0 7px;
[2443] Fix | Delete
}
[2444] Fix | Delete
[2445] Fix | Delete
body.cheatin p {
[2446] Fix | Delete
font-size: 14px;
[2447] Fix | Delete
line-height: 1.5;
[2448] Fix | Delete
margin: 25px 0 20px;
[2449] Fix | Delete
}
[2450] Fix | Delete
[2451] Fix | Delete
/**
[2452] Fix | Delete
* Widgets and Menus common styles
[2453] Fix | Delete
*/
[2454] Fix | Delete
[2455] Fix | Delete
/* higher specificity than .wp-core-ui .button */
[2456] Fix | Delete
#customize-theme-controls .add-new-widget,
[2457] Fix | Delete
#customize-theme-controls .add-new-menu-item {
[2458] Fix | Delete
cursor: pointer;
[2459] Fix | Delete
float: left;
[2460] Fix | Delete
margin: 0 10px 0 0;
[2461] Fix | Delete
transition: all 0.2s;
[2462] Fix | Delete
-webkit-user-select: none;
[2463] Fix | Delete
user-select: none;
[2464] Fix | Delete
outline: none;
[2465] Fix | Delete
}
[2466] Fix | Delete
[2467] Fix | Delete
.reordering .add-new-widget,
[2468] Fix | Delete
.reordering .add-new-menu-item {
[2469] Fix | Delete
opacity: 0.2;
[2470] Fix | Delete
pointer-events: none;
[2471] Fix | Delete
cursor: not-allowed; /* doesn't work in conjunction with pointer-events */
[2472] Fix | Delete
}
[2473] Fix | Delete
[2474] Fix | Delete
.add-new-widget:before,
[2475] Fix | Delete
.add-new-menu-item:before,
[2476] Fix | Delete
#available-menu-items .new-content-item .add-content:before {
[2477] Fix | Delete
content: "\f132";
[2478] Fix | Delete
display: inline-block;
[2479] Fix | Delete
position: relative;
[2480] Fix | Delete
right: -2px;
[2481] Fix | Delete
top: 0;
[2482] Fix | Delete
font: normal 20px/1 dashicons;
[2483] Fix | Delete
vertical-align: middle;
[2484] Fix | Delete
transition: all 0.2s;
[2485] Fix | Delete
-webkit-font-smoothing: antialiased;
[2486] Fix | Delete
-moz-osx-font-smoothing: grayscale;
[2487] Fix | Delete
}
[2488] Fix | Delete
[2489] Fix | Delete
/* Reordering */
[2490] Fix | Delete
.reorder-toggle {
[2491] Fix | Delete
float: left;
[2492] Fix | Delete
padding: 5px 8px;
[2493] Fix | Delete
text-decoration: none;
[2494] Fix | Delete
cursor: pointer;
[2495] Fix | Delete
outline: none;
[2496] Fix | Delete
}
[2497] Fix | Delete
[2498] Fix | Delete
.reorder,
[2499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function