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; |
} |