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

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 {