[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
fileorganizer
/
manager
/
themes
/
windows10
/
css
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 README.md
2,453 B
SET
[ EDIT ]
|
[ DEL ]
📄 contextmenu.css
5,100 B
SET
[ EDIT ]
|
[ DEL ]
📄 dialog.css
2,437 B
SET
[ EDIT ]
|
[ DEL ]
📄 icons.css
2,246 B
SET
[ EDIT ]
|
[ DEL ]
📄 main.css
978 B
SET
[ EDIT ]
|
[ DEL ]
📄 navbar.css
1,802 B
SET
[ EDIT ]
|
[ DEL ]
📄 reset.css
1,559 B
SET
[ EDIT ]
|
[ DEL ]
📄 statusbar.css
545 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme.css
693 B
SET
[ EDIT ]
|
[ DEL ]
📄 toolbar.css
8,765 B
SET
[ EDIT ]
|
[ DEL ]
📄 view-list.css
2,383 B
SET
[ EDIT ]
|
[ DEL ]
📄 view-thumbnail.css
1,076 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: view-list.css
/* view-list.css */ /* Wrapper for list view */ .elfinder .elfinder-cwd-wrapper-list { /* */ } /* List view table */ .elfinder .elfinder-cwd-wrapper-list table { /* */ } /* Column headings */ .elfinder .elfinder-cwd-wrapper-list table thead tr td { color: #43536a; } .elfinder .elfinder-cwd-wrapper-list table thead tr td:not(:last-child) { border-right: 1px solid #e5e5e5; } /* Hovered column heading */ .elfinder .elfinder-cwd-wrapper-list table thead tr td.ui-state-hover, .elfinder .elfinder-cwd-wrapper-list table thead tr td:hover { background: #d0dded; } /* Actively sorted column heading */ .elfinder .elfinder-cwd-wrapper-list table thead tr td.ui-state-active { border-right: 1px solid #e5e5e5; } /* Table heading icons (mainly the sorter) */ .elfinder .elfinder-cwd-wrapper-list table tr td .ui-icon { /* */ } /* Table heading sorter up */ .elfinder .elfinder-cwd-wrapper-list table tr.ui-state-default td .ui-icon-triangle-1-n:before { /* */ } /* Table heading sorter down */ .elfinder .elfinder-cwd-wrapper-list table tr.ui-state-default td .ui-icon-triangle-1-s:before { /* */ } /* Files */ /* File */ .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file td { border: 1px solid transparent; } .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file td:not(:first-child) { color: #9d9d9d; } /* Filename */ .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file .elfinder-cwd-filename { /* */ } /* Hovered file */ .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file:hover, .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-state-hover, /* fix for 2.x */ .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-state-hover:hover { /* fix for 2.1 */ background: #e5f3ff; border-color: #e5f3ff; } /* Selected file */ .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-selected { background: #cce8ff; } .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-selected td { border-top: 1px solid #99d1ff; border-bottom: 1px solid #99d1ff; } .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-selected td:first-child { border-left: 1px solid #99d1ff; } .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-selected td:last-child { border-right: 1px solid #99d1ff; } /* Icons */ .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file .elfinder-cwd-icon { /* */ }