modify colors to be consistent with other colors in Pure

This commit is contained in:
Tilo Mitra 2013-07-16 12:10:19 -04:00
parent 80a741e8a1
commit a25231e90b

View File

@ -89,8 +89,8 @@
.pure-form input[readonly]:focus,
.pure-form select[readonly]:focus,
.pure-form textarea[readonly]:focus {
background: #f3f3f3;
color: #888;
background: #eee; /* menu hover bg color */
color: #777; /* menu text color */
border-color: #ccc;
}