From c520d46a85a61d067ee62618620c829c38c7c74e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 8 Sep 2011 21:38:03 +0000 Subject: [PATCH] themes/openwrt: remove textarea highlight --- themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css | 4 +--- 1 file changed, 1 insertion(+), 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; } -- 2.11.0