mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-12-23 22:47:57 -05:00
Change class name "searchButton" to "kiwixButton"
This is done to retain the button design in more button designs (ex: tags)
This commit is contained in:
committed by
Veloman Yunkan
parent
f034018b5c
commit
19a9c84e13
@@ -198,7 +198,7 @@ To use JS provided by kiwix-serve you can use the following template to start wi
|
||||
```
|
||||
<form id='kiwixSearchForm'>
|
||||
<input type="text" name="q" placeholder="Search" id="searchFilter" class='kiwixSearch filter'>
|
||||
<input type="submit" class="searchButton" value="Search"/>
|
||||
<input type="submit" class="kiwixButton" value="Search"/>
|
||||
</form>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user