You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2013/11/07 15:59:12 UTC

[2/2] git commit: updated refs/heads/master to 6ee2e72

Making that Spinner easier to see


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

Branch: refs/heads/master
Commit: 605928838feb45174b0f8cb572efba456e2f079f
Parents: c66ac4a
Author: suelockwood <de...@gmail.com>
Authored: Wed Nov 6 12:08:54 2013 -0500
Committer: suelockwood <de...@gmail.com>
Committed: Thu Nov 7 09:54:36 2013 -0500

----------------------------------------------------------------------
 src/fauxton/app/api.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/60592883/src/fauxton/app/api.js
----------------------------------------------------------------------
diff --git a/src/fauxton/app/api.js b/src/fauxton/app/api.js
index 6ad95f7..9d6ba08 100644
--- a/src/fauxton/app/api.js
+++ b/src/fauxton/app/api.js
@@ -463,7 +463,7 @@ function(app, Fauxton) {
         length: 8, // The length of each line
         width: 4, // The line thickness
         radius: 12, // The radius of the inner circle
-        color: '#aaa', // #rbg or #rrggbb
+        color: '#333', // #rbg or #rrggbb
         speed: 1, // Rounds per second
         trail: 10, // Afterglow percentage
         shadow: false // Whether to render a shadow
@@ -492,7 +492,7 @@ function(app, Fauxton) {
         length: 8, // The length of each line
         width: 4, // The line thickness
         radius: 12, // The radius of the inner circle
-        color: '#ccc', // #rbg or #rrggbb
+        color: '#333', // #rbg or #rrggbb
         speed: 1, // Rounds per second
         trail: 10, // Afterglow percentage
         shadow: false // Whether to render a shadow