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

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

Issue 347773002: Implement select listbox using shadow DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed Created 6 years, 6 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
Index: Source/core/css/themeMac.css
diff --git a/Source/core/css/themeMac.css b/Source/core/css/themeMac.css
index 64950d72c65f78310b04c69b7a0648a24197b2a2..c193a64fed07ae8397259fae405179946996ab6e 100644
--- a/Source/core/css/themeMac.css
+++ b/Source/core/css/themeMac.css
@@ -8,11 +8,9 @@ select, input[type="color"][list] {
border: 1px solid #a6a6a6;
}
-select[size],
-select[multiple],
-select[size][multiple] {
+select:-webkit-any([size]:not([size="0"]):not([size="1"]), [multiple]) {
background: white;
- border: 1px inset gray;
+ border: 1px solid #999999;
}
input::-webkit-inner-spin-button {

Powered by Google App Engine
This is Rietveld 408576698