mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
black 컬러셋에서 버튼 컬러셋이 제대로 적용되지 않는 문제 수정
* 옵티마이저에 빠져있던 common/css/button.css 복구 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4954 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b262d29c1d
commit
56a5be3da8
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@
|
|||
$this->addJsFile("./common/js/xml_handler.js");
|
||||
$this->addJsFile("./common/js/xml_js_filter.js");
|
||||
$this->addCSSFile("./common/css/default.css");
|
||||
$this->addCSSFile("./common/css/button.css",false);
|
||||
$this->addCSSFile("./common/css/button.css");
|
||||
|
||||
// 관리자 페이지일 경우 관리자 공용 CSS 추가
|
||||
if(Context::get('module')=='admin' || strpos(Context::get('act'),'Admin')>0) $this->addCssFile("./modules/admin/tpl/css/admin.css", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue