From 522ac3ea4a00bf7f3cd088effdf0b584334a1aaa Mon Sep 17 00:00:00 2001 From: Cynthia Lin Date: Sat, 28 Jan 2017 18:00:38 -0800 Subject: [PATCH] frontend: Add #search-operators link to search icon; Fixes #1369. --- static/styles/zulip.css | 10 ++++++++++ templates/zerver/navbar.html | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index fdea6bbae8..a1dffc0896 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -1686,6 +1686,16 @@ nav a .no-style { visibility: hidden; } +#searchbox a.search_icon { + color: #ccc; + text-decoration: none; +} + +#searchbox a.search_icon:hover { + color: #000; + text-decoration: none; +} + .highlight { background-color: #FCEA81; } diff --git a/templates/zerver/navbar.html b/templates/zerver/navbar.html index 4429eb0446..e09f035f9d 100644 --- a/templates/zerver/navbar.html +++ b/templates/zerver/navbar.html @@ -20,7 +20,7 @@