Style color of folded line numbers

This commit is contained in:
Kevin Sawicki
2013-01-30 11:48:58 -08:00
parent 4db876aed1
commit 8dbcefa932
6 changed files with 36 additions and 5 deletions

View File

@@ -43,10 +43,19 @@
-webkit-animation-iteration-count: 1;
}
.editor .fold {
.editor .line.fold {
background-color: #444;
}
.editor .gutter .line-number.fold {
color: #FBA0E3;
opacity: .75;
}
.editor .gutter .line-number.fold.cursor-line {
opacity: 1;
}
.editor .fold.selected {
background-color: #244;
}

View File

@@ -46,10 +46,19 @@
-webkit-animation-iteration-count: 1;
}
.editor .fold {
.editor .line.fold {
background-color: #444;
}
.editor .gutter .line-number.fold {
color: #FBA0E3;
opacity: .75;
}
.editor .gutter .line-number.fold.cursor-line {
opacity: 1;
}
.editor .fold.selected {
background-color: #244;
}