aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/language_switch/style.css
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2015-03-18 08:17:16 +0000
committerplegall <plg@piwigo.org>2015-03-18 08:17:16 +0000
commitce8178c5425f5271aec4395d3e8d1e44aae4769c (patch)
tree2f57e9b4cec14447f0a982f8a2f8b843ca807ea6 /plugins/language_switch/style.css
parent6547a28547b2b5343d364515652ad5d293a72f7c (diff)
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
Diffstat (limited to '')
-rw-r--r--plugins/language_switch/style.css8
1 files changed, 7 insertions, 1 deletions
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;
+}