highlight searched terms in the message view pane

This commit is contained in:
SJ
2013-06-29 17:59:57 +02:00
parent fbf5bc8b2c
commit 9431f19fd9
4 changed files with 28 additions and 8 deletions

View File

@ -154,6 +154,7 @@
.splitter-h { cursor: n-resize; cursor: row-resize; background-position: center 2px; }
.splitter-v { cursor: e-resize; cursor: col-resize; background-position: 2px center; }
.message_highlight { background: lightblue; }
}