diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-08 21:38:03 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-08 21:38:03 +0000 |
commit | c520d46a85a61d067ee62618620c829c38c7c74e (patch) | |
tree | 5ad948f95cbaa09b7e4117a8fa3efca364f268a7 /themes | |
parent | 46f48453a84edfb0e0589da4b586ff03dd2a2990 (diff) |
themes/openwrt: remove textarea highlight
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index faef7f379..7721558ca 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -369,9 +369,7 @@ input[type=image] { input:focus, input:hover, select:focus, -select:hover, -textarea:focus, -textarea:hover { +select:hover { background-color: #ffffff; color: #000000; } |