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

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

Issue 295713004: options: temporarily fix text rendering bug in overlays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 6 years, 7 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 | « no previous file | no next file » | 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 5bf914cff5200440e57b54ba00f25d758b5a41ae..6623e870332c1a6bf668f68bc91e7b1b4fd290e0 100644
--- a/ui/webui/resources/css/overlay.css
+++ b/ui/webui/resources/css/overlay.css
@@ -7,6 +7,8 @@
-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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698