themes/openwrt: remove textarea highlight
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 8 Sep 2011 21:38:03 +0000 (21:38 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 8 Sep 2011 21:38:03 +0000 (21:38 +0000)
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css

index faef7f3..7721558 100644 (file)
@@ -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;
 }