Comment fixes plus fix inconsistent unused return bool
[civicrm-core.git] / css / civicrmNavigation.css
index c5c94c2c382f131647cb98e777f02047f4eb3fe0..3458bc3081bdfaff5624d9b827fd058b8e4fc03f 100644 (file)
@@ -59,7 +59,7 @@ html>body .innerbox
   color: white;
   cursor: default;
   font-size: 12px;
-  font-family: Tahoma, Verdana, Arial, Sans;
+  font-family: Tahoma, Verdana, Arial, sans-serif;
 }
 
 #civicrm-menu {
@@ -91,6 +91,7 @@ li.menu-separator.active{
   display:block;
   font-weight:normal;
   text-decoration:none;
+  border:0;
 }
 
 * html div.menu-item {
@@ -142,8 +143,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 +153,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,
@@ -162,3 +164,12 @@ li.menu-separator{
 #civicrm-menu > li.menumain {
   height: 19px !important;
 }
+
+/* No results */
+.crm-quickSearch-results.ui-menu-disabled {
+  opacity: .9;
+  background-color: #f8f8f8;
+}
+.crm-quickSearch-results.ui-menu-disabled li {
+  cursor: default;
+}