1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Remove blue color from progress bar

This commit is contained in:
Fernando 2015-02-19 10:04:32 -02:00
parent e1ea013544
commit 2b1442bb6e

View File

@ -544,20 +544,20 @@ home.tmpl
}
.progress-100 {
background-image: -moz-linear-gradient(#55aef1, #9cd0f7) !important;
background-image: linear-gradient(#55aef1, #9cd0f7) !important;
background-image: -webkit-linear-gradient(#55aef1, #9cd0f7) !important;
background-image: -o-linear-gradient(#55aef1, #9cd0f7) !important;
background-image: -moz-linear-gradient(#a6cf41, #5b990d) !important;
background-image: linear-gradient(#a6cf41, #5b990d) !important;
background-image: -webkit-linear-gradient(#a6cf41, #5b990d) !important;
background-image: -o-linear-gradient(#a6cf41, #5b990d) !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.progress-80 {
background-image: -moz-linear-gradient(#a6cf41, #5b990d) !important;
background-image: linear-gradient(#a6cf41, #5b990d) !important;
background-image: -webkit-linear-gradient(#a6cf41, #5b990d) !important;
background-image: -o-linear-gradient(#a6cf41, #5b990d) !important;
background-image: -moz-linear-gradient(#e1ff97, #9db269) !important;
background-image: linear-gradient(#e1ff97, #9db269) !important;
background-image: -webkit-linear-gradient(#e1ff97, #9db269) !important;
background-image: -o-linear-gradient(#e1ff97, #9db269) !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;