add styling for ace_invisble to all themes
This commit is contained in:
parent
1c1d56b3ea
commit
c5602489f4
4 changed files with 12 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
}
|
||||
|
||||
.ace-clouds-midnight .ace_invisible {
|
||||
color: #BFBFBF
|
||||
color: #666
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_keyword,
|
||||
|
|
|
|||
|
|
@ -109,7 +109,10 @@
|
|||
.ace-github .ace_marker-layer .ace_selected-word {
|
||||
background: rgb(250, 250, 255);
|
||||
border: 1px solid rgb(200, 200, 250);
|
||||
}
|
||||
|
||||
.ace-github .ace_invisible {
|
||||
color: #BFBFBF
|
||||
}
|
||||
|
||||
.ace-github .ace_print-margin {
|
||||
|
|
|
|||
|
|
@ -55,6 +55,10 @@
|
|||
border: 1px solid rgba(100, 5, 208, 0.27)
|
||||
}
|
||||
|
||||
.ace-katzenmilch .ace_invisible {
|
||||
color: #BFBFBF
|
||||
}
|
||||
|
||||
.ace-katzenmilch .ace_fold {
|
||||
background-color: rgba(2, 95, 73, 0.97);
|
||||
border-color: rgba(15, 0, 9, 1.0)
|
||||
|
|
|
|||
|
|
@ -49,6 +49,10 @@
|
|||
border: 1px solid rgba(245, 170, 0, 0.57);
|
||||
}
|
||||
|
||||
.ace-kuroir .ace_invisible {
|
||||
color: #BFBFBF
|
||||
}
|
||||
|
||||
.ace-kuroir .ace_fold {
|
||||
border-color: #363636;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue