From: Coleman Watts Date: Mon, 26 Sep 2016 18:07:04 +0000 (-0400) Subject: Tweak quicksearch menu style X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8acd3124524b05b0bd1a56dbc32c5b3c2ae01baf;p=civicrm-core.git Tweak quicksearch menu style --- diff --git a/css/civicrmNavigation.css b/css/civicrmNavigation.css index 4c981693fc..0c0ee5f38b 100644 --- a/css/civicrmNavigation.css +++ b/css/civicrmNavigation.css @@ -142,8 +142,9 @@ li.menu-separator{ } #civicrm-menu #crm-qsearch { - padding: 1px 3px 1px 2px; - background-color: #000 !important; + padding: 1px 0 1px 2px; + background-color: transparent !important; + border-right: none; } #civicrm-menu #crm-qsearch input { @@ -151,7 +152,7 @@ li.menu-separator{ border: 1px solid black; margin: 0; padding: 2px 16px 3px 2px; - height: 16px; + height: 17px; } #civicrm-menu #crm-qsearch input:hover, #civicrm-menu #crm-qsearch input:focus,