diff --git a/static/skin/index.css b/static/skin/index.css index 1f406452f..800aca210 100644 --- a/static/skin/index.css +++ b/static/skin/index.css @@ -121,9 +121,10 @@ body { color: white; background-color: #909090; border: solid 1px #b5b2b2; + cursor: pointer; } -.kiwixButton:hover { +.kiwixButtonHover:hover { background-color: #858585; } diff --git a/static/templates/index.html b/static/templates/index.html index 1f250c421..a62185fa8 100644 --- a/static/templates/index.html +++ b/static/templates/index.html @@ -58,7 +58,7 @@