diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-16 22:09:26 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-16 22:09:26 +0200 |
commit | 2dc1013bbf04025ea0f97654d5c644b048375a42 (patch) | |
tree | 4def170f819a1f803d29f038f9efdd86119bf312 /en | |
parent | 728387a907e04213b47c3b4af50b3e8e8f775dcf (diff) | |
download | www-2dc1013bbf04025ea0f97654d5c644b048375a42.tar www-2dc1013bbf04025ea0f97654d5c644b048375a42.tar.gz www-2dc1013bbf04025ea0f97654d5c644b048375a42.tar.bz2 www-2dc1013bbf04025ea0f97654d5c644b048375a42.tar.xz www-2dc1013bbf04025ea0f97654d5c644b048375a42.zip |
Fix mga hover button
Diffstat (limited to 'en')
-rwxr-xr-x[-rw-r--r--] | en/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/index.php b/en/index.php index 65d4c7d1e..8f4e2f130 100644..100755 --- a/en/index.php +++ b/en/index.php @@ -118,7 +118,7 @@ $dictionary = read_translation_file($locale, array('index', 'news', 'common_foot background: rgba(255,255,255, 0.2); color: #fff; } - #dl-btn:hover { background: #fff; } + #dl-btn:hover { box-shadow: 0 0 10px rgba(255,255,255,1); } #dl-btn:active { border-radius: 0; } #fnotes { |