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

Unified Diff: chrome/browser/resources/chromeos/keyboard_overlay.css

Issue 997033002: Set the font size in the keyboard overlay explicitly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: chrome/browser/resources/chromeos/keyboard_overlay.css
diff --git a/chrome/browser/resources/chromeos/keyboard_overlay.css b/chrome/browser/resources/chromeos/keyboard_overlay.css
index 710225d9db909c7f61194279191d3c48c4a8a965..b17b197053b3afddc495e3cba8a223be9f06b9ea 100644
--- a/chrome/browser/resources/chromeos/keyboard_overlay.css
+++ b/chrome/browser/resources/chromeos/keyboard_overlay.css
@@ -6,6 +6,7 @@
body {
-webkit-user-select: none;
background: #fff;
+ font-size: 100%;
margin: 0;
overflow: hidden;
padding: 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