From 33bf82e9637f75223a1fd7f69ee765685f9401dc Mon Sep 17 00:00:00 2001 From: Mark Liang Date: Tue, 25 Jul 2017 15:49:26 +0800 Subject: [PATCH] add hover state for download button --- public/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/main.css b/public/main.css index 008d5a30..48d508a2 100644 --- a/public/main.css +++ b/public/main.css @@ -567,6 +567,10 @@ tbody { cursor: pointer; } +#download-btn:hover { + background-color: #0287e8; +} + #download-btn:disabled { background: #47b04b; cursor: auto;