From b392e099fa3483a15330dbf3bba883976ec3da2a Mon Sep 17 00:00:00 2001 From: Pierre-Yves-HERZOG Date: Thu, 20 Jun 2013 13:14:38 +0300 Subject: [PATCH] Update jquery.countdown.css --- countdown/jquery.countdown.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/countdown/jquery.countdown.css b/countdown/jquery.countdown.css index 55382d9..fdbe55a 100644 --- a/countdown/jquery.countdown.css +++ b/countdown/jquery.countdown.css @@ -18,7 +18,7 @@ position:absolute; display:block; width:1em; - background-color:#444; + background-color:#00b050; border-radius:0.2em; text-align:center; color:#fff; @@ -28,18 +28,18 @@ .digit.static{ box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35); - background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%); - background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%); - background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%); - background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%); - background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%); + background-image: linear-gradient(bottom, #06a24c 50%, #00b050 50%); + background-image: -o-linear-gradient(bottom, #06a24c 50%, #00b050 50%); + background-image: -moz-linear-gradient(bottom, #06a24c 50%, #00b050 50%); + background-image: -webkit-linear-gradient(bottom, #06a24c 50%, #00b050 50%); + background-image: -ms-linear-gradient(bottom, #06a24c 50%, #00b050 50%); background-image: -webkit-gradient( linear, left bottom, left top, - color-stop(0.5, #3A3A3A), - color-stop(0.5, #444444) + color-stop(0.5, #06a24c), + color-stop(0.5, #00b050) ); } @@ -69,7 +69,7 @@ position:absolute; width:5px; height:5px; - background-color:#444; + background-color:#00b050; border-radius:50%; left:50%; margin-left:-3px; @@ -80,4 +80,4 @@ .countDiv:after{ top:0.9em; -} \ No newline at end of file +}