diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index b351bd32b8a..5653d1ffcb5 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -486,20 +486,12 @@ div.tmenudiv { height: px; -background-image: linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); -background-image: -o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); -background-image: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); -background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); -background-image: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); -background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(255,255,255,.3)), color-stop(1, rgba(0,0,0,.3)) ); - -/*background-image: rgb(); - - background-image: -o-linear-gradient(bottom, rgb() 75%, rgb() 100%); - background-image: -moz-linear-gradient(bottom, rgb() 75%, rgb() 100%); - background-image: -webkit-linear-gradient(bottom, rgb() 40%, rgb() 60%, rgb() 100%); - background-image: -ms-linear-gradient(bottom, rgb() 75%, rgb() 100%); - background-image: linear-gradient(bottom, rgb() 75%, rgb() 100%);*/ + background-image: linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(40,40,40,.3) 100%); + background-image: -o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(40,40,40,.3) 100%); + background-image: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(40,40,40,.3) 100%); + background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(40,40,40,.3) 100%); + background-image: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(40,40,40,.3) 100%); + background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(255,255,255,.3)), color-stop(1, rgba(40,40,40,.3)) ); box-shadow: 0 0 6px rgba(0, 0, 0, .4) !important; background-image: rgb();