diff --git a/Base/res/html/misc/gradients.html b/Base/res/html/misc/gradients.html index 66cbe7dc3f..4a0365efd9 100644 --- a/Base/res/html/misc/gradients.html +++ b/Base/res/html/misc/gradients.html @@ -91,6 +91,10 @@ .grad-14 { background-image: linear-gradient(to bottom right, indigo, white, deeppink); } + + .grad-webkit { + background-image: -webkit-linear-gradient(top right, yellow, black, yellow, black); + } @@ -116,6 +120,8 @@
+ A webkit gradient
+