projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1577797
)
Tweak quicksearch menu style
author
Coleman Watts
<coleman@civicrm.org>
Mon, 26 Sep 2016 18:07:04 +0000
(14:07 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Mon, 26 Sep 2016 18:12:43 +0000
(14:12 -0400)
css/civicrmNavigation.css
patch
|
blob
|
blame
|
history
diff --git
a/css/civicrmNavigation.css
b/css/civicrmNavigation.css
index 4c981693fc29a01d4ca0f8b90484f574a10109db..0c0ee5f38b83d63c95cbc0716ed429a264be01f2 100644
(file)
--- 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: 1
6
px;
+ height: 1
7
px;
}
#civicrm-menu #crm-qsearch input:hover,
#civicrm-menu #crm-qsearch input:focus,