From 4d5521b7acad097d9cb61c512fbb74005052d19f Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 31 Jul 2014 13:09:17 +0100 Subject: [PATCH] Improve quick search box style --- css/civicrm.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/civicrm.css b/css/civicrm.css index e185b6d88b..a8a976327f 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2903,10 +2903,14 @@ div.grippie { } #civicrm-menu #crm-qsearch input { - background-color: #ffffff; + background-color: #eaeaea; border: 1px solid black; margin: 0px; padding: 2px 16px 3px 2px; + height: 17px; +} +#civicrm-menu #crm-qsearch input:focus { + background-color: #ffffff; } /* Status message box */ -- 2.25.1