1
0
Fork 0

Merge branch 'master' of git://github.com/friendika/friendika

This commit is contained in:
Tobias Diekershoff 2011-06-11 08:33:02 +02:00
commit 4d3c6941ca
3 changed files with 21 additions and 2 deletions

View file

@ -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);
}