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

Unified Diff: Source/core/css/themeChromiumAndroid.css

Issue 938793005: Android: Value of input[type=datetime-local] should not spill out from the content box. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/themeChromiumAndroid.css
diff --git a/Source/core/css/themeChromiumAndroid.css b/Source/core/css/themeChromiumAndroid.css
index d5b3d4068d296ff80d99856078db5cbcce66e277..088696ffbfc9bc061e361cc2372c7c7c733106dc 100644
--- a/Source/core/css/themeChromiumAndroid.css
+++ b/Source/core/css/themeChromiumAndroid.css
@@ -69,7 +69,12 @@ input[type="week" i] {
width: 10em;
}
+input[type="datetime-local" i] {
keishi 2015/02/24 08:09:58 What does the " i" do?
tkent 2015/02/24 08:22:05 It's a modifier to command case-insensitive matchi
keishi 2015/02/24 08:27:33 Oh I didn't realize. LGTM.
+ width: 15em;
+}
+
input::-webkit-date-and-time-value {
margin: 1px 24px 1px 4px;
+ overflow: hidden;
white-space: pre;
}
« 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