mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Explicitly styled UI language selector
The recently introduced ZIM viewer UI language selector looked adequately nice under Firefox without any explicit styling applied. Under SeaMonkey, however, its default look and feel was intolerable, so I used this opportunity to make the UI language selector comply with the current fashion of the ZIM viewer toolbar.
This commit is contained in:
committed by
Matthieu Gautier
parent
57484fd63d
commit
4bf4b66b27
@ -29,7 +29,7 @@
|
||||
<body style="margin:0" onload="setupViewer()">
|
||||
<div class="kiwix" style="display:none" id="kiwixtoolbarwrapper">
|
||||
<div id="kiwixtoolbar" class="ui-widget-header">
|
||||
<select id="ui_language" onchange="changeUILanguage()">
|
||||
<select id="ui_language" class="kiwix" onchange="changeUILanguage()">
|
||||
</select>
|
||||
<div class="kiwix_centered">
|
||||
<div class="kiwix_searchform">
|
||||
|
Reference in New Issue
Block a user