diff options
author | zsloan | 2024-10-17 18:55:32 +0000 |
---|---|---|
committer | zsloan | 2024-10-17 18:55:32 +0000 |
commit | c823504e6e5b078b0319b21a527a7a43ff4dd7cf (patch) | |
tree | 4387b47d267c998f03e5601590a98d69e6203d4d /gn2 | |
parent | 6d1372d896607c652fc922756a441fd55f56f917 (diff) | |
download | genenetwork2-c823504e6e5b078b0319b21a527a7a43ff4dd7cf.tar.gz |
Replace global search icon with just the text 'Search'
Rob had mentioned wanting this change due to confusion over the icon
Diffstat (limited to 'gn2')
-rw-r--r-- | gn2/wqflask/templates/gsearch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/gsearch.html b/gn2/wqflask/templates/gsearch.html index adf4481d..0e7c2d9e 100644 --- a/gn2/wqflask/templates/gsearch.html +++ b/gn2/wqflask/templates/gsearch.html @@ -73,7 +73,7 @@ class="btn-stc " style="position: absolute; background-color: #336699"> - <i class="fa fa-search" title="Search " style="color:white;"></i> + <font style="color:white;">Search</font> </button> </div> <span style="margin-left: 60px;"> |