From 5671ee09eb4b1cc97bc37ff502b8b31d6d499eb1 Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Wed, 22 Dec 2010 03:08:53 +0300 Subject: [PATCH] updated progress color --- styles/projection.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/projection.css b/styles/projection.css index 58d608a..74f0042 100755 --- a/styles/projection.css +++ b/styles/projection.css @@ -336,7 +336,7 @@ A { width:0; height:100%; border-radius:0.2em; - background:rgba(128, 128, 128, 0.5); + background:rgba(177, 177, 177, 0.5); -webkit-transition:width 0.2s linear; -moz-transition:width 0.2s linear; -o-transition:width 0.2s linear;