Repository: couchdb-fauxton Updated Branches: refs/heads/master da1b45bf5 -> 7fc037dde
Add css for hovering logout link Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/7fc037dd Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/7fc037dd Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/7fc037dd Branch: refs/heads/master Commit: 7fc037ddee9b7dbeab60c6caf60ed946d0c129a5 Parents: da1b45b Author: michellephung <[email protected]> Authored: Mon Aug 15 21:26:16 2016 -0400 Committer: michellephung <[email protected]> Committed: Sun Aug 21 21:15:07 2016 -0400 ---------------------------------------------------------------------- assets/less/templates.less | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/7fc037dd/assets/less/templates.less ---------------------------------------------------------------------- diff --git a/assets/less/templates.less b/assets/less/templates.less index 0fc734e..efe554f 100644 --- a/assets/less/templates.less +++ b/assets/less/templates.less @@ -155,6 +155,7 @@ &.active, &:hover { a { text-decoration: underline; + color: @darkRed; } } }
