Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / themeWin.css
index b7a6f0b..3c727d3 100644 (file)
@@ -111,6 +111,15 @@ select,
 select[size="0"],
 select[size="1"] {
     border-radius: 0;
+    /* Same as native_theme_base. */
+    border-color: #a9a9a9;
+}
+
+select[size],
+select[multiple],
+select[size][multiple] {
+    /* Same as native_theme_base. */
+    border: 1px solid #a9a9a9;
 }
 
 /* Option font must be inherited because we depend on computing the size of the
@@ -120,10 +129,8 @@ option {
     font: inherit !important;
 }
 
-select:disabled option:checked, option:disabled:checked {
-    color: #d2d2d2
-}
-
 textarea {
-  font-family: monospace;
+    font-family: monospace;
+    /* Same as native_theme_base. */
+    border-color: #a9a9a9;
 }