summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/sandbox.scss
diff options
context:
space:
mode:
authorFelix Hammerl <fhammerl@thoughtworks.com>2016-03-03 12:25:25 +0100
committerFelix Hammerl <fhammerl@thoughtworks.com>2016-03-09 15:36:10 +0100
commit23b175742f20d96e5b5d3d9cfcc0ed7067197f92 (patch)
tree224e5d536b9a6c4859671b2cff57f1f60236ef9f /web-ui/app/scss/sandbox.scss
parentd2d6fb98b909021efa435411ec95f554769fa9c9 (diff)
Issue #617: Highlight search terms by altering mail content
Diffstat (limited to 'web-ui/app/scss/sandbox.scss')
-rw-r--r--web-ui/app/scss/sandbox.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/web-ui/app/scss/sandbox.scss b/web-ui/app/scss/sandbox.scss
index e722753d..3cb4c441 100644
--- a/web-ui/app/scss/sandbox.scss
+++ b/web-ui/app/scss/sandbox.scss
@@ -1,3 +1,5 @@
+$search-highlight: #FFEF29;
+
body {
font-family: "Open Sans", "Microsoft YaHei", "Hiragino Sans GB", "Hiragino Sans GB W3", "微软雅黑", "Helvetica Neue", Arial, sans-serif;
font-size: 13px;
@@ -12,3 +14,7 @@ body {
box-sizing: border-box;
word-wrap: break-word;
}
+
+.search-highlight {
+ background-color: $search-highlight;
+}