AVRIL_START_JANCOKALIVEAVRIL_END_JANCOK
| Server IP : 146.190.157.162 / Your IP : 216.73.216.175 Web Server : Apache System : Linux ubuntu-s-2vcpu-4gb-amd-sfo3-01-KIT-DIGITAL 6.5.0-44-generic #44-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 7 15:10:09 UTC 2024 x86_64 User : vergeskit ( 679) PHP Version : 8.2.10-2ubuntu2.2 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_signal,pcntl_signal_dispatch,pcntl_getpriority,pcntl_setpriority,dl,putenv,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/html/vergeskit/wp-content/plugins/wp-file-manager/lib/themes/light/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.svg');
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.svg');
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.svg') !important;
background-position: center center;
background-repeat: none;
height: 16px;
width: 16px;
background-size:16px;
}
/* Expanded directory */
.elfinder .elfinder-navbar-expanded.ui-state-active .elfinder-navbar-icon {
background-image: url('../images/16px/directory_opened.svg') !important;
background-size:16px;
}
/* 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 {
/* */
}