You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2017/05/31 21:08:58 UTC

lucene-solr:master: SOLR-10290: Replace the bright green in the bottom nav links with a lighter tone of the header

Repository: lucene-solr
Updated Branches:
  refs/heads/master 22c2ed070 -> f34155fb2


SOLR-10290: Replace the bright green in the bottom nav links with a lighter tone of the header


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/f34155fb
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/f34155fb
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/f34155fb

Branch: refs/heads/master
Commit: f34155fb2014393da50a836a1b78416c406b0dfd
Parents: 22c2ed0
Author: Cassandra Targett <ct...@apache.org>
Authored: Wed May 31 16:08:09 2017 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Wed May 31 16:08:41 2017 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/css/theme-solr.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f34155fb/solr/solr-ref-guide/src/css/theme-solr.css
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/css/theme-solr.css b/solr/solr-ref-guide/src/css/theme-solr.css
index ae0d6bf..daa8fbe 100644
--- a/solr/solr-ref-guide/src/css/theme-solr.css
+++ b/solr/solr-ref-guide/src/css/theme-solr.css
@@ -55,7 +55,7 @@ a[data-toggle="tooltip"] {
 /* Used for nav buttons */
 .btn-primary {
     color: #ffffff;
-    background-color: #0A7C38;
+    background-color: #F35B38;
     border-color: #E6E7E8;
 }