remove cursor property for readonly inputs

This commit is contained in:
Tilo Mitra 2013-07-10 11:54:22 -04:00
parent abe3e76054
commit 561a3d3e04

View File

@ -89,7 +89,6 @@
.pure-form input[readonly]:focus,
.pure-form select[readonly]:focus,
.pure-form textarea[readonly]:focus {
cursor: not-allowed;
background: #f3f3f3;
color: #888;
border-color: #ccc;