diff options
-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 { |