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 95e6a075e4036a6789aff5d2e4a5fd73c50b58cb..90ee1ff9f023b19a5ec19f21ea4d2581cf6956b5 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;
 }