Remove off-white colors.

nb/hide-http
Alex Kern 11 years ago
parent b89c24f7be
commit 7ccb2370fa

@ -1,10 +1,8 @@
beige = #F9F2E7
dark-gray = #333
darker-light-gray = #DDD
gray = #777
green = #8FBE00
light-blue = #40C0CB
light-gray = #EEE
light-green = #AEE239
light-red = #E23430
light-yellow = #FFE476
@ -94,7 +92,7 @@ p {
.spinner-name {
font: bold 18px/20px "Quicksand", sans-serif
text-align: center
color: light-gray
color: white
overflow: hidden
text-overflow: ellipsis
white-space: nowrap
@ -106,7 +104,7 @@ p {
.spinner-size {
font: italic 12px/20px "Quicksand", sans-serif
text-align: center
color: darker-light-gray
color: white
overflow: hidden
text-overflow: ellipsis
white-space: nowrap
@ -183,7 +181,7 @@ p {
&.progress-bar-failed {
background: red
box-shadow: inset 0 1px 1px light-red, 0 1px 1px light-gray
box-shadow: inset 0 1px 1px light-red
.progress-bar-text {
text-align: center

Loading…
Cancel
Save