Fix highlighting of searched text

Edited CSS to make it highlighted on active line.

Change-Id: I2905ec5263d47b6f37d3f82610acc263fdc4af0b
This commit is contained in:
Michael Zhou
2013-07-12 18:31:23 -07:00
parent 5376995d6d
commit 95b233df2d

View File

@@ -60,7 +60,7 @@ limitations under the License.
}
.activeLine .CodeMirror-linenumber,
.activeLine .diff, .activeLine .intralineBg {
background-color: #E0FFFF !important;
background-color: #E0FFFF;
}
.activeLineBg {
background-color: #E0FFFF !important;