XoopsModules25x / wgtransifex

XOOPS module to access Transifex data for translations. You can provide then language packages as zip.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aesthetic adjustment with xswatch4

cesagonchu opened this issue · comments

I don't know if it's set in xswatch4 or in the module but, on the user side, I don't see "Home" and "Packages".
I have to highlight it. See images below:

image

image

commented

should be set in xswatch4, because I didn't change color there

Ok I'll find a solution, Christelle ;-)

Not the best code but it works on dark and light variants :

				<li><a class="text-secondary" href='<{$wgtransifex_url}>'><{$smarty.const._MA_WGTRANSIFEX_INDEX}></a></li>
				<li><a class="text-secondary" href='<{$wgtransifex_url}>/packages.php'><{$smarty.const._MA_WGTRANSIFEX_PACKAGES}></a></li>

What do you think ?
Should I open a PR for that, or if it's ok, could you modify directly, @ggoffy ?
Dark theme
Capture d’écran 2021-08-27 153730

Light theme
Capture d’écran 2021-08-27 153637

commented

thank you