am eb01827b: reverse the blue button hover state color

* commit 'eb01827bef34ebbe8d867ec32a42b31e3c3f8abc':
  reverse the blue button hover state color
This commit is contained in:
smain@google.com 2014-06-20 22:30:21 +00:00 committed by Android Git Automerger
commit 19194e2a23
1 changed files with 2 additions and 2 deletions

View File

@ -6708,11 +6708,11 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]
}
.landing-button.landing-secondary {
background-color: #09c;
background-color: #2faddb;
}
.landing-button.landing-secondary:hover {
background-color: #2faddb;
background-color: #09c;
}
.landing-button.landing-secondary:active {