aboutsummaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-03-01 14:50:28 +0100
committertg(x) <*@tg-x.net>2016-03-01 14:50:28 +0100
commit9e61ba7f0315c773b7184acc4c4d9e24125d6aef (patch)
tree936b250bd867745d1af2f584cee651db3227c20f /style
parentcdde6fd03bd4380f274e52c95f51d0cc843e1159 (diff)
downloadwallet-core-9e61ba7f0315c773b7184acc4c4d9e24125d6aef.tar.xz
lang.css
Diffstat (limited to 'style')
-rw-r--r--style/lang.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/style/lang.css b/style/lang.css
new file mode 100644
index 000000000..1cf073527
--- /dev/null
+++ b/style/lang.css
@@ -0,0 +1,11 @@
+body [lang] {
+ visibility: hidden;
+}
+
+body:lang(en) :lang(en),
+body:lang(de) :lang(de),
+body:lang(fr) :lang(fr),
+body:lang(it) :lang(it),
+body:lang(es) :lang(es) {
+ visibility: visible;
+}