mirror of
https://github.com/mozilla/send.git
synced 2026-04-18 03:00:05 -04:00
add hover state for download button
This commit is contained in:
@@ -567,6 +567,10 @@ tbody {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#download-btn:hover {
|
||||
background-color: #0287e8;
|
||||
}
|
||||
|
||||
#download-btn:disabled {
|
||||
background: #47b04b;
|
||||
cursor: auto;
|
||||
|
||||
Reference in New Issue
Block a user