From: Moritz Warning Date: Wed, 29 Jan 2020 17:14:23 +0000 (+0100) Subject: change download button color on mouse over X-Git-Tag: v1.0.0~46 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6b972959dfe96276210ee4df10c5211250ef3c3d;p=web%2Ffirmware-selector-openwrt-org.git change download button color on mouse over --- diff --git a/www/index.css b/www/index.css index 5b35d24..ea1dd50 100644 --- a/www/index.css +++ b/www/index.css @@ -141,6 +141,10 @@ header > div { background-color: #3F51B5; } +.download-link:hover { + background-color: #293680 +} + .download-link > span { width: 30px; margin-right: 15px;