From 07e06f185aa2ac6fb05a074f95c7da77df4566b1 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 1 Jan 2012 15:41:16 +0000 Subject: [PATCH] themes/openwrt: fix input placeholder color for firefox, add css for internet explorer --- themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index 95e6a075e..90ee1ff9f 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -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; } -- 2.11.0