diff --git a/themes/bartik/css/colors.css b/themes/bartik/css/colors.css index 7cd1cd2d7ddd039aee18ea3fff4596e777d2f44b..fd83374a54b67df5cf7dcafd94610d51916d2a5c 100644 --- a/themes/bartik/css/colors.css +++ b/themes/bartik/css/colors.css @@ -23,8 +23,12 @@ body.overlay { } #header { background-color: #48a9e4; - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0779bf), to(#48a9e4)); - background-image: -moz-linear-gradient(-90deg, #0779bf, #48a9e4); + background-image: -moz-linear-gradient(top, #0779bf 0%, #48a9e4 100%); + background-image: -ms-linear-gradient(top, #0779bf 0%, #48a9e4 100%); + background-image: -o-linear-gradient(top, #0779bf 0%, #48a9e4 100%); + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0779bf), color-stop(1, #48a9e4)); + background-image: -webkit-linear-gradient(top, #0779bf 0%, #48a9e4 100%); + background-image: linear-gradient(top, #0779bf 0%, #48a9e4 100%); } a { color: #0071B3;