add hover state for download button

This commit is contained in:
Mark Liang 2017-07-25 15:49:26 +08:00
parent c72896aeb7
commit 33bf82e963
1 changed files with 4 additions and 0 deletions

View File

@ -567,6 +567,10 @@ tbody {
cursor: pointer;
}
#download-btn:hover {
background-color: #0287e8;
}
#download-btn:disabled {
background: #47b04b;
cursor: auto;