You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2014/08/26 18:31:53 UTC

fauxton commit: updated refs/heads/master to 49b0ca4

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 6c9a5a643 -> 49b0ca430


Fix API bar buttons color


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/49b0ca43
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/49b0ca43
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/49b0ca43

Branch: refs/heads/master
Commit: 49b0ca430424aedce760f3514974928b9017ecc5
Parents: 6c9a5a6
Author: Alexander Shorin <kx...@gmail.com>
Authored: Mon Aug 25 13:56:33 2014 +0400
Committer: Garren Smith <ga...@gmail.com>
Committed: Tue Aug 26 18:31:05 2014 +0200

----------------------------------------------------------------------
 assets/less/fauxton.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/49b0ca43/assets/less/fauxton.less
----------------------------------------------------------------------
diff --git a/assets/less/fauxton.less b/assets/less/fauxton.less
index 5abbc10..65a6f72 100644
--- a/assets/less/fauxton.less
+++ b/assets/less/fauxton.less
@@ -952,7 +952,7 @@ div.spinner {
 
     .btn{
       background-color: @red;
-      color: #333;
+      color: #fff;
       margin-left: -1px;
       padding: 10px 10px 8px;
       border: none;