From 2dc1013bbf04025ea0f97654d5c644b048375a42 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Sun, 16 Jul 2017 22:09:26 +0200 Subject: Fix mga hover button --- en/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 en/index.php (limited to 'en') diff --git a/en/index.php b/en/index.php old mode 100644 new mode 100755 index 65d4c7d1e..8f4e2f130 --- 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 { -- cgit v1.2.1