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 faef7f3795d92fa8fc786e576bba9d7c3025758e..7721558ca0afa437203a03d75c51f8b9119b555d 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;
 }