More actions
| Line 693: | Line 693: | ||
padding:0px; | padding:0px; | ||
background-image: linear-gradient(#00AA00, #AA0000); | background-image: linear-gradient(#00AA00, #AA0000); | ||
background-image: -moz-linear-gradient(#00AA00, #AA0000); | |||
background-image: -o-linear-gradient(#00AA00, #AA0000); | background-image: -o-linear-gradient(#00AA00, #AA0000); | ||
background-image: -webkit-linear-gradient(#00AA00, #AA0000); | background-image: -webkit-linear-gradient(#00AA00, #AA0000); | ||
background-image: -ms-linear-gradient(#00AA00, #AA0000); | |||
// The webkit is needed for the ingame browser. | // The webkit is needed for the ingame browser. | ||
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00AA00), color-stop(1, #AA0000) ); | background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00AA00), color-stop(1, #AA0000) ); | ||