Index: chrome/browser/resources/set_as_default_browser.css |
diff --git a/chrome/browser/resources/set_as_default_browser.css b/chrome/browser/resources/set_as_default_browser.css |
index 21d7a9ded063f4689fccee5ebf22ba64dba22ba3..ec59b09b9248c7fae20ab64edf31d287c7919848 100644 |
--- a/chrome/browser/resources/set_as_default_browser.css |
+++ b/chrome/browser/resources/set_as_default_browser.css |
@@ -7,7 +7,6 @@ |
-webkit-box-align: center; |
-webkit-box-orient: vertical; |
-webkit-box-pack: start; |
- -webkit-transition: 200ms opacity; |
background-color: rgba(255, 255, 255, 0.75); |
bottom: 0; |
display: -webkit-box; |
@@ -16,6 +15,7 @@ |
position: fixed; |
right: 0; |
top: 0; |
+ transition: 200ms opacity; |
} |
/* The page block within the outer container. */ |
@@ -83,7 +83,6 @@ |
#metro-action-box button { |
-webkit-margin-end: 0.4em; |
-webkit-margin-start: 0; |
- -webkit-transition: all 218ms; |
-webkit-user-select: none; |
border-radius: 2px; |
display: inline-block; |
@@ -92,11 +91,12 @@ |
line-height: 27px; |
margin-top: 0; |
min-width: 80px; |
+ transition: all 218ms; |
} |
#metro-action-box button:hover { |
- -webkit-transition: all 0ms; |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); |
+ transition: all 0ms; |
} |
#metro-action-box button:focus { |