themes/openwrt: fix input placeholder color for firefox, add css for internet explorer
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 1 Jan 2012 15:41:16 +0000 (15:41 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 1 Jan 2012 15:41:16 +0000 (15:41 +0000)
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;
 }