KCFinder 툴바 배경색 변경
KCfinder/themes/dark/03.misc.css
body {
background: #000;
color: #aaa;
}
body {
background: #272e2f;
color: #aaa;
}
KCFinder 툴바 배경색 변경
KCfinder/themes/dark/03.misc.css
body {
background: #000;
color: #aaa;
}
body {
background: #272e2f;
color: #aaa;
}
KCFinder 의 배경 색상 변경 방법
/KCfinder/themes/dark/03.misc.css
#toolbar a.selected {
color: #aaa;
border: 1px solid #425064;
border-radius: 4px;
background: #202D3E;
box-shadow: inset 0 0 3px #000, inset 0 0 6px #000, 0 0 3px #425064, 0 0 2px #425064;
}
#toolbar a.selected {
color: #aaa;
border: 1px solid #425064;
border-radius: 4px;
background: #505a5f;
box-shadow: inset 0 0 3px #000, inset 0 0 6px #000, 0 0 3px #425064, 0 0 2px #425064;
}
웹 파일 관리자 KCFinder 설치 방법
설치 조건 : Apache 2, PHP 5.3 이상
라이선스 GNU General Public License version 3
설치가 되면 conf/config.php 파일을 수정하여 환경을 설정합니다. 설정 방법에는 Dynamic Settings 과 Static Settings 두가지가 있습니다.
[Dynamic Settings]
'disabled' => true,true / false
kcfinder를 사용할 수 없게 됩니다.
'denyZipDownload' => false,false / true
이미지를 zip 파일로 다운받을수 있게 합니다.
링크 https://kcfinder.sunhater.com