From 2b1442bb6eca13498421590fe799a12592cbeb6a Mon Sep 17 00:00:00 2001 From: Fernando Date: Thu, 19 Feb 2015 10:04:32 -0200 Subject: [PATCH] Remove blue color from progress bar --- gui/slick/css/light.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gui/slick/css/light.css b/gui/slick/css/light.css index 5579cb53..b56fb285 100644 --- a/gui/slick/css/light.css +++ b/gui/slick/css/light.css @@ -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;