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/wp-file-.../lib/themes/gray/css
File: theme.css
@font-face {
[0] Fix | Delete
font-family: 'Noto Sans';
[1] Fix | Delete
src: url('../../../fonts/notosans/NotoSans-Regular.eot');
[2] Fix | Delete
src: url('../../../fonts/notosans/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
[3] Fix | Delete
url('../../../fonts/notosans/NotoSans-Regular.woff2') format('woff2'),
[4] Fix | Delete
url('../../../fonts/notosans/NotoSans-Regular.woff') format('woff'),
[5] Fix | Delete
url('../../../fonts/notosans/NotoSans-Regular.ttf') format('truetype');
[6] Fix | Delete
font-weight: normal;
[7] Fix | Delete
font-style: normal;
[8] Fix | Delete
font-display: swap;
[9] Fix | Delete
}
[10] Fix | Delete
.elfinder {
[11] Fix | Delete
color: #546E7A;
[12] Fix | Delete
font-family: "Noto Sans";
[13] Fix | Delete
-webkit-font-smoothing: antialiased;
[14] Fix | Delete
-moz-osx-font-smoothing: grayscale;
[15] Fix | Delete
}
[16] Fix | Delete
.elfinder.ui-widget.ui-widget-content {
[17] Fix | Delete
-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
[18] Fix | Delete
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
[19] Fix | Delete
-webkit-border-radius: 0;
[20] Fix | Delete
border-radius: 0;
[21] Fix | Delete
border: 0;
[22] Fix | Delete
}
[23] Fix | Delete
td{
[24] Fix | Delete
font-family: "Noto Sans";
[25] Fix | Delete
}
[26] Fix | Delete
/**
[27] Fix | Delete
* Input & Select
[28] Fix | Delete
*/
[29] Fix | Delete
input.elfinder-tabstop,
[30] Fix | Delete
input.elfinder-tabstop.ui-state-hover,
[31] Fix | Delete
select.elfinder-tabstop,
[32] Fix | Delete
select.elfinder-tabstop.ui-state-hover {
[33] Fix | Delete
padding: 5px;
[34] Fix | Delete
color: #666666;
[35] Fix | Delete
background: #fff;
[36] Fix | Delete
border-radius: 3px;
[37] Fix | Delete
font-weight: normal;
[38] Fix | Delete
border-color: #888;
[39] Fix | Delete
}
[40] Fix | Delete
select.elfinder-tabstop,
[41] Fix | Delete
select.elfinder-tabstop.ui-state-hover {
[42] Fix | Delete
width: 100%;
[43] Fix | Delete
}
[44] Fix | Delete
/**
[45] Fix | Delete
* Loading
[46] Fix | Delete
*/
[47] Fix | Delete
.elfinder-info-spinner,
[48] Fix | Delete
.elfinder-navbar-spinner,
[49] Fix | Delete
.elfinder-button-icon-spinner {
[50] Fix | Delete
background: url("../images/loading.svg") center center no-repeat !important;
[51] Fix | Delete
width: 16px;
[52] Fix | Delete
height: 16px;
[53] Fix | Delete
}
[54] Fix | Delete
/**
[55] Fix | Delete
* Progress Bar
[56] Fix | Delete
*/
[57] Fix | Delete
@-webkit-keyframes progress-animation {
[58] Fix | Delete
from {
[59] Fix | Delete
background-position: 1rem 0;
[60] Fix | Delete
}
[61] Fix | Delete
to {
[62] Fix | Delete
background-position: 0 0;
[63] Fix | Delete
}
[64] Fix | Delete
}
[65] Fix | Delete
@keyframes progress-animation {
[66] Fix | Delete
from {
[67] Fix | Delete
background-position: 1rem 0;
[68] Fix | Delete
}
[69] Fix | Delete
to {
[70] Fix | Delete
background-position: 0 0;
[71] Fix | Delete
}
[72] Fix | Delete
}
[73] Fix | Delete
.elfinder-notify-progressbar {
[74] Fix | Delete
border: 0;
[75] Fix | Delete
}
[76] Fix | Delete
.elfinder-notify-progress,
[77] Fix | Delete
.elfinder-notify-progressbar {
[78] Fix | Delete
-webkit-border-radius: 0;
[79] Fix | Delete
border-radius: 0;
[80] Fix | Delete
}
[81] Fix | Delete
.elfinder-notify-progress,
[82] Fix | Delete
.elfinder-resize-spinner {
[83] Fix | Delete
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
[84] Fix | Delete
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
[85] Fix | Delete
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
[86] Fix | Delete
background-size: 1rem 1rem;
[87] Fix | Delete
-webkit-animation: progress-animation 1s linear infinite;
[88] Fix | Delete
animation: progress-animation 1s linear infinite;
[89] Fix | Delete
background-color: #0275d8;
[90] Fix | Delete
height: 1rem;
[91] Fix | Delete
}
[92] Fix | Delete
/**
[93] Fix | Delete
* Quick Look
[94] Fix | Delete
*/
[95] Fix | Delete
.elfinder-quicklook {
[96] Fix | Delete
background: #232323;
[97] Fix | Delete
-webkit-border-radius: 2px;
[98] Fix | Delete
border-radius: 2px;
[99] Fix | Delete
}
[100] Fix | Delete
.elfinder-quicklook-titlebar {
[101] Fix | Delete
background: inherit;
[102] Fix | Delete
}
[103] Fix | Delete
.elfinder-quicklook-fullscreen .elfinder-quicklook-navbar {
[104] Fix | Delete
border: inherit;
[105] Fix | Delete
opacity: inherit;
[106] Fix | Delete
-webkit-border-radius: 4px;
[107] Fix | Delete
border-radius: 4px;
[108] Fix | Delete
background: rgba(66, 66, 66, 0.73);
[109] Fix | Delete
}
[110] Fix | Delete
.elfinder .elfinder-navdock {
[111] Fix | Delete
border: 0;
[112] Fix | Delete
}
[113] Fix | Delete
.std42-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover .ui-icon,
[114] Fix | Delete
.elfinder-mobile .std42-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon,
[115] Fix | Delete
.elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-close:hover,
[116] Fix | Delete
.elfinder-mobile .elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-close,
[117] Fix | Delete
.std42-dialog .ui-dialog-titlebar .elfinder-titlebar-minimize:hover .ui-icon,
[118] Fix | Delete
.elfinder-mobile .std42-dialog .ui-dialog-titlebar .elfinder-titlebar-minimize .ui-icon,
[119] Fix | Delete
.elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-minimize:hover,
[120] Fix | Delete
.elfinder-mobile .elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-minimize,
[121] Fix | Delete
.std42-dialog .ui-dialog-titlebar .elfinder-titlebar-full:hover .ui-icon,
[122] Fix | Delete
.elfinder-mobile .std42-dialog .ui-dialog-titlebar .elfinder-titlebar-full .ui-icon,
[123] Fix | Delete
.elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-full:hover,
[124] Fix | Delete
.elfinder-mobile .elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-full {
[125] Fix | Delete
background-image: none;
[126] Fix | Delete
}
[127] Fix | Delete
/**
[128] Fix | Delete
* Toast Notification
[129] Fix | Delete
*/
[130] Fix | Delete
.elfinder .elfinder-toast > div {
[131] Fix | Delete
background-color: #323232 !important;
[132] Fix | Delete
color: #d6d6d6;
[133] Fix | Delete
-webkit-box-shadow: none;
[134] Fix | Delete
box-shadow: none;
[135] Fix | Delete
opacity: inherit;
[136] Fix | Delete
}
[137] Fix | Delete
.elfinder .elfinder-toast > div button.ui-button {
[138] Fix | Delete
color: #fff;
[139] Fix | Delete
}
[140] Fix | Delete
.elfinder .elfinder-toast > .toast-info button.ui-button {
[141] Fix | Delete
background-color: #3498DB;
[142] Fix | Delete
}
[143] Fix | Delete
.elfinder .elfinder-toast > .toast-error button.ui-button {
[144] Fix | Delete
background-color: #F44336;
[145] Fix | Delete
}
[146] Fix | Delete
.elfinder .elfinder-toast > .toast-success button.ui-button {
[147] Fix | Delete
background-color: #4CAF50;
[148] Fix | Delete
}
[149] Fix | Delete
.elfinder .elfinder-toast > .toast-warning button.ui-button {
[150] Fix | Delete
background-color: #FF9800;
[151] Fix | Delete
}
[152] Fix | Delete
.elfinder-toast-msg {
[153] Fix | Delete
font-family: "Noto Sans";
[154] Fix | Delete
font-size: 14px;
[155] Fix | Delete
}
[156] Fix | Delete
/**
[157] Fix | Delete
* For Ace Editor
[158] Fix | Delete
*/
[159] Fix | Delete
#ace_settingsmenu {
[160] Fix | Delete
font-family: "Noto Sans";
[161] Fix | Delete
-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.6) !important;
[162] Fix | Delete
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.6) !important;
[163] Fix | Delete
background-color: #1d2736 !important;
[164] Fix | Delete
color: #e6e6e6 !important;
[165] Fix | Delete
}
[166] Fix | Delete
#ace_settingsmenu,
[167] Fix | Delete
#kbshortcutmenu {
[168] Fix | Delete
padding: 0;
[169] Fix | Delete
}
[170] Fix | Delete
.ace_optionsMenuEntry {
[171] Fix | Delete
padding: 5px 10px;
[172] Fix | Delete
}
[173] Fix | Delete
.ace_optionsMenuEntry:hover {
[174] Fix | Delete
background-color: #111721;
[175] Fix | Delete
}
[176] Fix | Delete
.ace_optionsMenuEntry label {
[177] Fix | Delete
font-size: 13px;
[178] Fix | Delete
}
[179] Fix | Delete
#ace_settingsmenu input[type="text"],
[180] Fix | Delete
#ace_settingsmenu select {
[181] Fix | Delete
margin: 1px 2px 2px;
[182] Fix | Delete
padding: 2px 5px;
[183] Fix | Delete
-webkit-border-radius: 3px;
[184] Fix | Delete
border-radius: 3px;
[185] Fix | Delete
border: 0;
[186] Fix | Delete
background: rgba(9, 53, 121, 0.75);
[187] Fix | Delete
color: white;
[188] Fix | Delete
}
[189] Fix | Delete
/**
[190] Fix | Delete
* Icons
[191] Fix | Delete
* Webfont is generated by Fontello http://fontello.com
[192] Fix | Delete
*/
[193] Fix | Delete
@font-face {
[194] Fix | Delete
font-family: material;
[195] Fix | Delete
src: url("../icons/material.eot?98361579");
[196] Fix | Delete
src: url("../icons/material.eot?98361579#iefix") format("embedded-opentype"), url("../icons/material.woff2?98361579") format("woff2"), url("../icons/material.woff?98361579") format("woff"), url("../icons/material.ttf?98361579") format("truetype"), url("../icons/material.svg?98361579#material") format("svg");
[197] Fix | Delete
font-weight: normal;
[198] Fix | Delete
font-style: normal;
[199] Fix | Delete
}
[200] Fix | Delete
.elfinder-button-menu {
[201] Fix | Delete
margin-top: 24px !important;
[202] Fix | Delete
}
[203] Fix | Delete
@media screen and (-webkit-min-device-pixel-ratio: 0) {
[204] Fix | Delete
@font-face {
[205] Fix | Delete
font-family: material;
[206] Fix | Delete
src: url("../icons/material.svg?98361579#material") format("svg");
[207] Fix | Delete
}
[208] Fix | Delete
}
[209] Fix | Delete
.ui-icon,
[210] Fix | Delete
.elfinder-button-icon,
[211] Fix | Delete
.ui-widget-header .ui-icon,
[212] Fix | Delete
.ui-widget-content .ui-icon {
[213] Fix | Delete
font: normal normal normal 14px/1 material;
[214] Fix | Delete
background-image: inherit;
[215] Fix | Delete
text-indent: inherit;
[216] Fix | Delete
}
[217] Fix | Delete
.ui-button-icon-only .ui-icon {
[218] Fix | Delete
font: normal normal normal 14px/1 material;
[219] Fix | Delete
background-image: inherit !important;
[220] Fix | Delete
text-indent: 0;
[221] Fix | Delete
font-size: 16px;
[222] Fix | Delete
}
[223] Fix | Delete
.elfinder-toolbar .elfinder-button-icon {
[224] Fix | Delete
font-size: 20px;
[225] Fix | Delete
color: #ddd;
[226] Fix | Delete
margin-top: -2px;
[227] Fix | Delete
}
[228] Fix | Delete
.elfinder-button-icon {
[229] Fix | Delete
background: inherit;
[230] Fix | Delete
}
[231] Fix | Delete
.elfinder-button-icon-home:before {
[232] Fix | Delete
content: '\e800';
[233] Fix | Delete
}
[234] Fix | Delete
.elfinder-button-icon-back:before {
[235] Fix | Delete
content: '\e801';
[236] Fix | Delete
}
[237] Fix | Delete
.elfinder-button-icon-forward:before {
[238] Fix | Delete
content: '\e802';
[239] Fix | Delete
}
[240] Fix | Delete
.elfinder-button-icon-up:before {
[241] Fix | Delete
content: '\e803';
[242] Fix | Delete
}
[243] Fix | Delete
.elfinder-button-icon-dir:before {
[244] Fix | Delete
content: '\e804';
[245] Fix | Delete
}
[246] Fix | Delete
.elfinder-button-icon-opendir:before {
[247] Fix | Delete
content: '\e805';
[248] Fix | Delete
}
[249] Fix | Delete
.elfinder-button-icon-reload:before {
[250] Fix | Delete
content: '\e806';
[251] Fix | Delete
}
[252] Fix | Delete
.elfinder-button-icon-open:before {
[253] Fix | Delete
content: '\e807';
[254] Fix | Delete
}
[255] Fix | Delete
.elfinder-button-icon-mkdir:before {
[256] Fix | Delete
content: '\e808';
[257] Fix | Delete
}
[258] Fix | Delete
.elfinder-button-icon-mkfile:before {
[259] Fix | Delete
content: '\e809';
[260] Fix | Delete
}
[261] Fix | Delete
.elfinder-button-icon-rm:before {
[262] Fix | Delete
content: '\e80a';
[263] Fix | Delete
}
[264] Fix | Delete
.elfinder-button-icon-trash:before {
[265] Fix | Delete
content: '\e80b';
[266] Fix | Delete
}
[267] Fix | Delete
.elfinder-button-icon-restore:before {
[268] Fix | Delete
content: '\e80c';
[269] Fix | Delete
}
[270] Fix | Delete
.elfinder-button-icon-copy:before {
[271] Fix | Delete
content: '\e80d';
[272] Fix | Delete
}
[273] Fix | Delete
.elfinder-button-icon-cut:before {
[274] Fix | Delete
content: '\e80e';
[275] Fix | Delete
}
[276] Fix | Delete
.elfinder-button-icon-paste:before {
[277] Fix | Delete
content: '\e80f';
[278] Fix | Delete
}
[279] Fix | Delete
.elfinder-button-icon-getfile:before {
[280] Fix | Delete
content: '\e810';
[281] Fix | Delete
}
[282] Fix | Delete
.elfinder-button-icon-duplicate:before {
[283] Fix | Delete
content: '\e811';
[284] Fix | Delete
}
[285] Fix | Delete
.elfinder-button-icon-rename:before {
[286] Fix | Delete
content: '\e812';
[287] Fix | Delete
}
[288] Fix | Delete
.elfinder-button-icon-edit:before {
[289] Fix | Delete
content: '\e813';
[290] Fix | Delete
}
[291] Fix | Delete
.elfinder-button-icon-quicklook:before {
[292] Fix | Delete
content: '\e814';
[293] Fix | Delete
}
[294] Fix | Delete
.elfinder-button-icon-upload:before {
[295] Fix | Delete
content: '\e815';
[296] Fix | Delete
}
[297] Fix | Delete
.elfinder-button-icon-download:before {
[298] Fix | Delete
content: '\e816';
[299] Fix | Delete
}
[300] Fix | Delete
.elfinder-button-icon-info:before {
[301] Fix | Delete
content: '\e817';
[302] Fix | Delete
}
[303] Fix | Delete
.elfinder-button-icon-extract:before {
[304] Fix | Delete
content: '\e818';
[305] Fix | Delete
}
[306] Fix | Delete
.elfinder-button-icon-archive:before {
[307] Fix | Delete
content: '\e819';
[308] Fix | Delete
}
[309] Fix | Delete
.elfinder-button-icon-view:before {
[310] Fix | Delete
content: '\e81a';
[311] Fix | Delete
}
[312] Fix | Delete
.elfinder-button-icon-view-list:before {
[313] Fix | Delete
content: '\e81b';
[314] Fix | Delete
}
[315] Fix | Delete
.elfinder-button-icon-help:before {
[316] Fix | Delete
content: '\e81c';
[317] Fix | Delete
}
[318] Fix | Delete
.elfinder-button-icon-resize:before {
[319] Fix | Delete
content: '\e81d';
[320] Fix | Delete
}
[321] Fix | Delete
.elfinder-button-icon-link:before {
[322] Fix | Delete
content: '\e81e';
[323] Fix | Delete
}
[324] Fix | Delete
.elfinder-button-icon-search:before {
[325] Fix | Delete
content: '\e81f';
[326] Fix | Delete
}
[327] Fix | Delete
.elfinder-button-icon-sort:before {
[328] Fix | Delete
content: '\e820';
[329] Fix | Delete
}
[330] Fix | Delete
.elfinder-button-icon-rotate-r:before {
[331] Fix | Delete
content: '\e821';
[332] Fix | Delete
}
[333] Fix | Delete
.elfinder-button-icon-rotate-l:before {
[334] Fix | Delete
content: '\e822';
[335] Fix | Delete
}
[336] Fix | Delete
.elfinder-button-icon-netmount:before {
[337] Fix | Delete
content: '\e823';
[338] Fix | Delete
}
[339] Fix | Delete
.elfinder-button-icon-netunmount:before {
[340] Fix | Delete
content: '\e824';
[341] Fix | Delete
}
[342] Fix | Delete
.elfinder-button-icon-places:before {
[343] Fix | Delete
content: '\e825';
[344] Fix | Delete
}
[345] Fix | Delete
.elfinder-button-icon-chmod:before {
[346] Fix | Delete
content: '\e826';
[347] Fix | Delete
}
[348] Fix | Delete
.elfinder-button-icon-accept:before {
[349] Fix | Delete
content: '\e827';
[350] Fix | Delete
}
[351] Fix | Delete
.elfinder-button-icon-menu:before {
[352] Fix | Delete
content: '\e828';
[353] Fix | Delete
}
[354] Fix | Delete
.elfinder-button-icon-colwidth:before {
[355] Fix | Delete
content: '\e829';
[356] Fix | Delete
}
[357] Fix | Delete
.elfinder-button-icon-fullscreen:before {
[358] Fix | Delete
content: '\e82a';
[359] Fix | Delete
}
[360] Fix | Delete
.elfinder-button-icon-unfullscreen:before {
[361] Fix | Delete
content: '\e82b';
[362] Fix | Delete
}
[363] Fix | Delete
.elfinder-button-icon-empty:before {
[364] Fix | Delete
content: '\e82c';
[365] Fix | Delete
}
[366] Fix | Delete
.elfinder-button-icon-undo:before {
[367] Fix | Delete
content: '\e82d';
[368] Fix | Delete
}
[369] Fix | Delete
.elfinder-button-icon-redo:before {
[370] Fix | Delete
content: '\e82e';
[371] Fix | Delete
}
[372] Fix | Delete
.elfinder-button-icon-preference:before {
[373] Fix | Delete
content: '\e82f';
[374] Fix | Delete
}
[375] Fix | Delete
.elfinder-button-icon-mkdirin:before {
[376] Fix | Delete
content: '\e830';
[377] Fix | Delete
}
[378] Fix | Delete
.elfinder-button-icon-selectall:before {
[379] Fix | Delete
content: '\e831';
[380] Fix | Delete
}
[381] Fix | Delete
.elfinder-button-icon-selectnone:before {
[382] Fix | Delete
content: '\e832';
[383] Fix | Delete
}
[384] Fix | Delete
.elfinder-button-icon-selectinvert:before {
[385] Fix | Delete
content: '\e833';
[386] Fix | Delete
}
[387] Fix | Delete
.elfinder-button-icon-theme:before {
[388] Fix | Delete
content: '\e859';
[389] Fix | Delete
}
[390] Fix | Delete
.elfinder-button-icon-logout:before {
[391] Fix | Delete
content: '\e85a';
[392] Fix | Delete
}
[393] Fix | Delete
.elfinder-button-search .ui-icon.ui-icon-search {
[394] Fix | Delete
font-size: 17px;
[395] Fix | Delete
}
[396] Fix | Delete
.elfinder-button-search .ui-icon:hover {
[397] Fix | Delete
opacity: 1;
[398] Fix | Delete
}
[399] Fix | Delete
.elfinder-navbar-icon {
[400] Fix | Delete
font: normal normal normal 16px/1 material;
[401] Fix | Delete
background-image: inherit !important;
[402] Fix | Delete
}
[403] Fix | Delete
.elfinder-navbar-icon:before {
[404] Fix | Delete
content: '\e804';
[405] Fix | Delete
}
[406] Fix | Delete
.elfinder-droppable-active .elfinder-navbar-icon:before,
[407] Fix | Delete
.ui-state-active .elfinder-navbar-icon:before,
[408] Fix | Delete
.ui-state-hover .elfinder-navbar-icon:before {
[409] Fix | Delete
content: '\e805';
[410] Fix | Delete
}
[411] Fix | Delete
.elfinder-navbar-root-local .elfinder-navbar-icon:before {
[412] Fix | Delete
content: '\e83d';
[413] Fix | Delete
}
[414] Fix | Delete
.elfinder-navbar-root-ftp .elfinder-navbar-icon:before {
[415] Fix | Delete
content: '\e823';
[416] Fix | Delete
}
[417] Fix | Delete
.elfinder-navbar-root-sql .elfinder-navbar-icon:before {
[418] Fix | Delete
content: '\e83e';
[419] Fix | Delete
}
[420] Fix | Delete
.elfinder-navbar-root-dropbox .elfinder-navbar-icon:before {
[421] Fix | Delete
content: '\e83f';
[422] Fix | Delete
}
[423] Fix | Delete
.elfinder-navbar-root-googledrive .elfinder-navbar-icon:before {
[424] Fix | Delete
content: '\e840';
[425] Fix | Delete
}
[426] Fix | Delete
.elfinder-navbar-root-onedrive .elfinder-navbar-icon:before {
[427] Fix | Delete
content: '\e841';
[428] Fix | Delete
}
[429] Fix | Delete
.elfinder-navbar-root-box .elfinder-navbar-icon:before {
[430] Fix | Delete
content: '\e842';
[431] Fix | Delete
}
[432] Fix | Delete
.elfinder-navbar-root-trash .elfinder-navbar-icon:before {
[433] Fix | Delete
content: '\e80b';
[434] Fix | Delete
}
[435] Fix | Delete
.elfinder-places .elfinder-navbar-root .elfinder-navbar-icon:before {
[436] Fix | Delete
content: '\e825';
[437] Fix | Delete
}
[438] Fix | Delete
.elfinder-navbar-arrow {
[439] Fix | Delete
background-image: inherit !important;
[440] Fix | Delete
font: normal normal normal 14px/1 material;
[441] Fix | Delete
font-size: 10px;
[442] Fix | Delete
padding-top: 3px;
[443] Fix | Delete
padding-left: 2px;
[444] Fix | Delete
color: #a9a9a9;
[445] Fix | Delete
}
[446] Fix | Delete
.ui-state-active .elfinder-navbar-arrow {
[447] Fix | Delete
color: #fff;
[448] Fix | Delete
}
[449] Fix | Delete
.elfinder-ltr .elfinder-navbar-collapsed .elfinder-navbar-arrow:before {
[450] Fix | Delete
content: '\e857';
[451] Fix | Delete
}
[452] Fix | Delete
.elfinder-rtl .elfinder-navbar-collapsed .elfinder-navbar-arrow:before {
[453] Fix | Delete
content: '\e858';
[454] Fix | Delete
}
[455] Fix | Delete
.elfinder-ltr .elfinder-navbar-expanded .elfinder-navbar-arrow:before,
[456] Fix | Delete
.elfinder-rtl .elfinder-navbar-expanded .elfinder-navbar-arrow:before {
[457] Fix | Delete
content: '\e851';
[458] Fix | Delete
}
[459] Fix | Delete
div.elfinder-cwd-wrapper-list tr.ui-state-default td span.ui-icon {
[460] Fix | Delete
font-size: 8px;
[461] Fix | Delete
margin-top: 5px;
[462] Fix | Delete
margin-right: 10px;
[463] Fix | Delete
}
[464] Fix | Delete
div.elfinder-cwd-wrapper-list .ui-icon-grip-dotted-vertical {
[465] Fix | Delete
margin: 2px;
[466] Fix | Delete
}
[467] Fix | Delete
.elfinder-cwd-view-list .elfinder-navbar-root-local td .elfinder-cwd-icon,
[468] Fix | Delete
.elfinder-navbar-root-local .elfinder-cwd-icon,
[469] Fix | Delete
.elfinder-cwd-view-list .elfinder-navbar-root-ftp td .elfinder-cwd-icon,
[470] Fix | Delete
.elfinder-navbar-root-ftp .elfinder-cwd-icon,
[471] Fix | Delete
.elfinder-cwd-view-list .elfinder-navbar-root-sql td .elfinder-cwd-icon,
[472] Fix | Delete
.elfinder-navbar-root-sql .elfinder-cwd-icon,
[473] Fix | Delete
.elfinder-cwd-view-list .elfinder-navbar-root-dropbox td .elfinder-cwd-icon,
[474] Fix | Delete
.elfinder-navbar-root-dropbox .elfinder-cwd-icon,
[475] Fix | Delete
.elfinder-cwd-view-list .elfinder-navbar-root-googledrive td .elfinder-cwd-icon,
[476] Fix | Delete
.elfinder-navbar-root-googledrive .elfinder-cwd-icon,
[477] Fix | Delete
.elfinder-cwd-view-list .elfinder-navbar-root-onedrive td .elfinder-cwd-icon,
[478] Fix | Delete
.elfinder-navbar-root-onedrive .elfinder-cwd-icon,
[479] Fix | Delete
.elfinder-cwd-view-list .elfinder-navbar-root-box td .elfinder-cwd-icon,
[480] Fix | Delete
.elfinder-navbar-root-box .elfinder-cwd-icon,
[481] Fix | Delete
.elfinder-cwd-view-list .elfinder-navbar-root-trash td .elfinder-cwd-icon,
[482] Fix | Delete
.elfinder-navbar-root-trash .elfinder-cwd-icon {
[483] Fix | Delete
background-image: inherit;
[484] Fix | Delete
}
[485] Fix | Delete
.elfinder-cwd-view-list .elfinder-navbar-root-local td .elfinder-cwd-icon:before,
[486] Fix | Delete
.elfinder-navbar-root-local .elfinder-cwd-icon:before,
[487] Fix | Delete
.elfinder-cwd-view-list .elfinder-navbar-root-ftp td .elfinder-cwd-icon:before,
[488] Fix | Delete
.elfinder-navbar-root-ftp .elfinder-cwd-icon:before,
[489] Fix | Delete
.elfinder-cwd-view-list .elfinder-navbar-root-sql td .elfinder-cwd-icon:before,
[490] Fix | Delete
.elfinder-navbar-root-sql .elfinder-cwd-icon:before,
[491] Fix | Delete
.elfinder-cwd-view-list .elfinder-navbar-root-dropbox td .elfinder-cwd-icon:before,
[492] Fix | Delete
.elfinder-navbar-root-dropbox .elfinder-cwd-icon:before,
[493] Fix | Delete
.elfinder-cwd-view-list .elfinder-navbar-root-googledrive td .elfinder-cwd-icon:before,
[494] Fix | Delete
.elfinder-navbar-root-googledrive .elfinder-cwd-icon:before,
[495] Fix | Delete
.elfinder-cwd-view-list .elfinder-navbar-root-onedrive td .elfinder-cwd-icon:before,
[496] Fix | Delete
.elfinder-navbar-root-onedrive .elfinder-cwd-icon:before,
[497] Fix | Delete
.elfinder-cwd-view-list .elfinder-navbar-root-box td .elfinder-cwd-icon:before,
[498] Fix | Delete
.elfinder-navbar-root-box .elfinder-cwd-icon:before,
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function