From 19a9c84e139acb54cfd63f51494bd3b8564384ed Mon Sep 17 00:00:00 2001 From: Nikhil Tanwar <2002nikhiltanwar@gmail.com> Date: Wed, 22 Jun 2022 13:48:20 +0530 Subject: [PATCH] Change class name "searchButton" to "kiwixButton" This is done to retain the button design in more button designs (ex: tags) --- README.md | 2 +- static/skin/index.css | 6 +++--- static/templates/index.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8c3991c5..12c2a4d2 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ To use JS provided by kiwix-serve you can use the following template to start wi ```
``` diff --git a/static/skin/index.css b/static/skin/index.css index 073c42f6..1f406452 100644 --- a/static/skin/index.css +++ b/static/skin/index.css @@ -113,7 +113,7 @@ body { background-size: 15px; } -.searchButton { +.kiwixButton { margin: 0 17px; height: 35px; width: 100px; @@ -123,7 +123,7 @@ body { border: solid 1px #b5b2b2; } -.searchButton:hover { +.kiwixButton:hover { background-color: #858585; } @@ -434,7 +434,7 @@ body { margin-top: 11px; } - .searchButton { + .kiwixButton { margin: 19px 0; width: 229px; } diff --git a/static/templates/index.html b/static/templates/index.html index 39d5afc9..1f250c42 100644 --- a/static/templates/index.html +++ b/static/templates/index.html @@ -58,7 +58,7 @@