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 @@