diff options
Diffstat (limited to 'chrome/browser/resources/safe_browsing_malware_block.html')
-rw-r--r-- | chrome/browser/resources/safe_browsing_malware_block.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/resources/safe_browsing_malware_block.html b/chrome/browser/resources/safe_browsing_malware_block.html index 0dd7952..7cc5a19 100644 --- a/chrome/browser/resources/safe_browsing_malware_block.html +++ b/chrome/browser/resources/safe_browsing_malware_block.html @@ -71,7 +71,7 @@ input { .green { - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83c260), color-stop(44%,#71b44c), color-stop(100%,#549d2c)); + background: -webkit-linear-gradient(#83c260, #71b44c 44%, #549d2c); border: 1px solid #4c7336; border-bottom: 1px solid #44692f; border-radius: 3px; @@ -90,14 +90,14 @@ input { } .green:hover, .green:focus { - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bc968), color-stop(44%,#7bbc57), color-stop(100%,#4f9727)); /* webkit */ + background: -webkit-linear-gradient(#8bc968, #7bbc57 44%, #4f9727); border: 1px solid #456a2f; border-bottom: 1px solid #456a2f; -webkit-box-shadow: inset 0 1px 0 0 #a0d186, 0px 1px 2px rgba(0,0,0,0.3);; } .green:active { - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83c260), color-stop(44%,#71b44c), color-stop(100%,#549d2c)); /* webkit */ + background: -webkit-linear-gradient(#83c260, #71b44c 44%, #549d2c); border: 1px solid #3e612a; border-top:1px solid #4c7336; border-bottom:1px solid #547b3f; |