Github user seanbarclay commented on the pull request:
https://github.com/apache/couchdb-fauxton/pull/103#issuecomment-59584947
Nice job Ben. Small quick changes:
1) yes, please update the API URL as well. including the text area there.
2) update the border to be white instead of red. I ran it by my team here
and they prefer white (go figure).
3) on the checkbox hovers, let's add a CSS3 transition to match the
textarea.
4) the Query Options button. update that to be just the text red,
background: transparent. e.g.:
.fixed-header .query-options-btn.enabled, .header-right
.query-options-btn.enabled {
background-color: transparent;
color: #e33f3b;
}
5) Right now they don't update, so let's add a hover state color:#e33f3b to
the Query Options and API URL buttons.
Thanks
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---