summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/resources/click_to_play_plugin.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/resources/click_to_play_plugin.html')
-rw-r--r--chrome/renderer/resources/click_to_play_plugin.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/renderer/resources/click_to_play_plugin.html b/chrome/renderer/resources/click_to_play_plugin.html
index 05969c6f..cd878f1 100644
--- a/chrome/renderer/resources/click_to_play_plugin.html
+++ b/chrome/renderer/resources/click_to_play_plugin.html
@@ -16,11 +16,11 @@ body {
}
body #outer:hover {
- background: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#a5a5a5));
+ background: -webkit-linear-gradient(#d2d2d2, #a5a5a5);
}
body #outer:active {
- background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#d2d2d2));
+ background: -webkit-linear-gradient(#b9b9b9, #d2d2d2);
}
h1 {