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

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

Issue 417353004: Use explicit case-insensitive attribute-value matching in UA-stylesheets (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « Source/core/css/quirks.css ('k') | Source/core/css/themeChromiumLinux.css » ('j') | 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 e00c3408d13f03dc82315485b03ff33a1f6d46bc..d5b3d4068d296ff80d99856078db5cbcce66e277 100644
--- a/Source/core/css/themeChromiumAndroid.css
+++ b/Source/core/css/themeChromiumAndroid.css
@@ -41,25 +41,25 @@ select[size][multiple] {
white-space: pre;
}
-input[type="date"]:disabled,
-input[type="datetime-local"]:disabled,
-input[type="month"]:disabled,
-input[type="time"]:disabled,
-input[type="week"]:disabled,
-input[type="date"]:read-only,
-input[type="datetime-local"]:read-only,
-input[type="month"]:read-only,
-input[type="time"]:read-only,
-input[type="week"]:read-only {
+input[type="date" i]:disabled,
+input[type="datetime-local" i]:disabled,
+input[type="month" i]:disabled,
+input[type="time" i]:disabled,
+input[type="week" i]:disabled,
+input[type="date" i]:read-only,
+input[type="datetime-local" i]:read-only,
+input[type="month" i]:read-only,
+input[type="time" i]:read-only,
+input[type="week" i]:read-only {
background-color: ButtonFace;
color: GrayText;
}
-input[type="date"],
-input[type="datetime-local"],
-input[type="month"],
-input[type="time"],
-input[type="week"] {
+input[type="date" i],
+input[type="datetime-local" i],
+input[type="month" i],
+input[type="time" i],
+input[type="week" i] {
align-items: center;
-webkit-appearance: menulist;
background-color: ButtonFace;
« no previous file with comments | « Source/core/css/quirks.css ('k') | Source/core/css/themeChromiumLinux.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698