From: Jo-Philipp Wich Date: Sun, 1 Jan 2012 15:41:16 +0000 (+0000) Subject: themes/openwrt: fix input placeholder color for firefox, add css for internet explorer X-Git-Tag: 0.11.0~1196 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=07e06f185aa2ac6fb05a074f95c7da77df4566b1;p=oweals%2Fluci.git themes/openwrt: fix input placeholder color for firefox, add css for internet explorer --- 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; }