diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-07 15:47:32 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-07 15:47:32 +0000 |
commit | 9cacdbc05cf66bb452598b29d3ac57ea69cbadca (patch) | |
tree | 9757363d822284967653ed441309fd928ed9c25e /themes/openwrt.org | |
parent | 8ecff0a9cc9edb3156f8d10880aa2091bdb42c64 (diff) |
* luci/themes: compat fix for all css files
Diffstat (limited to 'themes/openwrt.org')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css index dbd3a484d..85934d915 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -484,7 +484,7 @@ input.cbi-input-user { padding-left: 17px; } -input.cbi-input-key { +input.cbi-input-password { background: url('../resources/cbi/key.gif') no-repeat scroll 1px center; background-color: inherit; color: #000000; |