Darken tab mouseover effect

This commit is contained in:
Guangcong Luo 2015-07-16 05:14:33 -04:00
parent 37998261ee
commit f91a6478ee

View File

@ -243,7 +243,7 @@ a.subtle:hover {
}
.tabbar a.button:hover {
background: #cfcfcf;
background: linear-gradient(to bottom, #f2f2f2, #cfcfcf);
background: linear-gradient(to bottom, #f2f2f2, #c2c2c2);
border-color: #606060;
z-index: 10;