add styling for ace_invisble to all themes

This commit is contained in:
nightwing 2015-03-15 15:27:48 +04:00
commit c5602489f4
4 changed files with 12 additions and 1 deletions

View file

@ -48,7 +48,7 @@
}
.ace-clouds-midnight .ace_invisible {
color: #BFBFBF
color: #666
}
.ace-clouds-midnight .ace_keyword,

View file

@ -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 {

View file

@ -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)

View file

@ -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;
}