From 97d8d11ae01f979e8e1fd5fe72cd88ea33d664d5 Mon Sep 17 00:00:00 2001 From: mad-de Date: Mon, 7 Dec 2015 22:28:22 +0100 Subject: [PATCH] Set search-cancel-pointer to hand Nicer looking and more intuitive // FREEBIE --- stylesheets/_index.scss | 3 +++ stylesheets/manifest.css | 2 ++ 2 files changed, 5 insertions(+) diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index 12da60d4cb2f..a811b9e80451 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -96,6 +96,9 @@ input.search { background: url('/images/x.png') no-repeat center; background-size: cover; } + &::-webkit-search-cancel-button:hover { + cursor: pointer; + } } .tool-bar { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 552ad963dc68..5adb8dfc7453 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -448,6 +448,8 @@ input.search { height: 16px; background: url("/images/x.png") no-repeat center; background-size: cover; } + input.search::-webkit-search-cancel-button:hover { + cursor: pointer; } .tool-bar button.show-new-conversation { float: right;