diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-13 13:03:36 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-13 13:03:50 +0100 |
commit | 066741460bc3da90451edd6da156f5d7a5171cd2 (patch) | |
tree | 2c942d1f2ba98f156b3c49fe95a8f3603ce4534b | |
parent | 552b08318cff55e12defccd4d617f4eb59e13204 (diff) |
Restore search term highlighting in the responsive stylesheets.
-rw-r--r-- | app/assets/stylesheets/responsive/_global_style.scss | 5 |
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; +} |