mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 10:19:55 +09:00
code_highlighter 에디터 컴포넌트 수정
- HTML모드 전환시 개행이 두배로 늘어나던 문제 수정 - 언어선택에서 HTML을 최상단으로 이동 - PHP/CSS 구문 수정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3337 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d17132422e
commit
96408798bc
5 changed files with 91 additions and 84 deletions
|
|
@ -60,7 +60,6 @@
|
|||
{
|
||||
list-style: decimal; /* better look for others, override cascade from OL */
|
||||
list-style-position: outside !important;
|
||||
border-left: 3px solid #22AAEE;
|
||||
background-color: #F8F8F8;
|
||||
color: #5C5C5C;
|
||||
padding: 0 3px 0 10px !important;
|
||||
|
|
@ -137,7 +136,6 @@
|
|||
color: silver;
|
||||
background-color: #f8f8f8;
|
||||
padding-bottom: 10px;
|
||||
border-left: 3px solid #22AAEE;
|
||||
}
|
||||
|
||||
.dp-highlighter.nogutter .tools
|
||||
|
|
@ -247,6 +245,7 @@
|
|||
.dp-css {}
|
||||
.dp-css .comment { color: green; }
|
||||
.dp-css .string { color: red; }
|
||||
.dp-css .value { color: red; }
|
||||
.dp-css .keyword { color: blue; }
|
||||
.dp-css .colors { color: darkred; }
|
||||
.dp-css .vars { color: #d00; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue