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/themeMac.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/themeInputMultipleFields.css ('k') | Source/core/css/themeWin.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/themeMac.css
diff --git a/Source/core/css/themeMac.css b/Source/core/css/themeMac.css
index 96cfe5f43e50cf8846545fbd24968dfbe3f93a12..32e3c3a6c59bb4d45fd406b921019ffcae56b9f5 100644
--- a/Source/core/css/themeMac.css
+++ b/Source/core/css/themeMac.css
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-select, input[type="color"][list] {
+select, input[type="color" i][list] {
background-color: #f8f8f8;
border: 1px solid #a6a6a6;
}
« no previous file with comments | « Source/core/css/themeInputMultipleFields.css ('k') | Source/core/css/themeWin.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698