aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-10 20:39:46 -0700
committerFriendika <info@friendika.com>2011-06-10 20:39:46 -0700
commitd66056af9d56d86fdb57061c83c9187ea9f51403 (patch)
treea67a76b3c361d422cea0fa2b880193e88dc22e8c /view/theme
parent7c60701efc091945dd2ee14728263d8dae0f88b0 (diff)
downloadvolse-hubzilla-d66056af9d56d86fdb57061c83c9187ea9f51403.tar.gz
volse-hubzilla-d66056af9d56d86fdb57061c83c9187ea9f51403.tar.bz2
volse-hubzilla-d66056af9d56d86fdb57061c83c9187ea9f51403.zip
reduce visibility of lang-select flag (duepuntozero)
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/duepuntozero/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 68edd02b9..892814804 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -2459,6 +2459,13 @@ a.mail-list-link {
position: absolute;
left: 0px;
top: 0px;
+ opacity: 0.3;
+ filter:alpha(opacity=30);
+}
+
+#lang-select-icon:hover {
+ opacity: 1;
+ filter:alpha(opacity=100);
}