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

Unified Diff: Source/core/css/themeChromiumLinux.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/themeChromiumAndroid.css ('k') | Source/core/css/themeInputMultipleFields.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/themeChromiumLinux.css
diff --git a/Source/core/css/themeChromiumLinux.css b/Source/core/css/themeChromiumLinux.css
index 7d15d64ede34425c44c945fc411dfddc1025ac11..640a5a82a898595e79c57e6aa0ced70be533d053 100644
--- a/Source/core/css/themeChromiumLinux.css
+++ b/Source/core/css/themeChromiumLinux.css
@@ -37,6 +37,6 @@ select[size="1"] {
background-color: ButtonFace;
}
-input[type=range] {
+input[type=range i] {
color: #9d968E;
}
« no previous file with comments | « Source/core/css/themeChromiumAndroid.css ('k') | Source/core/css/themeInputMultipleFields.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698