diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-11 08:33:02 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-11 08:33:02 +0200 |
commit | 4d3c6941cafb3b8a7e1d2ccccd5003a2dc468a4d (patch) | |
tree | 74205c0f87d9abf2cd2fe80563643bcbf3ab0a8c /view | |
parent | eb6666e1563cef91843539d3b98dc4936c4cea1f (diff) | |
parent | d66056af9d56d86fdb57061c83c9187ea9f51403 (diff) | |
download | volse-hubzilla-4d3c6941cafb3b8a7e1d2ccccd5003a2dc468a4d.tar.gz volse-hubzilla-4d3c6941cafb3b8a7e1d2ccccd5003a2dc468a4d.tar.bz2 volse-hubzilla-4d3c6941cafb3b8a7e1d2ccccd5003a2dc468a4d.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/duepuntozero/style.css | 7 |
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); } |