From 42736baafe734bb6dcbe3c2534ddf1a78adfa057 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 31 Jul 2014 14:01:53 +0100 Subject: [PATCH] Menu quick search box style tweak --- css/civicrm.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/civicrm.css b/css/civicrm.css index a8a976327f..2d4e6f1487 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2900,6 +2900,7 @@ div.grippie { #civicrm-menu #crm-qsearch { padding: 1px 3px 1px 2px; height: 20px; + background-color: #000 !important; } #civicrm-menu #crm-qsearch input { @@ -2909,7 +2910,9 @@ div.grippie { padding: 2px 16px 3px 2px; height: 17px; } -#civicrm-menu #crm-qsearch input:focus { +#civicrm-menu #crm-qsearch input:hover, +#civicrm-menu #crm-qsearch input:focus, +#civicrm-menu #crm-qsearch.activetarget input { background-color: #ffffff; } -- 2.25.1