From 93f2686a94b33922a959f632259c7033efaf83f7 Mon Sep 17 00:00:00 2001 From: Nikhil Tanwar <2002nikhiltanwar@gmail.com> Date: Sun, 13 Mar 2022 22:47:46 +0530 Subject: [PATCH] Refactoring kiwixButton Move hover behaviour as a different class - kiwixButtonHover Add cursor:pointer to kiwixButton --- static/skin/index.css | 3 ++- static/templates/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 @@