Bug fix: Context lines slider can now update diff views in real time.

NOTE: Using this feature needs cookies enabled, which may sub-optimal in
corporate controlled environments.

TODO: The dependency on jQuery is overkill for something as simple as
updating tracking mouse-ups on a input element.
This commit is contained in:
André Berg
2009-10-20 03:34:07 +02:00
parent a256210880
commit a7ce2abb06
5 changed files with 90 additions and 11 deletions
+4 -2
View File
@@ -14,7 +14,8 @@
.diff .file .diffContent {
white-space: pre;
font-family: Monaco;
font-family: Meslo, "Andale Mono", Menlo, Monaco;
font-size: 11px;
}
.diff .file .diffcontent .lineno {
@@ -48,7 +49,8 @@
}
.diff .file .diffcontent .lines .whitespace {
background-color: rgba(255,0,0,0.5);
/* background-color: rgba(255,0,0,0.5); */
background-color: transparent;
}
#CurrentHunk {