gradient for progress

This commit is contained in:
Karen 2011-07-04 15:10:03 +05:30
parent 2624566cb2
commit 527d7cbe24

View File

@ -47,7 +47,12 @@ background-color: #298A08;
padding:5px; padding:5px;
font-size:14px; font-size:14px;
margin-bottom:5px; margin-bottom:5px;
} background: #3b240b; /* Old browsers */
background: -moz-linear-gradient(top, #3b240b 0%, #207cca 52%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b240b), color-stop(52%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3b240b 0%,#207cca 52%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(top, #3b240b 0%,#207cca 52%,#7db9e8 100%); /* W3C */
color:#FFF;}
.fileDesc .fileDesc
{margin-left:4px;} {margin-left:4px;}
@ -69,8 +74,11 @@ margin-left: 40px;
} }
#progress { #progress {
background-color: #298A08; background: #3b240b; /* Old browsers */
} background: -moz-linear-gradient(top, #3b240b 0%, #207cca 52%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b240b), color-stop(52%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3b240b 0%,#207cca 52%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(top, #3b240b 0%,#207cca 52%,#7db9e8 100%); /* W3C */}
#progressstatus { #progressstatus {
font-size: 12px; font-size: 12px;