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

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

Issue 180163012: Mac: Update CSS appearance for input[type=color][list]. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « LayoutTests/platform/mac/fast/forms/color/input-appearance-color-expected.txt ('k') | no next file » | 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 859c11d87a05307d3423ecde46a1de5631bfc88e..e68eaf998932e5fa59e4e53b31ec195ec24497b4 100644
--- a/Source/core/css/themeMac.css
+++ b/Source/core/css/themeMac.css
@@ -3,9 +3,9 @@
* found in the LICENSE file.
*/
-select {
+select, input[type="color"][list] {
background-color: #f8f8f8;
- border-color: #a6a6a6;
+ border: 1px solid #a6a6a6;
}
select[size],
« no previous file with comments | « LayoutTests/platform/mac/fast/forms/color/input-appearance-color-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698