Added SVG gradient generator instead of using one file for each gradient
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user