mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
modify colors to be consistent with other colors in Pure
This commit is contained in:
parent
80a741e8a1
commit
a25231e90b
@ -89,8 +89,8 @@
|
|||||||
.pure-form input[readonly]:focus,
|
.pure-form input[readonly]:focus,
|
||||||
.pure-form select[readonly]:focus,
|
.pure-form select[readonly]:focus,
|
||||||
.pure-form textarea[readonly]:focus {
|
.pure-form textarea[readonly]:focus {
|
||||||
background: #f3f3f3;
|
background: #eee; /* menu hover bg color */
|
||||||
color: #888;
|
color: #777; /* menu text color */
|
||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user