Skip to content

Commit

Permalink
fix #143 by removing specific :focus styles for readonly inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tilomitra committed Aug 1, 2013
1 parent 1d3314e commit f568875
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/forms/css/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,12 @@
}
.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly],
.pure-form input[readonly]:focus,
.pure-form select[readonly]:focus,
.pure-form textarea[readonly]:focus {
.pure-form textarea[readonly] {
background: #eee; /* menu hover bg color */
color: #777; /* menu text color */
border-color: #ccc;
}


.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
Expand Down

0 comments on commit f568875

Please sign in to comment.