diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-01 15:41:16 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-01 15:41:16 +0000 |
commit | 07e06f185aa2ac6fb05a074f95c7da77df4566b1 (patch) | |
tree | 755eaed23280968d53d6457ba38c5d68febd3fb1 /themes | |
parent | 0ce6a286f78108ed1b5ce52c8217f1494ceca257 (diff) |
themes/openwrt: fix input placeholder color for firefox, add css for internet explorer
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css | 6 |
1 files changed, 5 insertions, 1 deletions
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; } |