Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Unified Diff: ui/webui/resources/css/overlay.css

Issue 2693793002: Remove webkit prefixes for transform and perspective in ui/ styles (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/login/screen_container.css ('k') | ui/webui/resources/css/trash.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/overlay.css
diff --git a/ui/webui/resources/css/overlay.css b/ui/webui/resources/css/overlay.css
index b8d7af51ca2b5080e10f45fbd6d1b2a65e74de12..9649636a19e067c28d5a79f6d021a058d4cffb2e 100644
--- a/ui/webui/resources/css/overlay.css
+++ b/ui/webui/resources/css/overlay.css
@@ -7,8 +7,6 @@
-webkit-box-align: center;
-webkit-box-orient: vertical;
-webkit-box-pack: center;
- /* TODO(dbeam): remove perspective when http://crbug.com/374970 is fixed. */
- -webkit-perspective: 1px;
-webkit-transition: 200ms opacity;
background-color: rgba(255, 255, 255, 0.75);
bottom: 0;
@@ -16,6 +14,8 @@
left: 0;
overflow: auto;
padding: 20px;
+ /* TODO(dbeam): remove perspective when http://crbug.com/374970 is fixed. */
+ perspective: 1px;
position: fixed;
right: 0;
top: 0;
« no previous file with comments | « ui/login/screen_container.css ('k') | ui/webui/resources/css/trash.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698