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:
9eed9f8
)
Menu quick search box style tweak
author
Coleman Watts
<coleman@civicrm.org>
Thu, 31 Jul 2014 13:01:53 +0000
(14:01 +0100)
committer
Coleman Watts
<coleman@civicrm.org>
Thu, 31 Jul 2014 13:01:53 +0000
(14:01 +0100)
css/civicrm.css
patch
|
blob
|
blame
|
history
diff --git
a/css/civicrm.css
b/css/civicrm.css
index a8a976327f978fd9a94b4a3c8f77895e44a82c52..2d4e6f148794687f1232f209125bfe29c0c63742 100644
(file)
--- a/
css/civicrm.css
+++ b/
css/civicrm.css
@@
-2900,6
+2900,7
@@
div.grippie {
#civicrm-menu #crm-qsearch {
padding: 1px 3px 1px 2px;
height: 20px;
+ background-color: #000 !important;
}
#civicrm-menu #crm-qsearch input {
@@
-2909,7
+2910,9
@@
div.grippie {
padding: 2px 16px 3px 2px;
height: 17px;
}
-#civicrm-menu #crm-qsearch input:focus {
+#civicrm-menu #crm-qsearch input:hover,
+#civicrm-menu #crm-qsearch input:focus,
+#civicrm-menu #crm-qsearch.activetarget input {
background-color: #ffffff;
}