Added SVG gradient generator instead of using one file for each gradient

This commit is contained in:
Piotr Przybylski
2011-04-22 21:24:34 +02:00
parent 21ac63902d
commit b089769241
7 changed files with 47 additions and 62 deletions

View File

@@ -1446,7 +1446,8 @@ table#serverconnection_trg_local {
-moz-border-radius: 11px;
-webkit-border-radius: 11px;
border-radius: 11px;
background-image: url(./themes/original/img/gradient.svg);
background-image: url(./themes/svg_gradient.php?from=ffffff&to=cccccc);
background-size: 100% 100%;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
background: -moz-linear-gradient(top, #ffffff, #cccccc);
background: -o-linear-gradient(top, #ffffff, #cccccc);