aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/resources
diff options
context:
space:
mode:
authorKaren Feng <karenfeng.us@gmail.com>2013-08-06 16:52:21 -0700
committerKaren Feng <karenfeng.us@gmail.com>2013-08-06 16:52:21 -0700
commit908032e79b954a6a9b57ce270ddf0a4d1ba2c8f4 (patch)
tree3db51d1d6685b6340fab29411b33eea739c51bcb /core/src/main/resources
parent8bc497fa10044e732d2912755b1f110d1682d740 (diff)
downloadspark-908032e79b954a6a9b57ce270ddf0a4d1ba2c8f4.tar.gz
spark-908032e79b954a6a9b57ce270ddf0a4d1ba2c8f4.tar.bz2
spark-908032e79b954a6a9b57ce270ddf0a4d1ba2c8f4.zip
Used saturated colors for progress bars
Diffstat (limited to 'core/src/main/resources')
-rw-r--r--core/src/main/resources/spark/ui/static/webui.css28
1 files changed, 14 insertions, 14 deletions
diff --git a/core/src/main/resources/spark/ui/static/webui.css b/core/src/main/resources/spark/ui/static/webui.css
index d918790187..33fc51155f 100644
--- a/core/src/main/resources/spark/ui/static/webui.css
+++ b/core/src/main/resources/spark/ui/static/webui.css
@@ -50,25 +50,25 @@
.progress-completed .bar,
.progress .bar-completed {
- background-color: #7ccde5;
- background-image: -moz-linear-gradient(top, #7ccde5, #75c3d9);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7ccde5), to(#75c3d9));
- background-image: -webkit-linear-gradient(top, #7ccde5, #75c3d9);
- background-image: -o-linear-gradient(top, #7ccde5, #75c3d9);
- background-image: linear-gradient(to bottom, #7ccde5, #75c3d9);
+ background-color: #b3def9;
+ background-image: -moz-linear-gradient(top, #addfff, #badcf2);
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#addfff), to(#badcf2));
+ background-image: -webkit-linear-gradient(top, #addfff, #badcf2);
+ background-image: -o-linear-gradient(top, #addfff, #badcf2);
+ background-image: linear-gradient(to bottom, #addfff, #badcf2);
background-repeat: repeat-x;
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff7ccde5', endColorstr='#ff75c3d9', GradientType=0);
+ filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffaddfff', endColorstr='#ffbadcf2', GradientType=0);
}
.progress-running .bar,
.progress .bar-running {
- background-color: #cdecf5;
- background-image: -moz-linear-gradient(top, #cdecf5, #c2e4ee);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cdecf5), to(#c2e4ee));
- background-image: -webkit-linear-gradient(top, #cdecf5, #c2e4ee);
- background-image: -o-linear-gradient(top, #cdecf5, #c2e4ee);
- background-image: linear-gradient(to bottom, #cdecf5, #c2e4ee);
+ background-color: #c2ebfa;
+ background-image: -moz-linear-gradient(top, #bdedff, #c7e8f5);
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdedff), to(#c7e8f5));
+ background-image: -webkit-linear-gradient(top, #bdedff, #c7e8f5);
+ background-image: -o-linear-gradient(top, #bdedff, #c7e8f5);
+ background-image: linear-gradient(to bottom, #bdedff, #c7e8f5);
background-repeat: repeat-x;
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffcdecf5', endColorstr='#ffc2e4ee', GradientType=0);
+ filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffbdedff', endColorstr='#ffc7e8f5', GradientType=0);
}