themes/openwrt: remove textarea highlight

This commit is contained in:
Jo-Philipp Wich 2011-09-08 21:38:03 +00:00
parent 46f48453a8
commit c520d46a85

View 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;
}