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:
ff2c446
)
Drupal#56 - fix quicksearch text color on D8
author
Jon Goldberg
<jon@megaphonetech.com>
Wed, 17 Apr 2019 20:04:06 +0000
(16:04 -0400)
committer
Jon Goldberg
<jon@megaphonetech.com>
Wed, 17 Apr 2019 20:04:06 +0000
(16:04 -0400)
css/crm-menubar.css
patch
|
blob
|
blame
|
history
diff --git
a/css/crm-menubar.css
b/css/crm-menubar.css
index aa53639ccc1e17d94351141a9f8a34e4deb1b28a..4c3507bfde3eb0ab92820de823b28d3630c8660e 100644
(file)
--- a/
css/crm-menubar.css
+++ b/
css/crm-menubar.css
@@
-134,6
+134,7
@@
input#crm-qsearch-input {
height: 30px;
width: 30px;
transition: width .5s .05s, background-color .3s .05s;
+ color: black;
}
a.highlighted #crm-qsearch-input,
#crm-qsearch-input:focus,