From a7d284b9dd52fe9f4f3f24fd2b66ea21aed4df4f Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Tue, 6 Nov 2018 11:54:52 -0500 Subject: [PATCH] Bug 1482338 - "Search Bugs" field has "cursor: pointer" style while it's text field --- skins/standard/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/skins/standard/global.css b/skins/standard/global.css index 09f7e1dfa..19a77207b 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -260,6 +260,7 @@ box-shadow: none; font-size: 14px !important; line-height: 32px; + cursor: text; } #header #quicksearch_top:hover { -- 2.47.3