Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / themeChromiumAndroid.css
index be5488f..3ff3183 100644 (file)
@@ -35,7 +35,22 @@ select[multiple],
 select[size][multiple] {
     -webkit-appearance: menulist;
     align-items: center;
-    border: 1px solid;
+    background-color: ButtonFace;
+    border: 1px solid #a9a9a9;
     border-radius: initial;
     white-space: pre;
 }
+
+input[type="date"]:disabled,
+input[type="datetime-local"]:disabled,
+input[type="month"]:disabled,
+input[type="time"]:disabled,
+input[type="week"]:disabled,
+input[type="date"]:read-only,
+input[type="datetime-local"]:read-only,
+input[type="month"]:read-only,
+input[type="time"]:read-only,
+input[type="week"]:read-only {
+    background-color: ButtonFace;
+    color: GrayText;
+}
\ No newline at end of file