remove color from ace_editor class
This commit is contained in:
parent
ca41480c72
commit
baa0c28e69
6 changed files with 4 additions and 2 deletions
|
|
@ -4,7 +4,6 @@
|
|||
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
|
||||
font-size: 12px;
|
||||
line-height: normal;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.ace_editor .ace_line {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
.ace-chrome {
|
||||
background-color: #FFFFFF;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.ace-chrome .ace_cursor {
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
.ace-dreamweaver {
|
||||
background-color: #FFFFFF;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.ace-dreamweaver .ace_fold {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
.ace-eclipse {
|
||||
background-color: #FFFFFF;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.ace-eclipse .ace_fold {
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
.ace-tm {
|
||||
background-color: #FFFFFF;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.ace-tm .ace_cursor {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
.ace-xcode .ace_gutter,
|
||||
/* THIS THEME WAS AUTOGENERATED BY Theme.tmpl.css (UUID: EE3AD170-2B7F-4DE1-B724-C75F13FE0085) */
|
||||
|
||||
.ace-xcode .ace_gutter {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue