aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-06-16 13:44:42 +0100
committerLouise Crow <louise.crow@gmail.com>2014-06-16 13:44:42 +0100
commit6c89d63b6eebe33401efbf376e3884c61fb92d26 (patch)
treefb5297740694f21e2691e7bb22fe7d587e216e0e
parent2505982bed3483af6f1ea42d185acfb1dbac571b (diff)
parent066741460bc3da90451edd6da156f5d7a5171cd2 (diff)
Merge branch 'feature/restore-highlight' into rails-3-develop
-rw-r--r--app/assets/stylesheets/responsive/_global_style.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/responsive/_global_style.scss b/app/assets/stylesheets/responsive/_global_style.scss
index 5b268f3a6..290591b5f 100644
--- a/app/assets/stylesheets/responsive/_global_style.scss
+++ b/app/assets/stylesheets/responsive/_global_style.scss
@@ -222,4 +222,7 @@ div.pagination {
}
-
+/* Search result highlighting */
+.highlight {
+ background:#FF0;
+}