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:09:28 UTC

lucene-solr:branch_6x: 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/branch_6x 01c7bf1fc -> fc8be1c16


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/fc8be1c1
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/fc8be1c1
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/fc8be1c1

Branch: refs/heads/branch_6x
Commit: fc8be1c1620363793b7e280645ca589e27041c9a
Parents: 01c7bf1
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:09:20 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/fc8be1c1/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;
 }