X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2FcivicrmNavigation.css;h=c5c94c2c382f131647cb98e777f02047f4eb3fe0;hb=dcfd8d522ab67d9715d7191cf72148dcce70d42a;hp=feb8325a3d0c21cb5409886044f06da2bdaba09f;hpb=fd4e1416d4294151bc32106a929764338586fe50;p=civicrm-core.git diff --git a/css/civicrmNavigation.css b/css/civicrmNavigation.css index feb8325a3d..c5c94c2c38 100644 --- a/css/civicrmNavigation.css +++ b/css/civicrmNavigation.css @@ -132,4 +132,33 @@ li.menu-separator{ width: 16px; height: 16px; vertical-align:middle; -} \ No newline at end of file +} + +#civicrm-menu .ui-autocomplete-input, +.crm-container .ui-autocomplete-input { + background: white url("../bower_components/select2/select2.png") no-repeat scroll right -23px; + padding-right: 16px; + /* so that text doesn't flow on top of icon */ +} + +#civicrm-menu #crm-qsearch { + padding: 1px 3px 1px 2px; + background-color: #000 !important; +} + +#civicrm-menu #crm-qsearch input { + background-color: #eaeaea; + border: 1px solid black; + margin: 0; + padding: 2px 16px 3px 2px; + height: 16px; +} +#civicrm-menu #crm-qsearch input:hover, +#civicrm-menu #crm-qsearch input:focus, +#civicrm-menu #crm-qsearch.activetarget input { + background-color: #ffffff; +} +/* This ensures the drop-down menus appear at the right height */ +#civicrm-menu > li.menumain { + height: 19px !important; +}