From: Jo-Philipp Wich Date: Thu, 8 Sep 2011 21:38:03 +0000 (+0000) Subject: themes/openwrt: remove textarea highlight X-Git-Tag: 0.11.0~1772 X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=c520d46a85a61d067ee62618620c829c38c7c74e themes/openwrt: remove textarea highlight --- diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index faef7f3795..7721558ca0 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; }