summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuelockwood <deathbearbrown@gmail.com>2013-11-06 12:08:54 -0500
committersuelockwood <deathbearbrown@gmail.com>2013-11-07 09:54:36 -0500
commit605928838feb45174b0f8cb572efba456e2f079f (patch)
tree2f2fcec3c489adfd8b37131bf2e07ad1360c08c9
parentc66ac4a80e3440caec37990359832c43ab971d84 (diff)
downloadcouchdb-605928838feb45174b0f8cb572efba456e2f079f.tar.gz
Making that Spinner easier to see
-rw-r--r--src/fauxton/app/api.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fauxton/app/api.js b/src/fauxton/app/api.js
index 6ad95f75d..9d6ba08a8 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