From ce8178c5425f5271aec4395d3e8d1e44aae4769c Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 18 Mar 2015 08:17:16 +0000 Subject: bug 3212 fixed: add CSS rule to support themes like Modus git-svn-id: http://piwigo.org/svn/trunk@31039 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/language_switch/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'plugins/language_switch/style.css') diff --git a/plugins/language_switch/style.css b/plugins/language_switch/style.css index 55992d349..476ab4a66 100644 --- a/plugins/language_switch/style.css +++ b/plugins/language_switch/style.css @@ -20,4 +20,10 @@ } #languageSwitchBox a:hover { color:#ddd; -} \ No newline at end of file +} + +[class*="langflag-"] { + overflow: hidden; + text-indent: -9999px; + vertical-align: bottom; +} -- cgit v1.2.3