themes/openwrt: fix input placeholder color for firefox, add css for internet explorer
[project/luci.git] / themes / openwrt / htdocs / luci-static / openwrt.org / cascade.css
index 95e6a07..90ee1ff 100644 (file)
@@ -357,7 +357,11 @@ input:-webkit-input-placeholder {
        color: #AAAAAA;
 }
 
-input:-moz-input-placeholder {
+input:-moz-placeholder {
+       color: #AAAAAA;
+}
+
+input:-ms-input-placeholder {
        color: #AAAAAA;
 }