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

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: reveman@ review 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..6322f7cb3f4c48cc2740ecf8758ddcc1c5e1983e 100644
--- a/ui/webui/resources/css/overlay.css
+++ b/ui/webui/resources/css/overlay.css
@@ -7,6 +7,7 @@
-webkit-box-align: center;
-webkit-box-orient: vertical;
-webkit-box-pack: center;
+ -webkit-perspective: 1px;
reveman 2014/05/19 22:25:32 nit: maybe worth adding a TODO here for removing t
Dan Beam 2014/05/19 22:37:57 Done.
-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