Lighten color of spinner content text.

nb/hide-http
Neeraj Baid 11 years ago
parent 336820555b
commit ba8f10fb65

@ -1,5 +1,6 @@
beige = #F9F2E7 beige = #F9F2E7
dark-gray = #333 dark-gray = #333
darker-light-gray = #ddd
gray = #777 gray = #777
green = #8FBE00 green = #8FBE00
light-blue = #40C0CB light-blue = #40C0CB
@ -102,7 +103,7 @@ p {
.spinner-name { .spinner-name {
font: bold 18px/20px "Quicksand", sans-serif font: bold 18px/20px "Quicksand", sans-serif
text-align: center text-align: center
color: dark-gray color: light-gray
overflow: hidden overflow: hidden
text-overflow: ellipsis text-overflow: ellipsis
white-space: nowrap white-space: nowrap
@ -114,7 +115,7 @@ p {
.spinner-size { .spinner-size {
font: italic 12px/20px "Quicksand", sans-serif font: italic 12px/20px "Quicksand", sans-serif
text-align: center text-align: center
color: gray color: darker-light-gray
overflow: hidden overflow: hidden
text-overflow: ellipsis text-overflow: ellipsis
white-space: nowrap white-space: nowrap

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

Loading…
Cancel
Save