| Server IP : 38.190.208.107 / Your IP : 216.73.217.46 Web Server : nginx/1.28.1 System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 User : root ( 0) PHP Version : 8.2.28 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv,eval,assert,passthru,system,exec,shell_exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/wp.2/wp-content/plugins/fileorganizer/manager/themes/windows10/css/ |
Upload File : |
/* navbar.css */
/* Main wrapper for navbar */
.elfinder .elfinder-navbar {
border-right: 1px solid #e5e5e5;
}
/* Directories */
.elfinder .elfinder-navbar .elfinder-navbar-dir {
color: #000;
border-radius: 0;
}
/* Hovered directory */
.elfinder .elfinder-navbar .elfinder-navbar-dir:hover {
background: #e5f3ff;
}
/* Current/active directory (cwd) */
.elfinder .elfinder-navbar .elfinder-navbar-dir.ui-state-active {
background: #cce8ff;
border: 1px solid #99d1ff;
}
/* Howvered cwd */
.elfinder .elfinder-navbar .elfinder-navbar-dir.ui-state-active:hover {
/* */
}
/* Icons */
/* Arrow */
.elfinder .elfinder-navbar .elfinder-navbar-arrow {
/* */
background-image: url('../images/16px/arrow_right.png');
background-position: center center;
background-repeat: no-repeat;
}
/* Expanded directory arrow */
.elfinder .elfinder-navbar-expanded .elfinder-navbar-arrow {
/* */
background-image: url('../images/16px/arrow_down.png');
background-position: center center;
background-repeat: no-repeat;
}
/* All icons (directories) */
.elfinder .elfinder-navbar .elfinder-navbar-icon {
background-color: transparent;
background-image: url('../images/16px/directory.png') !important;
background-position: center center;
background-repeat: none;
height: 16px;
width: 16px;
}
/* Expanded directory */
.elfinder .elfinder-navbar-expanded.ui-state-active .elfinder-navbar-icon {
background-image: url('../images/16px/directory_opened.png') !important;
}
/* Root/volume */
.elfinder .elfinder-navbar-root > .elfinder-navbar-icon {
/* */
}
/* Root/volume expanded */
.elfinder .elfinder-navbar-root.elfinder-navbar-expanded > .elfinder-navbar-icon {
/* */
}
/* Resizable handle */
.elfinder .elfinder-navbar .ui-resizable-handle.ui-resizable-e {
/* */
}