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:
fde119d
)
Improve quick search box style
author
Coleman Watts
<coleman@civicrm.org>
Thu, 31 Jul 2014 12:09:17 +0000
(13:09 +0100)
committer
Coleman Watts
<coleman@civicrm.org>
Thu, 31 Jul 2014 12:09:17 +0000
(13:09 +0100)
css/civicrm.css
patch
|
blob
|
blame
|
history
diff --git
a/css/civicrm.css
b/css/civicrm.css
index e185b6d88b04314e2097081c86e925384d57b996..a8a976327f978fd9a94b4a3c8f77895e44a82c52 100644
(file)
--- a/
css/civicrm.css
+++ b/
css/civicrm.css
@@
-2903,10
+2903,14
@@
div.grippie {
}
#civicrm-menu #crm-qsearch input {
- background-color: #
ffffff
;
+ background-color: #
eaeaea
;
border: 1px solid black;
margin: 0px;
padding: 2px 16px 3px 2px;
+ height: 17px;
+}
+#civicrm-menu #crm-qsearch input:focus {
+ background-color: #ffffff;
}
/* Status message box */